From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -0400 Subject: Added spells --- parser/spells/find_traps.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/find_traps.json (limited to 'parser/spells/find_traps.json') diff --git a/parser/spells/find_traps.json b/parser/spells/find_traps.json new file mode 100644 index 0000000..f205d2a --- /dev/null +++ b/parser/spells/find_traps.json @@ -0,0 +1,15 @@ +{ + "name": "find traps", + "level": 2, + "school": "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." +} \ No newline at end of file -- cgit v1.2.3