Fix Crab Tank damage

This commit is contained in:
Kalle 2026-01-21 18:21:52 +02:00
parent d60a8b0d5e
commit 8fbae0f2df
2 changed files with 2 additions and 2 deletions

View File

@ -2551,7 +2551,7 @@ export const weaponParams = {
BulletDamageMax: 320,
CannonDamage: [
{
Damage: 600,
Damage: 500,
Distance: 1,
},
{

View File

@ -797,7 +797,7 @@ function parametersToSpecialWeaponResult(params: any) {
return [
{
Damage: 600,
Damage: 500,
Distance: 1,
},
...params.CannonParam.BlastParam.DistanceDamage,