Skip to content

Commit

Permalink
Root strike only applies on diggable ground
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Dec 15, 2024
1 parent 7265cc2 commit 62ac636
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/mods/Magiclysm/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 62ac636

Please sign in to comment.