Skip to content

Commit

Permalink
Added Hypnotic Pattern spell revision. (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackflighter authored Feb 10, 2024
1 parent b480d9c commit 08c9573
Showing 1 changed file with 82 additions and 1 deletion.
83 changes: 82 additions & 1 deletion spell/Korvinagor; Korvin's Spells and Spell Revisions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -226,4 +307,4 @@
}
}
]
}
}

0 comments on commit 08c9573

Please sign in to comment.