Skip to content

Commit

Permalink
More item level domains
Browse files Browse the repository at this point in the history
  • Loading branch information
TikaelSol committed Jan 22, 2025
1 parent 4022f38 commit def7080
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 33 deletions.
6 changes: 3 additions & 3 deletions packs/abomination-vaults-bestiary/dreshkan.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@
"predicate": [
{
"or": [
"death",
"disease",
"item:trait:death",
"item:trait:disease",
"inflicts:doomed",
"inflicts:fatigued",
"inflicts:paralyzed",
"inflicts:persistent-damage:bleed",
"inflicts:sickened",
"poison"
"item:trait:poison"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions packs/abomination-vaults-bestiary/morlock-cultist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1118,8 +1118,8 @@
"predicate": [
{
"or": [
"disease",
"poison"
"item:trait:disease",
"item:trait:poison"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions packs/abomination-vaults-bestiary/morlock-engineer.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@
"predicate": [
{
"or": [
"disease",
"poison"
"item:trait:disease",
"item:trait:poison"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions packs/abomination-vaults-bestiary/morlock-scavenger.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@
"predicate": [
{
"or": [
"disease",
"poison"
"item:trait:disease",
"item:trait:poison"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions packs/abomination-vaults-bestiary/warped-brew-morlock.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"predicate": [
{
"or": [
"disease",
"poison"
"item:trait:disease",
"item:trait:poison"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion packs/age-of-ashes-bestiary/scarlet-triad-poisoner.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@
{
"key": "FlatModifier",
"predicate": [
"poison"
"item:trait:poison"
],
"selector": "saving-throw",
"type": "status",
Expand Down
2 changes: 1 addition & 1 deletion packs/agents-of-edgewatch-bestiary/franca-laurentz.json
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@
{
"key": "FlatModifier",
"predicate": [
"poison"
"item:trait:poison"
],
"selector": "saving-throw",
"type": "circumstance",
Expand Down
13 changes: 6 additions & 7 deletions packs/ancestryfeatures/constructed-poppet.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@
"rules": [
{
"key": "FlatModifier",
"label": "Constructed (vs. disease, poisons, death effects, paralysis, drained, and sickened)",
"predicate": [
{
"or": [
"death",
"disease",
"drained",
"paralyzed",
"poison",
"sickened"
"item:trait:death",
"item:trait:disease",
"item:trait:drained",
"item:trait:paralyzed",
"item:trait:poison",
"item:trait:sickened"
]
}
],
Expand Down
7 changes: 3 additions & 4 deletions packs/ancestryfeatures/constructed.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@
"rules": [
{
"key": "FlatModifier",
"label": "Constructed (vs. diseases, poisons, and radiation)",
"predicate": [
{
"or": [
"disease",
"poison",
"radiation"
"item:trait:disease",
"item:trait:poison",
"item:trait:radiation"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions packs/ancestryfeatures/unusual-anatomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"predicate": [
{
"or": [
"disease",
"poison"
"item:trait:disease",
"item:trait:poison"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"key": "FlatModifier",
"predicate": [
"poison"
"item:trait:poison"
],
"selector": "saving-throw",
"type": "status",
Expand Down
6 changes: 3 additions & 3 deletions packs/bestiary-effects/effect-despoiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"predicate": [
{
"or": [
"poison",
"disease",
"drug"
"item:trait:poison",
"item:trait:disease",
"item:trait:drug"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"predicate": [
{
"or": [
"death",
"disease",
"poison"
"item:trait:death",
"item:trait:disease",
"item:trait:poison"
]
}
],
Expand Down

0 comments on commit def7080

Please sign in to comment.