Skip to content

Commit

Permalink
Merge pull request #76553 from Standing-Storm/deer-form-update
Browse files Browse the repository at this point in the history
[Magiclysm] Deer form update for natural stance
  • Loading branch information
Maleclypse committed Sep 21, 2024
2 parents 52d53c5 + b478ee8 commit b96a38f
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 @@ -168,6 +168,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 b96a38f

Please sign in to comment.