-
Notifications
You must be signed in to change notification settings - Fork 369
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 automation and effects to additional Pathfinder Society Boons #17844
Merged
TikaelSol
merged 16 commits into
foundryvtt:master
from
ammalagonc:more_pfs_automation_v20241227
Jan 5, 2025
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
b85867a
Add automation and effects to additional Pathfinder Society Boons
ammalagonc 2725c0c
Update adversary-lore.json
ammalagonc 00ee63f
2024-12-28 updates
ammalagonc 94aebd0
Update effect-technological-defence.json
ammalagonc 9ef7d41
Update effect-grand-finale.json
ammalagonc 6cc50e9
Update effect-nexian-researcher.json
ammalagonc 8a30ef2
Update effect-tarnbreaker-champions.json
ammalagonc ba89b13
Update effect-light-in-the-dark.json
ammalagonc 4ef9d76
Update effect-practiced-medic.json
ammalagonc f7e7a46
Apply suggestions from code review
ammalagonc b2ee02d
Update effect-light-in-the-dark.json
ammalagonc bc4066a
Update effect-technological-defence.json
ammalagonc a67c4f7
Update s1-04-touched-by-the-storm.json
ammalagonc 972f201
Update re-en.json
ammalagonc b04d564
Merge branch 'more_pfs_automation_v20241227' of https://github.com/am…
ammalagonc fedf5c4
Update s1-18-narsens-web.json
ammalagonc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
packs/campaign-effects/pathfinder-society/effect-grand-finale.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"_id": "L2gnvfJ5y2cTNryW", | ||
"folder": "KN9hhATq6X3GwryB", | ||
"img": "systems/pf2e/icons/pathfinder-society/pfs-glyph.webp", | ||
"name": "Effect: Grand Finale", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by Grand Finale</p>\n<p>You gain a +2 circumstance bonus to Performance checks, 20 temporary Hit Points, and a +1 circumstance bonus to Fortitude saves.</p>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-start", | ||
"sustained": false, | ||
"unit": "minutes", | ||
"value": 10 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Society Scenario #1-25: Grim Symphony" | ||
}, | ||
"rules": [ | ||
{ | ||
"key": "FlatModifier", | ||
"selector": "fortitude", | ||
"slug": "grand-finale-fortitude-bonus", | ||
"type": "circumstance", | ||
"value": 1 | ||
}, | ||
{ | ||
"key": "FlatModifier", | ||
"selector": "performance", | ||
"slug": "grand-finale-performance-bonus", | ||
"type": "circumstance", | ||
"value": 2 | ||
}, | ||
{ | ||
"key": "TempHP", | ||
"value": 20 | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
44 changes: 44 additions & 0 deletions
44
packs/campaign-effects/pathfinder-society/effect-light-in-the-dark.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"_id": "j2xuFnWfTov0VQoG", | ||
"folder": "KN9hhATq6X3GwryB", | ||
"img": "systems/pf2e/icons/pathfinder-society/pfs-glyph.webp", | ||
"name": "Effect: Light in the Dark", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by S1-18 - Light in the Dark</p>\n<p>You gain a +1 circumstance bonus to Diplomacy checks to @UUID[Compendium.pf2e.actionspf2e.Item.Request]{Request Assistance} or @UUID[Compendium.pf2e.actionspf2e.Item.Make an Impression] while adventuring in Razmiran.</p>" | ||
ammalagonc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
"duration": { | ||
"expiry": null, | ||
"sustained": false, | ||
"unit": "unlimited", | ||
"value": -1 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Society Scenario #1-18: Lodge of the Living God" | ||
}, | ||
"rules": [ | ||
{ | ||
"key": "FlatModifier", | ||
"selector": "diplomacy", | ||
"value": 1, | ||
"type": "circumstance" | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
64 changes: 64 additions & 0 deletions
64
packs/campaign-effects/pathfinder-society/effect-nexian-researcher.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"_id": "rEQP3SwRF9Zb1ppV", | ||
"folder": "KN9hhATq6X3GwryB", | ||
"img": "systems/pf2e/icons/pathfinder-society/pfs-glyph.webp", | ||
"name": "Effect: Nexian Researcher", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by S1-00 - Nexian Researcher</p>\n<p>If you are Untrained in Pathfinder Society Lore, you can add your level to your Intelligence modifier when determining your bonus. If you are at least Trained in Pathfinder Society Lore, you gain a +2 circumstance bonus to this check instead.</p>" | ||
ammalagonc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
"duration": { | ||
"expiry": "turn-end", | ||
"sustained": false, | ||
"unit": "rounds", | ||
"value": 0 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Society Scenario #1-00: Origin of the Open Road" | ||
}, | ||
"rules": [ | ||
{ | ||
"hideIfDisabled": true, | ||
"key": "FlatModifier", | ||
"predicate": [ | ||
"check:statistic:pathfinder-society-lore", | ||
"proficiency:untrained" | ||
], | ||
"removeAfterRoll": "if-enabled", | ||
"selector": "skill-check", | ||
"slug": "pathfinder-society-lore-untrained-bonus", | ||
"value": "@actor.level" | ||
}, | ||
{ | ||
"hideIfDisabled": true, | ||
"key": "FlatModifier", | ||
"predicate": [ | ||
"nexian-researcher", | ||
"check:statistic:pathfinder-society-lore", | ||
"proficiency:trained" | ||
], | ||
"removeAfterRoll": "if-enabled", | ||
"selector": "skill-check", | ||
"slug": "pathfinder-society-lore-trained-bonus", | ||
"type": "circumstance", | ||
"value": 2 | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
55 changes: 55 additions & 0 deletions
55
packs/campaign-effects/pathfinder-society/effect-practiced-medic.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"_id": "OJibRFm4JCVGQZnx", | ||
"folder": "KN9hhATq6X3GwryB", | ||
"img": "systems/pf2e/icons/pathfinder-society/pfs-glyph.webp", | ||
"name": "Effect: Practiced Medic", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by Practiced Medic</p>\n<p>You can improve a Medicine check's degree of success by one step to Administer First Aid, Treat Disease, Treat Poison, or Treat Wounds.</p>" | ||
ammalagonc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
"duration": { | ||
"expiry": "turn-end", | ||
"sustained": false, | ||
"unit": "rounds", | ||
"value": 0 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Society Boons" | ||
}, | ||
"rules": [ | ||
{ | ||
"adjustment": { | ||
"all": "one-degree-better" | ||
}, | ||
"key": "AdjustDegreeOfSuccess", | ||
"predicate": [ | ||
{ | ||
"or": [ | ||
"action:treat-poison", | ||
"action:treat-wounds", | ||
"action:treat-disease" | ||
] | ||
} | ||
], | ||
"removeAfterRoll": "if-enabled", | ||
"selector": "medicine" | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
48 changes: 48 additions & 0 deletions
48
packs/campaign-effects/pathfinder-society/effect-tarnbreaker-champions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"_id": "zcGenQGOjZgFuqzs", | ||
"folder": "KN9hhATq6X3GwryB", | ||
"img": "systems/pf2e/icons/pathfinder-society/pfs-glyph.webp", | ||
"name": "Effect: Tarnbreaker Champions", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by Tarnbreaker Champions</p>\n<p>you gain a +1 circumstance bonus on all Diplomacy checks to @UUID[Compendium.pf2e.actionspf2e.Item.Request]{Make a Request} while playing in an adventure that takes place primarily in the Lands of the Linnorm Kings.</p>" | ||
ammalagonc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
"duration": { | ||
"expiry": null, | ||
"sustained": false, | ||
"unit": "unlimited", | ||
"value": -1 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Society Scenario #1-10: Tarnbreaker's Trail" | ||
}, | ||
"rules": [ | ||
{ | ||
"hideIfDisabled": true, | ||
"key": "FlatModifier", | ||
"predicate": [ | ||
"action:request" | ||
], | ||
"selector": "diplomacy", | ||
"type": "circumstance", | ||
"value": 1 | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
53 changes: 53 additions & 0 deletions
53
packs/campaign-effects/pathfinder-society/effect-technological-defence.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"_id": "XmNIl5QrNXy88Fk8", | ||
"folder": "KN9hhATq6X3GwryB", | ||
"img": "systems/pf2e/icons/pathfinder-society/pfs-glyph.webp", | ||
"name": "Effect: Technological Defence", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by Technological Defence.</p>\n<p>You gain a +1 circumstance bonus to a saving throw against a technological weapon or effect.</p>" | ||
ammalagonc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
"duration": { | ||
"expiry": null, | ||
"sustained": false, | ||
"unit": "unlimited", | ||
"value": -1 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Society Quest #8: Shadows of the Black Sovereign" | ||
}, | ||
"rules": [ | ||
{ | ||
"domain": "all", | ||
"key": "RollOption", | ||
"option": "technological-defence", | ||
"toggleable": true | ||
}, | ||
{ | ||
"key": "FlatModifier", | ||
"predicate": [ | ||
"technological-defence" | ||
], | ||
"selector": "saving-throw", | ||
ammalagonc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"type": "circumstance", | ||
"value": 1 | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this intended to be a link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it was intended to be a link but the checker failed to recognize it in the previous PR (it doesn't like Pathfinder Society Boons). I'll open an incident but the goal is to eventually turn these into links.