You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Config/MoreSkills.Config.cs
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,6 @@ public void Awake()
47
47
MoreSkills_Config.BaseMaxRSpeed=base.Config.Bind<float>("MoreSkills: Sailing","Max Rudder Speed",1.5f,"Changes the Max Speed of the Rudder to reach the max turning when Sailing is at Level 100.");
48
48
MoreSkills_Config.BaseSForce=base.Config.Bind<float>("MoreSkills: Sailing","Base Sail Force",0.025f,"Changes the Base Sail Force, incresing it increases the speed with the Sail Down");
49
49
MoreSkills_Config.BaseMaxSForce=base.Config.Bind<float>("MoreSkills: Sailing","Max Sail Force",0.5f,"Changes the Max Sail Force when Sailing is at Level 100.");
50
-
MoreSkills_Config.BaseAngDamping=base.Config.Bind<float>("MoreSkills: Sailing","Base Angle Damping",0.6f,"Changes the Base Angle Damping, I believe that it affects the control of the boat, making it more dificult at higher values to turn and control");
51
-
MoreSkills_Config.BaseMaxAngDamping=base.Config.Bind<float>("MoreSkills: Sailing","Max Angle Damping",0.15f,"Changes the Max Angle Damping when Sailing is at Level 100.");
52
50
MoreSkills_Config.BaseDSideways=base.Config.Bind<float>("MoreSkills: Sailing","Base Damping Sideways",0.3f,"Changes the Base Damping Sideways, at higher values te boat moves sideways more. Making it dangerous when Sailing at low levels in a storm.");
53
51
MoreSkills_Config.BaseMaxDSideways=base.Config.Bind<float>("MoreSkills: Sailing","Max Damping Sideways",0.075f,"Changes the Max Damping Sideways when Sailing is at Level 100.");
0 commit comments