From 62ac6360032d57075b1ccd5a7826d7babad14885 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: Sun, 15 Dec 2024 14:12:09 -0600 Subject: [PATCH] Root strike only applies on diggable ground --- data/mods/Magiclysm/effects/effects.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/mods/Magiclysm/effects/effects.json b/data/mods/Magiclysm/effects/effects.json index be63fc3032b07..30b76c3352c7a 100644 --- a/data/mods/Magiclysm/effects/effects.json +++ b/data/mods/Magiclysm/effects/effects.json @@ -345,8 +345,7 @@ "int_add_val": 1, "apply_message": "Roots rip out from the ground and impale your enemies!", "remove_message": "The roots wither up and die.", - "base_mods": { "speed_mod": [ -30 ] }, - "scaling_mods": { "speed_mod": [ -5 ] } + "enchantments": [ { "condition": { "u_is_on_terrain_with_flag": "DIGGABLE" }, "values": [ { "value": "SPEED", "add": -25 } ] } ] }, { "type": "effect_type",