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_Magic.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 parser/spells/Detect_Magic.json (limited to 'parser/spells/Detect_Magic.json') diff --git a/parser/spells/Detect_Magic.json b/parser/spells/Detect_Magic.json new file mode 100644 index 0000000..771b9ad --- /dev/null +++ b/parser/spells/Detect_Magic.json @@ -0,0 +1,19 @@ +{ + "name": "Detect Magic", + "level": 1, + "school": "divination", + "classes": [ + "bard", + "cleric", + "druid", + "paladin", + "ranger", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S", + "duration": "Concentration, up to 10 minutes", + "text": "For the duration, you sense the presence of magic within 30 feet of you. If you sense magic in this way, you can use your action to see a faint aura around any visible creature or object in the area that bears magic, and you learn its school of magic, if any. \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