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/shillelagh.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/shillelagh.json (limited to 'parser/spells/shillelagh.json') diff --git a/parser/spells/shillelagh.json b/parser/spells/shillelagh.json new file mode 100644 index 0000000..d551062 --- /dev/null +++ b/parser/spells/shillelagh.json @@ -0,0 +1,13 @@ +{ + "name": "shillelagh", + "level": 0, + "school": "transmutation", + "classes": [ + "druid" + ], + "casting_time": "1 bonus action", + "range": "Touch", + "components": "V, S, M (mistletoe, a shamrock leaf, and a club or quarterstaff)", + "duration": "1 minute", + "text": "The wood of a club or quarterstaff you are holding is imbued with nature's power. For the duration, you can use your spellcasting ability instead of Strength for the attack and damage rolls of melee attacks using that weapon, and the weapon's damage die becomes a d8. The weapon also becomes magical, if it isn't already. The spell ends if you cast it again or if you let go of the weapon." +} \ No newline at end of file -- cgit v1.2.3