From b478ee82c12cf1394403f07e9650ecff7165f45e 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: Thu, 19 Sep 2024 11:26:08 -0500 Subject: [PATCH] Deer form update --- data/mods/Magiclysm/mutations/magical.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/mods/Magiclysm/mutations/magical.json b/data/mods/Magiclysm/mutations/magical.json index cf298135ec809..24ae0cef7a4fe 100644 --- a/data/mods/Magiclysm/mutations/magical.json +++ b/data/mods/Magiclysm/mutations/magical.json @@ -106,6 +106,10 @@ "skills": [ { "value": "dodge", "add": 2 } ], "mutations": [ "ANTLERS", "HOOVES" ] }, + { + "condition": { "and": [ { "u_has_flag": "QUADRUPED_CROUCH" }, { "u_has_flag": "QUADRUPED_RUN" }, { "not": "u_can_drop_weapon" } ] }, + "ench_effects": [ { "effect": "natural_stance", "intensity": 1 }, { "effect": "quadruped_full", "intensity": 1 } ] + }, { "condition": { "u_has_move_mode": "run" }, "values": [ { "value": "MOVE_COST", "multiply": -0.25 } ] }, { "condition": "u_has_weapon",