Skip to content

Commit

Permalink
Add spell variants for flurry of claws and rename old spell effect (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAbaddon authored Nov 7, 2024
1 parent c9d44c5 commit 6bb0bba
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@
"damage": {},
"defense": null,
"description": {
"value": "<p>Vicious claws grow from your fingers. They are finesse unarmed attacks that deal 1d4 slashing damage and 1d6 extra damage of a type determined by the dragon in your bloodline.</p>\n<p>Your scales from blood magic glow with faint energy, giving you resistance 5 to the same damage type.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Flurry of Claws]</p>\n<hr />\n<p><strong>Heightened (5th)</strong> The extra damage increases to 2d6, and the resistance increases to 10.</p>\n<p><strong>Heightened (9th)</strong> The extra damage increases to 3d6, and the resistance increases to 15.</p>"
"value": "<p>Vicious claws grow from your fingers. They are finesse unarmed attacks that deal 1d4 slashing damage and 1d6 extra damage of a type determined by the dragon in your bloodline.</p>\n<p>Your scales from blood magic glow with faint energy, giving you resistance 5 to the same damage type.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Dragon Claws]</p>\n<hr />\n<p><strong>Heightened (5th)</strong> The extra damage increases to 2d6, and the resistance increases to 10.</p>\n<p><strong>Heightened (9th)</strong> The extra damage increases to 3d6, and the resistance increases to 15.</p>"
},
"duration": {
"sustained": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@
"damage": {},
"defense": null,
"description": {
"value": "<p>Vicious claws grow from your fingers. They are finesse unarmed attacks that deal 1d4 slashing damage and 1d6 extra damage of a type determined by the dragon in your bloodline.</p>\n<p>Your scales from blood magic glow with faint energy, giving you resistance 5 to the same damage type.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Flurry of Claws]</p>\n<hr />\n<p><strong>Heightened (5th)</strong> The extra damage increases to 2d6, and the resistance increases to 10.</p>\n<p><strong>Heightened (9th)</strong> The extra damage increases to 3d6, and the resistance increases to 15.</p>"
"value": "<p>Vicious claws grow from your fingers. They are finesse unarmed attacks that deal 1d4 slashing damage and 1d6 extra damage of a type determined by the dragon in your bloodline.</p>\n<p>Your scales from blood magic glow with faint energy, giving you resistance 5 to the same damage type.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Dragon Claws]</p>\n<hr />\n<p><strong>Heightened (5th)</strong> The extra damage increases to 2d6, and the resistance increases to 10.</p>\n<p><strong>Heightened (9th)</strong> The extra damage increases to 3d6, and the resistance increases to 15.</p>"
},
"duration": {
"sustained": false,
Expand Down
2 changes: 1 addition & 1 deletion packs/kingmaker-bestiary/phomandala.json
Original file line number Diff line number Diff line change
Expand Up @@ -3346,7 +3346,7 @@
"damage": {},
"defense": null,
"description": {
"value": "<p>Vicious claws grow from your fingers. They are finesse unarmed attacks that deal 1d4 slashing damage and 1d6 extra damage of a type determined by the dragon in your bloodline.</p>\n<p>Your scales from blood magic glow with faint energy, giving you resistance 5 to the same damage type.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Flurry of Claws]</p>\n<hr />\n<p><strong>Heightened (5th)</strong> The extra damage increases to 2d6, and the resistance increases to 10.</p>\n<p><strong>Heightened (9th)</strong> The extra damage increases to 3d6, and the resistance increases to 15.</p>"
"value": "<p>Vicious claws grow from your fingers. They are finesse unarmed attacks that deal 1d4 slashing damage and 1d6 extra damage of a type determined by the dragon in your bloodline.</p>\n<p>Your scales from blood magic glow with faint energy, giving you resistance 5 to the same damage type.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Dragon Claws]</p>\n<hr />\n<p><strong>Heightened (5th)</strong> The extra damage increases to 2d6, and the resistance increases to 10.</p>\n<p><strong>Heightened (9th)</strong> The extra damage increases to 3d6, and the resistance increases to 15.</p>"
},
"duration": {
"sustained": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"_id": "7zy4W2RXQiMEr6cp",
"img": "systems/pf2e/icons/spells/dragon-claws.webp",
"name": "Spell Effect: Flurry of Claws",
"name": "Spell Effect: Dragon Claws",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Flurry of Claws]</p>"
"value": "<p>Granted by <em>Dragon Claws</em></p>\n<p>Vicious claws grow from your fingers. They are finesse unarmed attacks that deal slashing damage and extra damage of a type determined by the dragon in your bloodline. You gain resistance to the same damage type.</p>"
},
"duration": {
"expiry": "turn-start",
Expand All @@ -16,9 +16,9 @@
"value": 1
},
"publication": {
"license": "ORC",
"remaster": true,
"title": "Pathfinder Player Core 2"
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"rules": [
{
Expand Down
3 changes: 2 additions & 1 deletion packs/spells/flurry-of-claws.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"hideIfDisabled": true,
"key": "DamageDice",
"predicate": [
"item:slug:flurry-of-claws"
"item:slug:flurry-of-claws",
"feature:bloodline-draconic"
],
"selector": "spell-damage"
}
Expand Down

0 comments on commit 6bb0bba

Please sign in to comment.