耐力模块缓慢游泳缓慢攀爬初步

This commit is contained in:
UnKownOwO
2022-12-01 21:52:07 +08:00
parent ae289ae981
commit 664a408ac8
6 changed files with 69 additions and 68 deletions

View File

@@ -28,7 +28,7 @@ type StaminaCost struct {
func InitStaminaCostConst() {
StaminaCostConst = new(StaminaCost)
StaminaCostConst.CLIMBING = -150
StaminaCostConst.CLIMBING = -110
StaminaCostConst.CLIMB_START = -500
StaminaCostConst.CLIMB_JUMP = -2500
StaminaCostConst.DASH = -360
@@ -37,7 +37,7 @@ func InitStaminaCostConst() {
StaminaCostConst.SPRINT = -1800
StaminaCostConst.SWIM_DASH_START = -2000
StaminaCostConst.SWIM_DASH = -204
StaminaCostConst.SWIMMING = -80
StaminaCostConst.SWIMMING = -400
StaminaCostConst.TALENT_DASH = -300
StaminaCostConst.TALENT_DASH_START = -1000
StaminaCostConst.POWERED_FLY = 500