Skip to content

Commit

Permalink
Merge branch 'more_pfs_automation_v20241227' of https://github.com/am…
Browse files Browse the repository at this point in the history
…malagonc/pf2e into more_pfs_automation_v20241227
  • Loading branch information
ammalagonc committed Jan 1, 2025
2 parents 972f201 + a67c4f7 commit b04d564
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
"remaster": false,
"title": "Pathfinder Society Scenario #1-18: Lodge of the Living God"
},
"rules": [],
"rules": [
{
"key": "FlatModifier",
"selector": "diplomacy",
"value": 1,
"type": "circumstance"
}
],
"start": {
"initiative": null,
"value": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,17 @@
"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",
"type": "circumstance",
"value": 1
Expand Down
10 changes: 4 additions & 6 deletions packs/pathfinder-society-boons/s1-04-touched-by-the-storm.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@
"rules": [
{
"key": "Resistance",
"type": "cold",
"value": 1
},
{
"key": "Resistance",
"type": "electricity",
"type": [
"cold",
"electricity"
],
"value": 1
}
],
Expand Down

0 comments on commit b04d564

Please sign in to comment.