diff options
Diffstat (limited to 'parser/spells/Greater_Invisibility.json')
-rw-r--r-- | parser/spells/Greater_Invisibility.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parser/spells/Greater_Invisibility.json b/parser/spells/Greater_Invisibility.json new file mode 100644 index 0000000..2c60a6c --- /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 |