Skip to content

Commit

Permalink
Add effect for Sixth Pillar Mastery (foundryvtt#16883)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Oct 13, 2024
1 parent 62d9699 commit a1aff75
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 2 deletions.
61 changes: 61 additions & 0 deletions packs/feat-effects/effect-sixth-pillar-mastery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"_id": "DX6v0lcI2uA99Yjv",
"img": "icons/sundries/scrolls/scroll-plain-red.webp",
"name": "Effect: Sixth Pillar Mastery",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.feats-srd.Item.Sixth Pillar Mastery]</p>\n<p>You have a -1 status penalty to saves against spells from the source, or you gain a +1 status bonus to attack rolls with your unarmed Strikes.</p>"
},
"duration": {
"expiry": "turn-start",
"sustained": false,
"unit": "rounds",
"value": 1
},
"level": {
"value": 1
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Fists of the Ruby Phoenix Hardcover Compilation"
},
"rules": [
{
"key": "FlatModifier",
"predicate": [
{
"not": "self:signature:{item|origin.signature}"
},
"item:type:spell",
"origin:signature:{item|origin.signature}"
],
"selector": "saving-throw",
"slug": "sixth-pillar-mastery-saves",
"type": "status",
"value": -1
},
{
"key": "FlatModifier",
"predicate": [
"self:signature:{item|origin.signature}"
],
"selector": "unarmed-attack-roll",
"slug": "sixth-pillar-mastery-attacks",
"type": "status",
"value": 1
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"value": []
}
},
"type": "effect"
}
32 changes: 30 additions & 2 deletions packs/feats/sixth-pillar-mastery.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"category": "class",
"description": {
"value": "<p>You align your magical and physical potential. Whenever you succeed at an unarmed Strike against an opponent, they have a -1 status penalty to saves against your spells until the start of your next turn. Whenever you cast a spell using spell slots, you gain a +1 status bonus to attack rolls with your unarmed Strikes until the start of your next turn.</p>"
"value": "<p>You align your magical and physical potential. Whenever you succeed at an unarmed Strike against an opponent, they have a -1 status penalty to saves against your spells until the start of your next turn. Whenever you cast a spell using spell slots, you gain a +1 status bonus to attack rolls with your unarmed Strikes until the start of your next turn.</p>\n<p>@UUID[Compendium.pf2e.feat-effects.Item.Effect: Sixth Pillar Mastery]</p>"
},
"level": {
"value": 14
Expand All @@ -28,7 +28,35 @@
"remaster": false,
"title": "Pathfinder Fists of the Ruby Phoenix Hardcover Compilation"
},
"rules": [],
"rules": [
{
"key": "Note",
"outcome": [
"success",
"criticalSuccess"
],
"selector": "unarmed-attack-roll",
"text": "PF2E.SpecificRule.SixthPillar.SixthPillarMastery.AttackNote",
"title": "{item|name}"
},
{
"itemType": "spell",
"key": "ItemAlteration",
"mode": "add",
"predicate": [
"item:spell-slot"
],
"property": "description",
"value": [
{
"text": "PF2E.SpecificRule.SixthPillar.SixthPillarMastery.SpellNote"
},
{
"text": "@UUID[Compendium.pf2e.feat-effects.Item.Effect: Sixth Pillar Mastery]"
}
]
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down
6 changes: 6 additions & 0 deletions static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4523,6 +4523,12 @@
"Note": "If you roll a success on an attempt to Grab an Edge, you get a critical success instead; if you roll a critical failure, you get a failure instead."
}
},
"SixthPillar": {
"SixthPillarMastery": {
"AttackNote": "Whenever you succeed at an unarmed Strike against an opponent, they have a -1 status penalty to saves against your spells until the start of your next turn. @UUID[Compendium.pf2e.feat-effects.Item.DX6v0lcI2uA99Yjv]{Effect: Sixth Pillar Mastery}",
"SpellNote": "Whenever you cast a spell using spell slots, you gain a +1 status bonus to attack rolls with your unarmed Strikes until the start of your next turn."
}
},
"SkillMastery": {
"ExpertPrompt": "Select a skill to become expert in.",
"MasterPrompt": "Select a skill to become master in."
Expand Down

0 comments on commit a1aff75

Please sign in to comment.