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/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..e2bcae7 --- /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