Skip to content

Commit

Permalink
Update Gorum's Minor Curse to alter armor and shield hardness (#15502)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward authored Jul 20, 2024
1 parent 7df8d9b commit 31c89bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packs/boons-and-curses/gorum-minor-curse.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,26 @@
"property": "ac-bonus",
"value": 2
},
{
"itemType": "armor",
"key": "ItemAlteration",
"mode": "multiply",
"predicate": [
"item:equipped"
],
"property": "hardness",
"value": 0.5
},
{
"itemType": "shield",
"key": "ItemAlteration",
"mode": "multiply",
"predicate": [
"item:equipped"
],
"property": "hardness",
"value": 0.5
},
{
"itemType": "armor",
"key": "ItemAlteration",
Expand Down

0 comments on commit 31c89bb

Please sign in to comment.