Skip to content

Commit

Permalink
[Magiclysm] Fix werewolf aura (#79151)
Browse files Browse the repository at this point in the history
* Initial commit

* Fixes
  • Loading branch information
Standing-Storm authored Jan 14, 2025
1 parent 873b4ec commit ca1949d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/mods/Magiclysm/items/ethereal_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,9 @@
"relic_data": {
"passive_effects": [
{
"intermittent_activation": { "effects": [ { "frequency": "15 minutes", "spell_effects": [ { "id": "light_healing", "hit_self": true } ] } ] }
"intermittent_activation": {
"effects": [ { "frequency": "2 minutes", "spell_effects": [ { "id": "pfruit_regeneration_spell", "hit_self": true } ] } ]
}
},
{
"has": "WORN",
Expand Down

0 comments on commit ca1949d

Please sign in to comment.