1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"entry": "spells",
"name": "find traps",
"level": 2,
"type": "divination",
"classes": [
"cleric",
"druid",
"ranger"
],
"casting_time": "1 action",
"range": "120 feet",
"components": "V, S",
"duration": "Instantaneous",
"text": "You sense the presence of any trap within range that is within line of sight. A trap, for the purpose of this spell, includes anything that would inflict a sudden or unexpected effect you consider harmful or undesirable, which was specifically intended as such by its creator. Thus, the spell would sense an area affected by the **_alarm_** spell, a **_glyph of warding_**, or a mechanical pit trap, but it would not reveal a natural weakness in the floor, an unstable ceiling, or a hidden sinkhole. \nThis spell merely reveals that a trap is present. You don't learn the location of each trap, but you do learn the general nature of the danger posed by a trap you sense."
}
|