Skip to content

Commit

Permalink
return '3OF25' and 'BR-540B'
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrid committed Feb 2, 2024
1 parent 601d116 commit 29ef20f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,21 @@ export const projectiles: Projectile[] = [
},

// SAU-2
{
name: 'BR-540B',
velocity: 600,
gun: guns['sau-2'],
},
{
name: '3OF25 Low Charge',
velocity: 125,
gun: guns['sau-2'],
},
{
name: '3OF25',
velocity: 665,
gun: guns['sau-2'],
},

// Mortar
{
Expand Down

0 comments on commit 29ef20f

Please sign in to comment.