From 08c9573cdb64b1f2b36c5dcefb2c43a9623df2f0 Mon Sep 17 00:00:00 2001 From: Blackflighter <43513164+Blackflighter@users.noreply.github.com> Date: Sun, 11 Feb 2024 08:55:32 +1100 Subject: [PATCH] Added Hypnotic Pattern spell revision. (#1996) --- ...; Korvin's Spells and Spell Revisions.json | 83 ++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/spell/Korvinagor; Korvin's Spells and Spell Revisions.json b/spell/Korvinagor; Korvin's Spells and Spell Revisions.json index 932e351c6a..fa572b7936 100644 --- a/spell/Korvinagor; Korvin's Spells and Spell Revisions.json +++ b/spell/Korvinagor; Korvin's Spells and Spell Revisions.json @@ -14,6 +14,19 @@ ], "version": "1.0" }, + { + "json": "RevisedHypnoticPattern", + "abbreviation": "HPR", + "full": "Hypnotic Pattern (Revised)", + "url": "https://homebrewery.naturalcrit.com/share/Nlx8bSKCsPyC", + "authors": [ + "Korvinagor" + ], + "convertedBy": [ + "Korvinagor" + ], + "version": "1.0" + }, { "json": "SeismicSteps", "abbreviation": "SS", @@ -152,6 +165,74 @@ ] } }, + { + "name": "Hypnotic Pattern", + "source": "RevisedHypnoticPattern", + "level": 3, + "school": "I", + "time": [ + { + "number": 1, + "unit": "action" + } + ], + "range": { + "type": "point", + "distance": { + "type": "feet", + "amount": 120 + } + }, + "components": { + "s": true, + "m": "a glowing stick of incense or a crystal vial filled with phosphorescent material" + }, + "duration": [ + { + "type": "timed", + "duration": { + "type": "minute", + "amount": 1 + }, + "concentration": true + } + ], + "entries": [ + "You create a twisting pattern of colors that weaves through the air inside a 30-foot cube within range for the duration. Each creature that enters the spell's area for the first time on a turn or starts its turn there must make a Wisdom saving throw if it can see the pattern.", + "On a failed save, the creature becomes {@condition charmed} until the start of its next turn. While {@condition charmed} by this spell, the creature is {@condition incapacitated} and has a speed of 0.", + "This effect ends early for an affected creature if it takes any damage or if someone else uses an action to shake the creature out of its stupor. If ended in either of these ways, the creature becomes immune to the effects of this spell during its next turn." + ], + "conditionInflict": [ + "charmed", + "incapacitated" + ], + "savingThrow": [ + "wisdom" + ], + "areaTags": [ + "C" + ], + "classes": { + "fromClassList": [ + { + "name": "Bard", + "source": "PHB" + }, + { + "name": "Sorcerer", + "source": "PHB" + }, + { + "name": "Warlock", + "source": "PHB" + }, + { + "name": "Wizard", + "source": "PHB" + } + ] + } + }, { "name": "Seismic Steps", "source": "SeismicSteps", @@ -226,4 +307,4 @@ } } ] -} +} \ No newline at end of file