mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 10:04:57 -05:00
Add Glooga turret mode damage Closes #1371
This commit is contained in:
@@ -250,6 +250,9 @@ function parametersToMainWeaponResult(
|
||||
: undefined,
|
||||
DamageParam_ValueDirect,
|
||||
...slosherDirectDamage(),
|
||||
// Glooga turret mode damage
|
||||
DamageLapOverParam_ValueMax: params["DamageLapOverParam"]?.["ValueMax"],
|
||||
DamageLapOverParam_ValueMin: params["DamageLapOverParam"]?.["ValueMin"],
|
||||
BlastParam_SplashDamage: isSloshingMachine
|
||||
? params["UnitGroupParam"]?.["Unit"]?.[1]?.["DamageParam"]?.["ValueMax"]
|
||||
: undefined,
|
||||
|
||||
Reference in New Issue
Block a user