Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.
/ crpg Public archive

Commit d12fa78

Browse files
authored
mod: decrease shield defend arc on horseback (#1157)
1 parent c980412 commit d12fa78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Module.Server/ModuleData/native_parameters.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
<native_parameter id="quadrupedal_delta_rotation_threshold_for_keeping_local_velocity" value="1"/> <!-- this removes slidiness -->
77
<native_parameter id="minimum_anim_strength_for_chamber_block" value="0.01"/>
88
<native_parameter id="maximum_anim_strength_for_chamber_block" value="0.99"/>
9+
<native_parameter id="lower_arc_when_defending_with_shield_horseback" value="-0.2" />
910
</native_parameters>
1011
</base>

0 commit comments

Comments
 (0)