1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"entry": "spells",
"name": "stone shape",
"level": 4,
"type": "transmutation",
"classes": [
"cleric",
"druid",
"wizard"
],
"casting_time": "1 action",
"range": "Touch",
"components": "V, S, M (soft clay, which must be worked into roughly the desired shape of the stone object)",
"duration": "Instantaneous",
"text": "You touch a stone object of Medium size or smaller or a section of stone no more than 5 feet in any dimension and form it into any shape that suits your purpose. So, for example, you could shape a large rock into a weapon, idol, or coffer, or make a small passage through a wall, as long as the wall is less than 5 feet thick. You could also shape a stone door or its frame to seal the door shut. The object you create can have up to two hinges and a latch, but finer mechanical detail isn't possible."
}
|