Skip to content

Commit

Permalink
Deer form update
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Sep 19, 2024
1 parent 3562662 commit b478ee8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/mods/Magiclysm/mutations/magical.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b478ee8

Please sign in to comment.