Skip to content

Commit

Permalink
Remove remaining rule element-based implementation of Apex items (#18485
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pedrogrullada authored Mar 9, 2025
1 parent 620d530 commit 5ed79e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
12 changes: 0 additions & 12 deletions packs/equipment/dragon-handwraps.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@
"value": ""
},
"rules": [
{
"key": "ActiveEffectLike",
"mode": "add",
"path": "system.abilities.str.mod",
"value": 1
},
{
"key": "ActiveEffectLike",
"mode": "upgrade",
"path": "system.abilities.str.mod",
"value": 4
},
{
"key": "FlatModifier",
"predicate": [
Expand Down
13 changes: 1 addition & 12 deletions packs/equipment/whispering-staff.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@
"selector": "skill-check",
"type": "circumstance",
"value": 3
},
{
"key": "ActiveEffectLike",
"mode": "add",
"path": "system.abilities.int.mod",
"value": 1
},
{
"key": "ActiveEffectLike",
"mode": "upgrade",
"path": "system.abilities.int.mod",
"value": 4
}
],
"runes": {
Expand All @@ -96,6 +84,7 @@
"rarity": "common",
"value": [
"apex",
"invested",
"magical",
"staff",
"two-hand-d8"
Expand Down

0 comments on commit 5ed79e9

Please sign in to comment.