Skip to content

Commit

Permalink
Add remaster changes to disarm action macro
Browse files Browse the repository at this point in the history
Update the text for the success outcome to reflect the text in Player Core, and slightly refined the rule elements on the effect for the success outcome.
  • Loading branch information
nikolaj-a committed Nov 9, 2023
1 parent b2c28a7 commit fccfd29
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
42 changes: 28 additions & 14 deletions packs/equipment-effects/effect-disarm-success.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,50 @@
"name": "Effect: Disarm (Success)",
"system": {
"description": {
"value": "<p>The target takes a -2 circumstance penalty to attacks with the item or other checks requiring a firm grasp on the item.</p>"
"value": "<p>Granted by a successful @UUID[Compendium.pf2e.actionspf2e.Item.Disarm]</p>\n<hr />\n<p>You have a weakened grasp on an item. Further attempts to Disarm the item gain a +2 circumstance bonus, and you take a –2 circumstance penalty to attacks with the item or other checks requiring a firm grasp on the item. You can end the effect by Interacting to change your grip on the item; otherwise, it lasts as long as you hold the item.</p>"
},
"duration": {
"expiry": "turn-start",
"expiry": null,
"sustained": false,
"unit": "rounds",
"value": 1
"unit": "unlimited",
"value": -1
},
"level": {
"value": 1
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
"license": "ORC",
"remaster": true,
"title": "Pathfinder Player Core"
},
"rules": [
{
"domain": "attack-roll",
"key": "RollOption",
"label": "PF2E.Actions.Disarm.EffectLabel",
"option": "partially-disarmed",
"toggleable": true
"choices": {
"ownedItems": true,
"predicate": [
"item:equipped"
],
"types": [
"melee",
"weapon"
]
},
"flag": "disarmWeakenedGrasp",
"key": "ChoiceSet",
"prompt": "PF2E.SpecificRule.Prompt.Weapon"
},
{
"key": "FlatModifier",
"selector": "{item|flags.pf2e.rulesSelections.disarmWeakenedGrasp}-attack",
"type": "circumstance",
"value": -2
},
{
"key": "FlatModifier",
"predicate": [
"partially-disarmed"
"action:disarm"
],
"selector": "attack",
"selector": "reflex-dc",
"type": "circumstance",
"value": -2
}
Expand Down
3 changes: 1 addition & 2 deletions static/lang/action-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,10 @@
"Title": "Disable Device"
},
"Disarm": {
"EffectLabel": "Using weapon with loose grip",
"Notes": {
"criticalFailure": "<strong>Critical Failure</strong> You lose your balance and become @UUID[Compendium.pf2e.conditionitems.Item.AJh5ex99aV6VTggg]{Off-Guard} until the start of your next turn.",
"criticalSuccess": "<strong>Critical Success</strong> You knock the item out of the opponent's grasp. It falls to the ground in the opponent's space.",
"success": "<strong>Success</strong> You weaken your opponent's grasp on the item. Until the start of that creature's turn, attempts to Disarm the opponent of that item gain a +2 circumstance bonus, and the target takes a -2 circumstance penalty to attacks with the item or other checks requiring a firm grasp on the item. @UUID[Compendium.pf2e.equipment-effects.Item.z3ATL8DcRVrT0Uzt]{Effect: Disarm (Success)}"
"success": "<strong>Success</strong> You weaken your target's grasp on the item. Further attempts to Disarm the target of that item gain a +2 circumstance bonus, and the target takes a 2 circumstance penalty to attacks with the item or other checks requiring a firm grasp on the item. The creature can end the effect by Interacting to change its grip on the item; otherwise, it lasts as long as the creature holds the item.<br>@UUID[Compendium.pf2e.equipment-effects.Item.z3ATL8DcRVrT0Uzt]{Effect: Disarm (Success)}"
},
"Title": "Disarm"
},
Expand Down

0 comments on commit fccfd29

Please sign in to comment.