From 31c89bb847a3c414f8cfc8d220fd059af69ae4d9 Mon Sep 17 00:00:00 2001 From: Simon Ward Date: Sat, 20 Jul 2024 11:49:48 -0700 Subject: [PATCH] Update Gorum's Minor Curse to alter armor and shield hardness (#15502) --- packs/boons-and-curses/gorum-minor-curse.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) 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",