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/Power_Word_Kill.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/Power_Word_Kill.json (limited to 'parser/spells/Power_Word_Kill.json') diff --git a/parser/spells/Power_Word_Kill.json b/parser/spells/Power_Word_Kill.json new file mode 100644 index 0000000..1205566 --- /dev/null +++ b/parser/spells/Power_Word_Kill.json @@ -0,0 +1,16 @@ +{ + "name": "Power Word Kill", + "level": 9, + "school": "enchantment", + "classes": [ + "bard", + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V", + "duration": "Instantaneous", + "text": "You utter a word of power that can compel one creature you can see within range to die instantly. If the creature you choose has 100 hit points or fewer, it dies. Otherwise, the spell has no effect." +} \ No newline at end of file -- cgit v1.2.3