From 4788adfd9c7fab08eafb7a88d61d8cd783507262 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Mon, 13 Jan 2025 16:40:11 -0600 Subject: [PATCH 1/2] Initial commit --- data/mods/Magiclysm/items/ethereal_items.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/items/ethereal_items.json b/data/mods/Magiclysm/items/ethereal_items.json index a24e27fdad076..e985ad1f0e6fe 100644 --- a/data/mods/Magiclysm/items/ethereal_items.json +++ b/data/mods/Magiclysm/items/ethereal_items.json @@ -733,7 +733,9 @@ "relic_data": { "passive_effects": [ { - "intermittent_activation": { "effects": [ { "frequency": "15 minutes", "spell_effects": [ { "id": "light_healing", "hit_self": true } ] } ] } + "intermittent_activation": { + "effects": [ { "frequency": "1 minutes", "spell_effects": [ { "id": "pfruit_regeneration_spell", "hit_self": true } ] } ] + } }, { "has": "WORN", From c9feba2e03ec6bcd4f760eb67a9ff66c844ae280 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Mon, 13 Jan 2025 16:43:04 -0600 Subject: [PATCH 2/2] Fixes --- data/mods/Magiclysm/items/ethereal_items.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/items/ethereal_items.json b/data/mods/Magiclysm/items/ethereal_items.json index e985ad1f0e6fe..3f054769448fb 100644 --- a/data/mods/Magiclysm/items/ethereal_items.json +++ b/data/mods/Magiclysm/items/ethereal_items.json @@ -734,7 +734,7 @@ "passive_effects": [ { "intermittent_activation": { - "effects": [ { "frequency": "1 minutes", "spell_effects": [ { "id": "pfruit_regeneration_spell", "hit_self": true } ] } ] + "effects": [ { "frequency": "2 minutes", "spell_effects": [ { "id": "pfruit_regeneration_spell", "hit_self": true } ] } ] } }, {