diff --git a/build/uuid-redirects/pf2e.json b/build/uuid-redirects/pf2e.json index dde967250b8..c07de15d810 100644 --- a/build/uuid-redirects/pf2e.json +++ b/build/uuid-redirects/pf2e.json @@ -326,6 +326,7 @@ "Compendium.pf2e.feat-effects.Item.uA1Ofqoyi0UiZIPk": "Compendium.pf2e.feat-effects.Item.Effect: Clue In", "Compendium.pf2e.feat-effects.Item.vE9NePtP32DyfJSr": "Compendium.pf2e.feat-effects.Item.Effect: Aura of Faith", "Compendium.pf2e.feat-effects.Item.VIScVb6Hl7KwoWfH": "Compendium.pf2e.feat-effects.Item.Effect: Bolera's Interrogation", + "Compendium.pf2e.feat-effects.Item.WRe8qbemruWxkN8d": "Compendium.pf2e.feat-effects.Item.Effect: Rampaging Form", "Compendium.pf2e.feat-effects.Item.WxE5S3KY1DR5Nbxm": "Compendium.pf2e.feat-effects.Item.Effect: Living Fortification", "Compendium.pf2e.feat-effects.Item.x4Sb3qaMJo8x1r3X": "Compendium.pf2e.feat-effects.Item.Effect: Emblazon Energy", "Compendium.pf2e.feat-effects.Item.XC3dRbwfu35vuvmM": "Compendium.pf2e.feat-effects.Item.Effect: Sanctify Armament", diff --git a/packs/pf2e/feat-effects/effect-rampaging-form-frozen-winds-kitsune.json b/packs/pf2e/feat-effects/effect-rampaging-form-frozen-winds-kitsune.json deleted file mode 100644 index 9ad903c0511..00000000000 --- a/packs/pf2e/feat-effects/effect-rampaging-form-frozen-winds-kitsune.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "_id": "WRe8qbemruWxkN8d", - "img": "systems/pf2e/icons/features/feats/rampaging-form-frozen-wind.webp", - "name": "Effect: Rampaging Form (Frozen Winds Kitsune)", - "system": { - "description": { - "value": "

Granted by @UUID[Compendium.pf2e.feats-srd.Item.Rampaging Form]

\n

You Change Shape into a form of living ice for 1 minute or until you shift back. Your battle form is Huge and has the following statistics:

\n" - }, - "duration": { - "expiry": "turn-start", - "sustained": false, - "unit": "minutes", - "value": 1 - }, - "level": { - "value": 9 - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Lost Omens Ancestry Guide" - }, - "rules": [ - { - "key": "BattleForm", - "overrides": { - "armorClass": { - "modifier": "18 + @actor.level" - }, - "immunities": [ - { - "type": "cold" - } - ], - "resistances": [ - { - "type": "precision", - "value": 10 - } - ], - "senses": { - "lowLightVision": {}, - "scent": { - "acuity": "imprecise", - "range": 30 - } - }, - "size": "huge", - "skills": { - "athletics": { - "modifier": 20 - } - }, - "speeds": { - "fly": 40, - "land": 40 - }, - "strikes": { - "jaws": { - "ability": "str", - "baseType": "jaws", - "category": "unarmed", - "damage": { - "damageType": "piercing", - "dice": 4, - "die": "d8", - "modifier": 7 - }, - "modifier": 18, - "traits": [ - "unarmed", - "reach-15" - ] - } - }, - "tempHP": 20, - "traits": [ - "animal" - ], - "weaknesses": [ - { - "type": [ - "fire", - "water" - ], - "value": 5 - } - ] - } - }, - { - "damageType": "cold", - "diceNumber": 1, - "dieSize": "d4", - "key": "DamageDice", - "predicate": [ - "unarmed" - ], - "selector": "strike-damage" - } - ], - "start": { - "initiative": null, - "value": 0 - }, - "tokenIcon": { - "show": true - }, - "traits": { - "rarity": "common", - "value": [] - } - }, - "type": "effect" -} diff --git a/packs/pf2e/feat-effects/effect-rampaging-form.json b/packs/pf2e/feat-effects/effect-rampaging-form.json index e25ac942505..9d0771658ac 100644 --- a/packs/pf2e/feat-effects/effect-rampaging-form.json +++ b/packs/pf2e/feat-effects/effect-rampaging-form.json @@ -4,7 +4,7 @@ "name": "Effect: Rampaging Form", "system": { "description": { - "value": "

Granted by @UUID[Compendium.pf2e.feats-srd.Item.Rampaging Form]

\n

You Change Shape into a form of living ice for 1 minute or until you shift back. Your battle form is Huge and has the following statistics:

\n" + "value": "

Granted by @UUID[Compendium.pf2e.feats-srd.Item.Rampaging Form]

\n

You Change Shape into a form of living ice for 1 minute or until you shift back. Your battle form is Huge and has the following statistics:

Frozen Winds Kitsune:

" }, "duration": { "expiry": "turn-start", @@ -86,17 +86,130 @@ "value": 5 } ] - } + }, + "predicate": [ + { + "not": "self:heritage:frozen-wind-kitsune" + } + ] }, { "damageType": "fire", "diceNumber": 1, "dieSize": "d4", + "hideIfDisabled": true, + "key": "DamageDice", + "predicate": [ + "unarmed", + { + "not": "self:heritage:frozen-wind-kitsune" + } + ], + "selector": "strike-damage" + }, + { + "key": "BattleForm", + "overrides": { + "armorClass": { + "modifier": "18 + @actor.level" + }, + "immunities": [ + { + "type": "cold" + } + ], + "resistances": [ + { + "type": "precision", + "value": 10 + } + ], + "senses": { + "lowLightVision": {}, + "scent": { + "acuity": "imprecise", + "range": 30 + } + }, + "size": "huge", + "skills": { + "athletics": { + "modifier": 20 + } + }, + "speeds": { + "fly": 40, + "land": 40 + }, + "strikes": { + "jaws": { + "ability": "str", + "baseType": "jaws", + "category": "unarmed", + "damage": { + "damageType": "piercing", + "dice": 4, + "die": "d8", + "modifier": 7 + }, + "modifier": 18, + "traits": [ + "unarmed", + "reach-15" + ] + } + }, + "tempHP": 20, + "traits": [ + "animal" + ], + "weaknesses": [ + { + "type": [ + "fire", + "water" + ], + "value": 5 + } + ] + }, + "predicate": [ + "self:heritage:frozen-wind-kitsune" + ] + }, + { + "damageType": "cold", + "diceNumber": 1, + "dieSize": "d4", + "hideIfDisabled": true, "key": "DamageDice", "predicate": [ - "unarmed" + "unarmed", + "self:heritage:frozen-wind-kitsune" ], "selector": "strike-damage" + }, + { + "damageType": "fire", + "diceNumber": 1, + "key": "DamageDice", + "predicate": [ + "fire", + { + "not": "self:heritage:frozen-wind-kitsune" + } + ], + "selector": "spell-damage" + }, + { + "damageType": "fire", + "diceNumber": 1, + "key": "DamageDice", + "predicate": [ + "cold", + "self:heritage:frozen-wind-kitsune" + ], + "selector": "spell-damage" } ], "start": { diff --git a/packs/pf2e/feats/ancestry/kitsune/level-17/rampaging-form.json b/packs/pf2e/feats/ancestry/kitsune/level-17/rampaging-form.json index 81eeece34c8..201eb4265d8 100644 --- a/packs/pf2e/feats/ancestry/kitsune/level-17/rampaging-form.json +++ b/packs/pf2e/feats/ancestry/kitsune/level-17/rampaging-form.json @@ -12,7 +12,7 @@ }, "category": "ancestry", "description": { - "value": "

Once per day, when you Change Shape into a fox, you can instead gain the effects of both the canine form of 5th-rank @UUID[Compendium.pf2e.spells-srd.Item.Animal Form] and 7th-rank @UUID[Compendium.pf2e.spells-srd.Item.Fiery Body] for 1 minute or until you shift back, whichever comes first. You can cast @UUID[Compendium.pf2e.spells-srd.Item.Ignition] from the fiery body effect even though you're in a battle form.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Rampaging Form]

\n
\n

Special If you are a frozen wind kitsune, your form is ice instead of fire. This changes the immunity and damage from the fiery body effect to cold, changes the weakness to fire, and changes produce flame to @UUID[Compendium.pf2e.spells-srd.Item.Ray of Frost].

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Rampaging Form (Frozen Winds Kitsune)]

" + "value": "

Once per day, when you Change Shape into a fox, you can instead gain the effects of both the canine form of 5th-rank @UUID[Compendium.pf2e.spells-srd.Item.Animal Form] and 7th-rank @UUID[Compendium.pf2e.spells-srd.Item.Fiery Body] for 1 minute or until you shift back, whichever comes first. You can cast @UUID[Compendium.pf2e.spells-srd.Item.Ignition] from the fiery body effect even though you're in a battle form.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Rampaging Form]


Special If you are a frozen wind kitsune, your form is ice instead of fire. This changes the immunity and damage from the fiery body effect to cold, changes the weakness to fire, and changes ignition to @UUID[Compendium.pf2e.spells-srd.Item.Ray of Frost].

" }, "level": { "value": 17