Skip to content

Commit

Permalink
Add custom weakness for Cursed Guardian's Deadeye's Shame (#15097)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Jun 19, 2024
1 parent 5801bef commit ba3949e
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions packs/kingmaker-bestiary/cursed-guardian.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,25 @@
"remaster": false,
"title": ""
},
"rules": [],
"rules": [
{
"definition": [
"origin:deity:slug:erastil"
],
"key": "Weakness",
"type": "custom",
"value": 5
},
{
"key": "FlatModifier",
"predicate": [
"origin:deity:slug:erastil"
],
"selector": "saving-throw",
"type": "circumstance",
"value": -2
}
],
"slug": null,
"traits": {
"rarity": "common",
Expand Down Expand Up @@ -186,7 +204,23 @@
"remaster": false,
"title": ""
},
"rules": [],
"rules": [
{
"domain": "all",
"key": "RollOption",
"option": "rush",
"toggleable": true
},
{
"key": "FlatModifier",
"predicate": [
"rush"
],
"selector": "land-speed",
"type": "circumstance",
"value": 10
}
],
"slug": null,
"traits": {
"rarity": "common",
Expand Down

0 comments on commit ba3949e

Please sign in to comment.