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/seeming.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/seeming.json (limited to 'parser/spells/seeming.json') diff --git a/parser/spells/seeming.json b/parser/spells/seeming.json new file mode 100644 index 0000000..91faac9 --- /dev/null +++ b/parser/spells/seeming.json @@ -0,0 +1,15 @@ +{ + "name": "seeming", + "level": 5, + "school": "illusion", + "classes": [ + "bard", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S", + "duration": "8 hours", + "text": "This spell allows you to change the appearance of any number of creatures that you can see within range. You give each target you choose a new, illusory appearance. An unwilling target can make a Charisma saving throw, and if it succeeds, it is unaffected by this spell. \nThe spell disguises physical appearance as well as clothing, armor, weapons, and equipment. You can make each creature seem 1 foot shorter or taller and appear thin, fat, or in between. You can't change a target's body type, so you must choose a form that has the same basic arrangement of limbs. Otherwise, the extent of the illusion is up to you. The spell lasts for the duration, unless you use your action to dismiss it sooner. \nThe changes wrought by this spell fail to hold up to physical inspection. For example, if you use this spell to add a hat to a creature's outfit, objects pass through the hat, and anyone who touches it would feel nothing or would feel the creature's head and hair. If you use this spell to appear thinner than you are, the hand of someone who reaches out to touch you would bump into you while it was seemingly still in midair. \nA creature can use its action to inspect a target and make an Intelligence (Investigation) check against your spell save DC. If it succeeds, it becomes aware that the target is disguised." +} \ No newline at end of file -- cgit v1.2.3