Skip to content

Commit

Permalink
Mage blade edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Dec 15, 2024
1 parent 5cb4b31 commit 564d532
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/mods/Magiclysm/items/item_enchants.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 564d532

Please sign in to comment.