mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 15:02:25 +08:00
耐力模块缓慢游泳缓慢攀爬初步
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user