Skip to content

Commit

Permalink
[Magiclysm] Fix Restoration duration (CleverRaven#71722)
Browse files Browse the repository at this point in the history
* Update druid.json

* Lint
  • Loading branch information
Standing-Storm authored Feb 12, 2024
1 parent e0304f1 commit 7140bea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data/mods/Magiclysm/Spells/druid.json
Original file line number Diff line number Diff line change
Expand Up @@ -718,10 +718,7 @@
]
},
"effect": [
{
"u_add_effect": "flask_regeneration",
"duration": { "math": [ "( 15000 + (u_spell_level('druid_healing') * 3000)) " ] }
}
{ "u_add_effect": "flask_regeneration", "duration": { "math": [ "( 150 + (u_spell_level('druid_healing') * 30)) " ] } }
],
"false_effect": [ { "u_message": "You must be surrounded by nature to use its power to heal.", "type": "bad" } ]
},
Expand Down

0 comments on commit 7140bea

Please sign in to comment.