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_Poison_and_Disease.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/Detect_Poison_and_Disease.json (limited to 'parser/spells/Detect_Poison_and_Disease.json') diff --git a/parser/spells/Detect_Poison_and_Disease.json b/parser/spells/Detect_Poison_and_Disease.json new file mode 100644 index 0000000..3a39f04 --- /dev/null +++ b/parser/spells/Detect_Poison_and_Disease.json @@ -0,0 +1,16 @@ +{ + "name": "Detect Poison and Disease", + "level": 1, + "school": "divination", + "classes": [ + "cleric", + "druid", + "paladin", + "ranger" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S, M (a yew leaf)", + "duration": "Concentration, up to 10 minutes", + "text": "For the duration, you can sense the presence and location of poisons, poisonous creatures, and diseases within 30 feet of you. You also identify the kind of poison, poisonous creature, or disease in each case. \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