1{
2  "Version": 1,
3
4  "Bullets": [
5    {
6      "Name": "cbolt",
7      "Pic": {
8        "Type": "Directional",
9        "Sprites": "boltcrossbow"
10      },
11      "Speed": 1024,
12      "Range": 100,
13      "Power": 50,
14      "HitSounds": {
15        "Object": "hits/knife_hard",
16        "Flesh": "hits/knife_flesh"
17      },
18      "ShadowSize": [7, 2]
19    },
20
21    {
22      "Name": "proxbarrel",
23      "Pic": {
24        "Type": "Normal",
25        "Pic": "barrel_wood",
26        "OldPic": 388
27      },
28      "Speed": 0,
29      "Range": 140,
30      "Persists": true,
31      "HitsObjects": false,
32      "OutOfRangeGuns": [
33        "activebarrel"
34      ]
35    },
36    {
37      "Name": "activebarrel",
38      "Pic": {
39        "Type": "Normal",
40        "Pic": "barrel_wood"
41      },
42      "Speed": 0,
43      "Range": -1,
44      "Persists": true,
45      "HitsObjects": false,
46      "ProximityGuns": [
47        "triggeredbarrel"
48      ]
49    },
50    {
51      "Name": "triggeredbarrel",
52      "Pic": {
53        "Type": "Normal",
54        "Pic": "barrel_wood"
55      },
56      "Speed": 0,
57      "Range": 5,
58      "Persists": true,
59      "HitsObjects": false,
60      "OutOfRangeGuns": [
61        "explosion_small",
62        "frag_explosionbarrel"
63      ]
64    },
65    {
66      "Name": "barrelfrag",
67      "Speed": 640,
68      "Range": 15,
69      "Power": 20,
70      "HurtAlways": true,
71      "Pic": {
72        "Type": "Directional",
73        "Sprites": "barrelstakes"
74      }
75    },
76
77    {
78      "Name": "ice_needle",
79      "Pic": {
80        "Type": "Directional",
81        "Sprites": "rapid"
82      },
83      "Speed": 1024,
84      "Range": 45,
85      "Power": 4
86    },
87
88    {
89      "Name": "random_fire",
90      "Pic": {
91        "Type": "AnimatedRandom",
92        "Sprites": "flame",
93        "TicksPerFrame": 4
94      },
95      "Speed": 768,
96      "Range": 18,
97      "Power": 8,
98      "Persists": true,
99      "Erratic": true,
100      "Special": "Flame",
101      "Spark": "",
102      "HitSounds": {
103        "Object": "hits/fire",
104        "Flesh": "hits/fire",
105        "Wall": "hits/fire"
106      },
107      "WallBounces": true
108    },
109
110    {
111      "Name": "mutilator",
112      "Speed": 300,
113      "Pic": {
114        "Type": "Normal",
115        "Pic": "molotov",
116        "Tint": [-1.0, 1.0, 0.75],
117        "OldPic": 301
118      },
119      "Range": 350,
120      "Power": 2,
121      "SeekFactor": 75
122    },
123
124    {
125      "Name": "star",
126      "Speed": 800,
127      "Pic": {
128        "Type": "Animated",
129        "Sprites": "shuriken",
130        "TicksPerFrame": 5
131      },
132      "Range": 78,
133      "HitSounds": {
134        "Object": "hits/knife_hard",
135        "Flesh": "hits/knife_flesh"
136      },
137      "Power": 25,
138      "WallBounces": true
139    }
140
141  ]
142}
143