Skip to content

Commit

Permalink
Merge pull request #74062 from Smissen/bugfix_catsgrace
Browse files Browse the repository at this point in the history
Bugfix cats_grace scaling
  • Loading branch information
Maleclypse authored May 26, 2024
2 parents 5018e34 + de0bb67 commit 8227806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"remove_message": "Your reflexes return to normal.",
"rating": "good",
"removes_effects": [ "eagles_sight", "ogres_strength", "foxs_cunning" ],
"enchantments": [ { "values": [ { "value": "DEXTERITY", "add": { "math": [ "( u_spell_level('eagles_sight') / 4 ) + 2" ] } } ] } ]
"enchantments": [ { "values": [ { "value": "DEXTERITY", "add": { "math": [ "( u_spell_level('cats_grace') / 4 ) + 2" ] } } ] } ]
},
{
"type": "effect_type",
Expand Down

0 comments on commit 8227806

Please sign in to comment.