Skip to content

Commit

Permalink
Electric Eye edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Dec 15, 2024
1 parent 447ee60 commit dcc0bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -856,10 +856,10 @@
"ELECTRIC_VISION",
{
"values": [
{ "value": "BONUS_BLOCK", "add": 1 },
{ "value": "BONUS_DODGE", "add": 1 },
{ "value": "DEXTERITY", "add": 2 },
{ "value": "PERCEPTION", "add": 4 }
{ "value": "DODGE_CHANCE", "add": { "math": [ "u_spell_level('electric_eye') / 7" ] } },
{ "value": "DEXTERITY", "add": { "math": [ "u_spell_level('electric_eye') / 10" ] } },
{ "value": "PERCEPTION", "add": { "math": [ "u_spell_level('electric_eye') / 5" ] } }
]
}
]
Expand Down

0 comments on commit dcc0bbb

Please sign in to comment.