1{
2  "Version": 2,
3  "Bullets": [
4    {
5      "Name": "chainsaw",
6      "Power": 3,
7      "HitSounds": {
8        "Object": "chainsaw",
9        "Flesh": "chainsaw"
10      }
11    },
12    {
13      "Name": "10mm",
14      "Pic": {
15        "Type": "Normal",
16        "Pic": ""
17      },
18      "Trail": {
19        "Particle": "trail",
20        "Width": 1.0
21      },
22      "WallMark": "bullet_hole",
23      "Speed": 35000,
24      "Range": 1,
25      "Power": 10,
26      "Mass": 0.2
27    },
28    {
29      "Name": "pellet",
30      "Pic": {
31        "Type": "Normal",
32        "Pic": ""
33      },
34      "Trail": {
35        "Particle": "trail",
36        "Width": 1.0
37      },
38      "WallMark": "bullet_hole",
39      "Speed": 25000,
40      "Range": 1,
41      "Power": 10,
42      "Mass": 0.2
43    },
44    {
45      "Name": "fireball",
46      "Pic": {
47        "Type": "Animated",
48        "Sprites": "fireball_small",
49        "TicksPerFrame": 4
50      },
51      "Speed": 350,
52      "Range": 200,
53      "Power": 18,
54      "Mass": 18.0,
55      "Size": [3, 3],
56      "Special": "Flame",
57      "Spark": "fireball_hit",
58      "HitSounds": {
59        "Object": "hits/fire",
60        "Flesh": "hits/fire",
61        "Wall": "hits/fire"
62      }
63    },
64    {
65      "Name": "fireball_green",
66      "Pic": {
67        "Type": "Animated",
68        "Sprites": "fireball_green",
69        "TicksPerFrame": 4
70      },
71      "Speed": 550,
72      "Range": 300,
73      "Power": 40,
74      "Mass": 40.0,
75      "Size": [3, 3],
76      "Special": "Flame",
77      "Spark": "fireball_green_hit",
78      "HitSounds": {
79        "Object": "hits/fire",
80        "Flesh": "hits/fire",
81        "Wall": "hits/fire"
82      }
83    },
84    {
85      "Name": "monster_bite",
86      "Power": 10,
87      "HitSounds": {
88        "Object": "hits/knife_hard",
89        "Flesh": "monster-2"
90      }
91    }
92  ]
93}
94