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/Animal_Friendship.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/Animal_Friendship.json (limited to 'parser/spells/Animal_Friendship.json') diff --git a/parser/spells/Animal_Friendship.json b/parser/spells/Animal_Friendship.json new file mode 100644 index 0000000..99ef29e --- /dev/null +++ b/parser/spells/Animal_Friendship.json @@ -0,0 +1,15 @@ +{ + "name": "Animal Friendship", + "level": 1, + "school": "enchantment", + "classes": [ + "bard", + "druid", + "ranger" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S, M (a morsel of food)", + "duration": "24 hours", + "text": "This spell lets you convince a beast that you mean it no harm. Choose a beast that you can see within range. It must see and hear you. If the beast's Intelligence is 4 or higher, the spell fails. Otherwise, the beast must succeed on a Wisdom saving throw or be charmed by you for the spell's duration. If you or one of your companions harms the target, the spells ends. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 2nd level or higher, you can affect one additional beast t level above 1st." +} \ No newline at end of file -- cgit v1.2.3