diff --git a/packs/boons-and-curses/gorum-minor-curse.json b/packs/boons-and-curses/gorum-minor-curse.json index 8c3a606dbc6..3f71f5d3548 100644 --- a/packs/boons-and-curses/gorum-minor-curse.json +++ b/packs/boons-and-curses/gorum-minor-curse.json @@ -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",