1{
2  "Version": 2,
3  "Guns": [
4    {
5      "Pic": "pistol",
6      "Name": "Marine Pistol",
7      "Icon": "pistol",
8      "Description": "Standard issue sidearm, low rate of fire and damage. Recommend engaging at a distance.",
9      "Bullet": "10mm",
10      "Cost": 0,
11      "Lock": 18,
12      "Sound": "pistol",
13      "Recoil": 0.05,
14      "Brass": "brass",
15      "Ammo": "Bullets"
16    },
17    {
18      "Name": "Super shotgun",
19      "Icon": "shotgun",
20      "Description": "The super shotgun is very slow firing, but fires a big burst of lead.",
21      "Bullet": "sshotgun",
22      "Cost": 10,
23      "Lock": 114,
24      "ReloadLead": 50,
25      "Sound": "sshotgun",
26      "ReloadSound": "sshotgun_r",
27      "SpreadCount": 10,
28      "SpreadWidth": 0.05,
29      "MuzzleFlashParticle": "muzzle_flash_shotgun",
30      "Brass": "shotshell",
31      "Ammo": "Shells"
32    },
33    {
34      "Name": "BFG 9000",
35      "Icon": "bfg",
36      "Description": "An experimental energy weapon, the BFG unleashes giant balls of green plasma that will melt anything within a large radius.",
37      "Bullet": "bfg",
38      "Cost": 20,
39      "Lock": 80,
40      "ReloadLead": 15,
41      "Sound": "bfg",
42      "ReloadSound": "powergun_r",
43      "MuzzleFlashSprite": "muzzle_flash_big",
44      "MuzzleFlashColor": "00ff00",
45      "MuzzleFlashDuration": 20,
46      "Ammo": "Cells"
47    },
48    {
49      "Pic": "chainsaw",
50      "Icon": "chainsaw",
51      "Name": "Chainsaw",
52      "Description": "What's a chainsaw doing on Mars? Who cares, as long as your enemy is ripped to pieces!",
53      "Bullet": "chainsaw",
54      "Cost": 0,
55      "Sound": "",
56      "SoundLockLength": 50,
57      "CanShoot": false
58    },
59    {
60      "Name": "Plasma gun",
61      "Icon": "pulse_rifle",
62      "Description": "A futuristic energy weapon, fires a rapid stream of hot plasma.",
63      "Bullet": "plasma",
64      "Cost": 2,
65      "Lock": 6,
66      "Sound": "pulse",
67      "Recoil": 0.17,
68      "MuzzleFlashParticle": "muzzle_flash_pulse",
69      "Ammo": "Mini cells"
70    },
71    {
72      "Pic": "chaingun",
73      "Name": "Chaingun",
74      "Icon": "machine_gun",
75      "Bullet": "10mm",
76      "Cost": 1,
77      "Lock": 8,
78      "Sound": "mg",
79      "SwitchSound": "mg_switch",
80      "Recoil": 0.3,
81      "MuzzleFlashParticle": "muzzle_flash_mg",
82      "Brass": "brass_big",
83      "Ammo": "Bullets"
84    }
85  ],
86  "PseudoGuns" : [
87    {
88      "Pic": "",
89      "Name": "explosion_bfg",
90      "Bullet": "bfg_tracer",
91      "SpreadCount": 20,
92      "SpreadWidth": 0.31
93    }
94  ]
95}
96