Skip to content

Commit

Permalink
Update select Archetype journal entries and rule elements on Ka Stone…
Browse files Browse the repository at this point in the history
… and Expeditious Advance feat (foundryvtt#17755)
  • Loading branch information
ammalagonc authored Dec 20, 2024
1 parent 7296a40 commit 419ae29
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 34 deletions.
32 changes: 5 additions & 27 deletions packs/equipment/ka-stone.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"containerId": null,
"description": {
"value": "<p>Obtained with @UUID[Compendium.pf2e.feats-srd.Item.Ka Stone Ritual]</p>\n<p>You inscribe your true name on your <em>ka stone</em>, as well as oaths to gods and pharaohs, and embed it in your forehead in a special ritual with a sphinx or with a living monolith who already has this feat. The <em>ka stone</em> is an invested magic item that you automatically invest each day. It can't be removed without your permission, nor can it be dispelled, and you can never lose investiture in the ka stone. Its Bulk is negligible.</p>\n<p>The ka stone grants you a +1 item bonus to saves against death effects and negative effects, which increases to +2 at 8th level, +3 at 14th level, and +4 at 20th level.</p>\n<hr />\n<p><strong>Activate</strong> <span class=\"action-glyph\">2</span> (envision), or a different activation if otherwise specified</p>\n<p><strong>Frequency</strong> a number of times each day equal to the number of class feats you have from the Living Monolith archetype</p>\n<hr />\n<p><strong>Effect</strong> You cast @UUID[Compendium.pf2e.spells-srd.Item.Enlarge] on yourself or use one of the other activated abilities granted by a later Living Monolith feat.</p>"
"value": "<p>Obtained with @UUID[Compendium.pf2e.feats-srd.Item.Ka Stone Ritual]</p>\n<p>You inscribe your true name on your <em>ka stone</em>, as well as oaths to gods and pharaohs, and embed it in your forehead in a special ritual with a sphinx or with a living monolith who already has this feat. The <em>ka stone</em> is an invested magic item that you automatically invest each day. It can't be removed without your permission, nor can it be dispelled, and you can never lose investiture in the ka stone. Its Bulk is negligible.</p>\n<p>The ka stone grants you a +1 item bonus to saves against death effects and negative effects, which increases to +2 at 8th level, +3 at 14th level, and +4 at 20th level.</p><hr /><p><strong>Activate</strong> <span class=\"action-glyph\">2</span> (envision), or a different activation if otherwise specified</p>\n<p><strong>Frequency</strong> a number of times each day equal to the number of class feats you have from the Living Monolith archetype</p><hr /><p><strong>Effect</strong> You cast @UUID[Compendium.pf2e.spells-srd.Item.Enlarge] on yourself or use one of the other activated abilities granted by a later Living Monolith feat.</p>"
},
"hardness": 0,
"hp": {
Expand All @@ -35,40 +35,18 @@
"rules": [
{
"key": "FlatModifier",
"label": "vs. death and void (Ka stone)",
"label": "PF2E.SpecificRule.GenericLabel.ItemVs.DeathVoid",
"predicate": [
{
"or": [
"death",
"void"
"item:trait:death",
"item:trait:void"
]
}
],
"selector": "saving-throw",
"type": "item",
"value": {
"brackets": [
{
"end": 7,
"start": 1,
"value": 1
},
{
"end": 13,
"start": 8,
"value": 2
},
{
"end": 19,
"start": 14,
"value": 3
},
{
"start": 20,
"value": 4
}
]
}
"value": "ternary(gte(@actor.level,20),4,ternary(gte(@actor.level,14),3, ternary(gte(@actor.level,8),2,1)))"
}
],
"size": "med",
Expand Down
8 changes: 8 additions & 0 deletions packs/feats/expeditious-advance.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"rules": [
{
"key": "FlatModifier",
"predicate": [
{
"or": [
"armor:category:unarmored",
"armor:category:light"
]
}
],
"selector": "land-speed",
"type": "status",
"value": 10
Expand Down
Loading

0 comments on commit 419ae29

Please sign in to comment.