mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-10 05:06:15 -05:00
Killer Wail 5.1 Damage name Direct -> Tick
This commit is contained in:
@@ -1832,7 +1832,7 @@
|
||||
"Mid": 220
|
||||
}
|
||||
},
|
||||
"DirectDamage": 30
|
||||
"TickDamage": 30
|
||||
},
|
||||
"10": {
|
||||
"overwrites": {
|
||||
|
||||
@@ -87,7 +87,7 @@ export const objectDamageJsonKeyPriority: Record<
|
||||
Jetpack_Jet: null,
|
||||
Maneuver_Short: null,
|
||||
Maneuver: null,
|
||||
MicroLaser: ["BOMB_DIRECT"],
|
||||
MicroLaser: ["SPECIAL_TICK"],
|
||||
MissionSalmonBuddy: null,
|
||||
MovePainter_Burst: null,
|
||||
MovePainter_Direct: null,
|
||||
|
||||
@@ -526,9 +526,6 @@ function parametersToSpecialWeaponResult(params: any) {
|
||||
params["spl__BulletSpShockSonarParam"]?.["GeneratorParam"]?.[
|
||||
"HitDamage"
|
||||
] ??
|
||||
params["spl__BulletSpMicroLaserBitParam"]?.["LaserParam"]?.[
|
||||
"LaserDamage"
|
||||
] ??
|
||||
KrakenDirectDamage() ??
|
||||
InkjetDirectDamage(),
|
||||
WaveDamage:
|
||||
@@ -545,7 +542,11 @@ function parametersToSpecialWeaponResult(params: any) {
|
||||
CannonDamage: Cannon(),
|
||||
BumpDamage: isCrabTank() ? 400 : undefined,
|
||||
JumpDamage: params["BodyParam"]?.["DamageJumpValue"],
|
||||
TickDamage: BooyahBombTickDamage(),
|
||||
TickDamage:
|
||||
BooyahBombTickDamage() ??
|
||||
params["spl__BulletSpMicroLaserBitParam"]?.["LaserParam"]?.[
|
||||
"LaserDamage"
|
||||
],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user