mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 23:19:39 -05:00
Remove wrong Splatana run speed while charging stat
This commit is contained in:
parent
cf6f1a8616
commit
a271d827b0
|
|
@ -950,7 +950,6 @@
|
|||
"SpecialPoint": 200,
|
||||
"subWeaponId": 2,
|
||||
"specialWeaponId": 3,
|
||||
"MoveSpeedFullCharge": 0.4,
|
||||
"DamageParam_SplatanaVerticalDirect": 1400,
|
||||
"DamageParam_SplatanaVertical": 700,
|
||||
"DamageParam_SplatanaHorizontalDirect": 550,
|
||||
|
|
@ -963,7 +962,6 @@
|
|||
"subWeaponId": 13,
|
||||
"specialWeaponId": 11,
|
||||
"WeaponSpeedType": "Fast",
|
||||
"MoveSpeedFullCharge": 0.4,
|
||||
"DamageParam_SplatanaVerticalDirect": 1200,
|
||||
"DamageParam_SplatanaVertical": 600,
|
||||
"DamageParam_SplatanaHorizontalDirect": 450,
|
||||
|
|
|
|||
|
|
@ -214,8 +214,7 @@ function parametersToMainWeaponResult(
|
|||
params["WeaponParam"]?.["MoveSpeedFullCharge"] ??
|
||||
params["spl__WeaponStringerParam"]?.["ChargeParam"]?.[
|
||||
"MoveSpeedFullCharge"
|
||||
] ??
|
||||
params["spl__WeaponSaberParam"]?.["ChargeParam"]?.["MoveSpeedFullCharge"],
|
||||
],
|
||||
DamageParam_ValueMax: DamageParam_ValueMax(),
|
||||
DamageParam_ValueMin: !DamageParam_ValueDirect
|
||||
? params["DamageParam"]?.["ValueMin"] ??
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user