Skip to content

Commit

Permalink
pzh
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party committed Sep 1, 2024
1 parent 21c1f4e commit e9a95b4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/mtc-artillery/src/config/projectiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,32 @@ export const guns: Record<string, Gun> = {
],
},

pzh: {
name: 'PzH-2000',
projectiles: [
{
name: 'DM702A1',
velocity: 200,
explosiveMass: 0.05,
},
{
name: 'DM121',
velocity: 1015,
explosiveMass: 15.4,
},
{
name: 'DM121 Medium Charge',
velocity: 350,
explosiveMass: 15.4,
},
{
name: 'DM121 Low Charge',
velocity: 200,
explosiveMass: 15.4,
},
],
},

'2S7': {
name: '2S7 Pion',
projectiles: [
Expand Down

0 comments on commit e9a95b4

Please sign in to comment.