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/Giant_Insect.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/Giant_Insect.json (limited to 'parser/spells/Giant_Insect.json') diff --git a/parser/spells/Giant_Insect.json b/parser/spells/Giant_Insect.json new file mode 100644 index 0000000..568b19e --- /dev/null +++ b/parser/spells/Giant_Insect.json @@ -0,0 +1,13 @@ +{ + "name": "Giant Insect", + "level": 4, + "school": "transmutation", + "classes": [ + "druid" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S", + "duration": "Concentration, up to 10 minutes", + "text": "You transform up to ten centipedes, three spiders, five wasps, or one scorpion within range into giant versions of their natural forms for the duration. A centipede becomes a giant centipede, a spider becomes a giant spider, a wasp becomes a giant wasp, and a scorpion becomes a giant scorpion. \nEach creature obeys your verbal commands, and in combat, they act on your turn each round. The GM has the statistics for these creatures and resolves their actions and movement. \nA creature remains in its giant size for the duration, until it drops to 0 hit points, or until you use an action to dismiss the effect on it. \nThe GM might allow you to choose different targets. For example, if you transform a bee, its giant version might have the same statistics as a giant wasp." +} \ No newline at end of file -- cgit v1.2.3