Skip to content

Commit

Permalink
Correct cats_grace in effects.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Smissen committed May 25, 2024
1 parent 388ca6c commit de0bb67
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 de0bb67

Please sign in to comment.