Add Glooga turret mode damage Closes #1371

This commit is contained in:
Kalle
2023-06-22 00:33:03 +03:00
parent 7c7a8c4712
commit 7882fdfa5e
7 changed files with 19 additions and 2 deletions

View File

@@ -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,