mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 15:08:44 -05:00
Fix Crab Tank damage
This commit is contained in:
parent
d60a8b0d5e
commit
8fbae0f2df
|
|
@ -2551,7 +2551,7 @@ export const weaponParams = {
|
|||
BulletDamageMax: 320,
|
||||
CannonDamage: [
|
||||
{
|
||||
Damage: 600,
|
||||
Damage: 500,
|
||||
Distance: 1,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -797,7 +797,7 @@ function parametersToSpecialWeaponResult(params: any) {
|
|||
|
||||
return [
|
||||
{
|
||||
Damage: 600,
|
||||
Damage: 500,
|
||||
Distance: 1,
|
||||
},
|
||||
...params.CannonParam.BlastParam.DistanceDamage,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user