From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Detect_Evil_and_Good.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Detect_Evil_and_Good.json (limited to 'parser/spells/Detect_Evil_and_Good.json') diff --git a/parser/spells/Detect_Evil_and_Good.json b/parser/spells/Detect_Evil_and_Good.json new file mode 100644 index 0000000..a2d6bb8 --- /dev/null +++ b/parser/spells/Detect_Evil_and_Good.json @@ -0,0 +1,14 @@ +{ + "name": "Detect Evil and Good", + "level": 1, + "school": "divination", + "classes": [ + "cleric", + "paladin" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S", + "duration": "Concentration, up to 10 minutes", + "text": "For the duration, you know if there is an aberration, celestial, elemental, fey, fiend, or undead within 30 feet of you, as well as where the creature is located. Similarly, you know if there is a place or object within 30 feet of you that has been magically consecrated or desecrated. \nThe spell can penetrate most barriers, but it is blocked by 1 foot of stone, 1 inch of common metal, a thin sheet of lead, or 3 feet of wood or dirt." +} \ No newline at end of file -- cgit v1.2.3