From 564d532e57e3b7a4b10d4544e602332f38429126 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 15:55:52 -0600 Subject: [PATCH] Mage blade edits --- data/mods/Magiclysm/items/item_enchants.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/mods/Magiclysm/items/item_enchants.json b/data/mods/Magiclysm/items/item_enchants.json index fd611f55f35d8..09074df68d3d0 100644 --- a/data/mods/Magiclysm/items/item_enchants.json +++ b/data/mods/Magiclysm/items/item_enchants.json @@ -8,8 +8,10 @@ "description": "The damage done and light emitted by this sword increase with intelligence.", "melee_damage_bonus": [ { - "type": "cut", - "add": { "math": [ "(u_val('intelligence') * 2) + (u_spell_level('holy_blade') + u_spell_level('holy_blade_plus'))" ] } + "type": "light", + "add": { + "math": [ "min( ( (u_val('intelligence') * 2) + (u_spell_level('holy_blade') + u_spell_level('holy_blade_plus') ) ),40)" ] + } } ], "values": [