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/greater_invisibility.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/greater_invisibility.json (limited to 'parser/spells/greater_invisibility.json') diff --git a/parser/spells/greater_invisibility.json b/parser/spells/greater_invisibility.json new file mode 100644 index 0000000..18f4025 --- /dev/null +++ b/parser/spells/greater_invisibility.json @@ -0,0 +1,15 @@ +{ + "name": "greater invisibility", + "level": 4, + "school": "illusion", + "classes": [ + "bard", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S", + "duration": "Concentration, up to 1 minute", + "text": "You or a creature you touch becomes invisible until the spell ends. Anything the target is wearing or carrying is invisible as long as it is on the target's person." +} \ No newline at end of file -- cgit v1.2.3