From 13f4f1887441a4f10d53305301dc1bd556535af0 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Sun, 15 Dec 2024 14:04:33 -0600 Subject: [PATCH] Mage armor has encumbrance --- data/mods/Magiclysm/items/ethereal_items.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/items/ethereal_items.json b/data/mods/Magiclysm/items/ethereal_items.json index f2833a328f9bb..f316384da2c99 100644 --- a/data/mods/Magiclysm/items/ethereal_items.json +++ b/data/mods/Magiclysm/items/ethereal_items.json @@ -857,7 +857,7 @@ "relic_data": { "passive_effects": [ { "id": "ench_armor_spirit" } ] }, "armor": [ { - "encumbrance": 0, + "encumbrance": 8, "coverage": 100, "covers": [ "head", "mouth", "eyes", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ] }