Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Heart of Ice and Heart of Fire effects for Mantle of Frozen and Magma Heart spells #17894

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
apply suggestions
  • Loading branch information
ammalagonc committed Jan 5, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e382bb235843b389caa84d4ba6bdde5338d84ac2
53 changes: 0 additions & 53 deletions packs/spell-effects/effect-heart-of-fire.json

This file was deleted.

53 changes: 0 additions & 53 deletions packs/spell-effects/effect-heart-of-ice.json

This file was deleted.

32 changes: 31 additions & 1 deletion packs/spell-effects/spell-effect-mantle-of-the-frozen-heart.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"name": "Spell Effect: Mantle of the Frozen Heart",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Mantle of the Frozen Heart]</p>\n<p>Pick two of the options below. As a single action, which has the concentrate trait, you can change one of your chosen abilities to a different option from the list.</p><ul><li><strong>Chilling Ice</strong> You gain resistance 10 to cold.</li><li><strong>Ice Glide</strong> While moving along a smooth surface, you gain a +20-foot status bonus to your land Speed.</li><li><strong>Icy Claws</strong> Your hands morph into vicious, piercing claws of ice useful for attacking or climbing. As long as you have both hands free, you gain a climb Speed equal to your land Speed. You gain a claw unarmed attack with the agile and finesse traits, in the brawling weapon group. Your claw attack deals 1d6 piercing damage as its base damage, plus an additional 2d6 cold damage.</li></ul>"
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Mantle of the Frozen Heart]</p>\n<p>Pick two of the options below. As a single action, which has the concentrate trait, you can change one of your chosen abilities to a different option from the list.</p><ul><li><strong>Chilling Ice</strong> You gain resistance 10 to cold.</li><li><strong>Heart of Ice</strong> Any creature that touches you, or that hits you with a melee unarmed attack or non-reach melee weapon attack, takes 2d6 cold damage.</li><li><strong>Ice Glide</strong> While moving along a smooth surface, you gain a +20-foot status bonus to your land Speed.</li><li><strong>Icy Claws</strong> Your hands morph into vicious, piercing claws of ice useful for attacking or climbing. As long as you have both hands free, you gain a climb Speed equal to your land Speed. You gain a claw unarmed attack with the agile and finesse traits, in the brawling weapon group. Your claw attack deals 1d6 piercing damage as its base damage, plus an additional 2d6 cold damage.</li></ul>"
},
"duration": {
"expiry": "turn-start",
@@ -121,6 +121,19 @@
"type": "cold",
"value": 10
},
{
"domain": "all",
"key": "RollOption",
"option": "self:heart-of-ice",
"predicate": [
{
"or": [
"frozen-heart-first:heart-of-ice",
"frozen-heart-second:heart-of-ice"
]
}
]
},
{
"key": "FlatModifier",
"predicate": [
@@ -187,6 +200,23 @@
],
"selector": "climb-speed",
"value": "@actor.attributes.speed.total"
},
{
"key": "Note",
"predicate": [
"self:heart-of-ice",
{
"or": [
"item:trait:melee",
{
"not": "item:trait:reach"
}
]
}
],
"selector": "damage-received",
"text": "PF2E.SpecificRule.SpellEffectMantle.FrozenHeart.DamageNote.HeartOfIce",
"title": "{item|name}"
}
],
"start": {
32 changes: 31 additions & 1 deletion packs/spell-effects/spell-effect-mantle-of-the-magma-heart.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"name": "Spell Effect: Mantle of the Magma Heart",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Mantle of the Magma Heart]</p>\n<p>Pick two of the options below. As a single action, which has the concentrate trait, you can change one of your chosen abilities to a different option from the list.</p><ul><li><strong>Enlarging Eruption</strong> You grow to size Large. You're clumsy 1. Your reach increases by 5 feet (or by 10 feet if you started out Tiny), and you gain a +2 status bonus to melee damage. You can't choose this option if you're already Large or larger.</li><li><strong>Fiery Grasp</strong> You gain a lava fist unarmed attack in the brawling weapon group. Your lava fists deal 1d8 bludgeoning damage as their base damage, plus an additional 2d6 fire damage and 1d6 persistent fire damage.</li><li><strong>Warming Flames</strong> You gain resistance 5 to cold and fire.</li></ul>"
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Mantle of the Magma Heart]</p>\n<p>Pick two of the options below. As a single action, which has the concentrate trait, you can change one of your chosen abilities to a different option from the list.</p><ul><li><strong>Enlarging Eruption</strong> You grow to size Large. You're clumsy 1. Your reach increases by 5 feet (or by 10 feet if you started out Tiny), and you gain a +2 status bonus to melee damage. You can't choose this option if you're already Large or larger.</li><li><strong>Fiery Grasp</strong> You gain a lava fist unarmed attack in the brawling weapon group. Your lava fists deal 1d8 bludgeoning damage as their base damage, plus an additional 2d6 fire damage and 1d6 persistent fire damage.</li><li><strong>Heart of Fire</strong> any creature that touches you, or that hits you with a melee unarmed attack or non-reach melee weapon attack, takes 2d6 damage.</li><li><strong>Warming Flames</strong> You gain resistance 5 to cold and fire.</li></ul>"
},
"duration": {
"expiry": "turn-start",
@@ -93,6 +93,19 @@
],
"toggleable": true
},
{
"domain": "all",
"key": "RollOption",
"option": "self:heart-of-fire",
"predicate": [
{
"or": [
"magma-heart-first:heart-of-fire",
"magma-heart-second:heart-of-fire"
]
}
]
},
{
"key": "FlatModifier",
"predicate": [
@@ -188,6 +201,23 @@
],
"type": "fire",
"value": 5
},
{
"key": "Note",
"predicate": [
"self:heart-of-fire",
{
"or": [
"item:trait:melee",
{
"not": "item:trait:reach"
}
]
}
],
"selector": "damage-received",
"text": "PF2E.SpecificRule.SpellEffectMantle.MagmaHeart.DamageNote.HeartOfFire",
"title": "{item|name}"
}
],
"start": {
Loading