1{
2  "Version": 1,
3
4  "Guns": [
5    {
6      "Pic": "knife",
7      "Icon": "knife",
8      "Name": "Silver Knife",
9      "Description": "A melee weapon. This weapon is used automatically. Simply walk into and an enemy to slash and cause damage. You will also damage objects when you walk into them, unless they are explosives. Using the attack key just makes you hold your position.",
10      "Bullet": "knife",
11      "Cost": 0,
12      "Sound": "",
13      "SwitchSound": "knife_switch",
14      "SoundLockLength": 10,
15      "CanShoot": false
16    },
17
18    {
19      "Name": "Blunderbuss",
20      "Icon": "shotgun",
21      "Bullet": "shotgun",
22      "Cost": 5,
23      "Lock": 65,
24      "ReloadLead": 10,
25      "Sound": "explosion_small",
26      "ReloadSound": "shotgun_r",
27      "SwitchSound": "shotgun_r",
28      "SpreadCount": 6,
29      "SpreadWidth": 0.03,
30      "Recoil": 0.08,
31      "MuzzleFlashParticle": "muzzle_flash_shotgun",
32      "Brass": "shotshell",
33      "Ammo": "Shells"
34    },
35
36    {
37      "Name": "Crossbow",
38      "Icon": "shotgun",
39      "Bullet": "cbolt",
40      "Cost": 5,
41      "Lock": 100,
42      "ReloadLead": 15,
43      "Sound": "rocket_launch",
44      "Ammo": "Bolts"
45    },
46
47    {
48      "Pic": "",
49      "Name": "Rigged Barrel",
50      "Icon": "barrel_wood",
51      "Bullet": "proxbarrel",
52      "Cost": 10,
53      "Lock": 100,
54      "ReloadLead": 15,
55      "Sound": "hahaha",
56      "ReloadSound": "package_r",
57      "SwitchSound": "mine_switch",
58      "MuzzleHeight": 0,
59      "Ammo": "Barrels"
60    },
61
62    {
63      "Pic" : "",
64      "Name" : "Spell: Ice Needles",
65      "Icon" : "paper",
66      "Bullet": "ice_needle",
67      "Cost": 1,
68      "Lock": 4,
69      "Sound": "hits/petrify",
70      "Ammo": "Mana",
71      "SpreadCount": 4,
72      "SpreadWidth": 0.1,
73      "Recoil": 0.15
74    },
75
76    {
77      "Pic" : "",
78      "Name" : "Spell: Raging Flames",
79      "Icon" : "paper",
80      "Bullet": "random_fire",
81      "Cost": 2,
82      "Lock": 16,
83      "Sound": "hits/petrify",
84      "Ammo": "Mana",
85      "SpreadCount": 3,
86      "SpreadWidth": 0.15,
87      "Recoil": 0.2
88    },
89
90    {
91      "Pic" : "",
92      "Name" : "Spell: Soul Mutilator",
93      "Icon" : "paper",
94      "Bullet": "mutilator",
95      "Cost": 3,
96      "Lock": 3,
97      "Sound": "hits/petrify",
98      "Ammo": "Mana",
99      "SpreadCount": 8,
100      "SpreadWidth": 0.79,
101      "Recoil": 0.2
102    },
103
104    {
105      "Pic" : "",
106      "Name" : "Shuriken",
107      "Icon" : "shurikenlogo",
108      "Bullet": "star",
109      "Cost": 1,
110      "Lock": 20,
111      "Sound": "rocket_launch",
112      "SwitchSound": "knife_switch",
113      "Ammo": "Stars",
114      "SpreadCount": 2,
115      "SpreadWidth": 0.1,
116      "Recoil": 0.15
117    }
118  ],
119  "PseudoGuns" : [
120    {
121      "Pic": "",
122      "Name": "activebarrel",
123      "Bullet": "activebarrel",
124      "Sound": "mine_arm"
125    },
126    {
127      "Pic": "",
128      "Name": "triggeredbarrel",
129      "Bullet": "triggeredbarrel",
130      "Sound": "mine_trigger"
131    },
132    {
133      "Pic": "",
134      "Name": "frag_explosionbarrel",
135      "Bullet": "barrelfrag",
136      "SpreadCount": 8,
137      "SpreadWidth": 0.79,
138      "AngleOffset": 0.2
139    }
140  ]
141}
142