1{
2  "Version": 1,
3
4  "Bullets": [
5
6    {
7      "Name": "flame_breath",
8      "Pic": {
9        "Type": "AnimatedRandom",
10        "Sprites": "flame",
11        "TicksPerFrame": 4
12      },
13      "Speed": 384,
14      "Range": 30,
15      "Power": 30,
16      "Size": [10, 10],
17      "Special": "Flame",
18      "Spark": "",
19      "HitSounds": {
20        "Object": "hits/fire",
21        "Flesh": "hits/fire",
22        "Wall": "hits/fire"
23      },
24      "WallBounces": true
25    },
26    {
27      "Name": "psycho_beam",
28      "Pic": {
29        "Type": "Directional",
30        "Sprites": "rapid"
31      },
32      "Speed": 1024,
33      "Range": 90,
34      "Power": 50,
35      "WallBounces": true
36    },
37
38    {
39      "Name": "venom_spit",
40      "Pic": {
41        "Type": "Normal",
42        "Pic": "molotov",
43        "Tint": [-1.0, 1.0, 0.75],
44        "OldPic": 301
45      },
46      "Speed": 900,
47      "Range": 45,
48      "Power": 20,
49      "Size": [10, 10],
50      "Special": "Petrify",
51      "HitSounds": {
52        "Object": "hits/petrify",
53        "Flesh": "hits/petrify",
54        "Wall": ""
55      }
56    },
57    {
58      "Name": "proto_laser",
59      "Pic": {
60        "Type": "Directional",
61        "Sprites": "particles/beam"
62      },
63      "Speed": 2000,
64      "Range": 15,
65      "Power": 10,
66      "Size": [1, 1]
67    },
68    {
69      "Name": "proto_bomb",
70      "Pic": {
71        "Type": "Animated",
72        "Sprites": "grenade",
73        "TicksPerFrame": 2,
74        "Mask": "808080"
75      },
76      "ShadowSize": [6, 4],
77      "Speed": 384,
78      "Range": 100,
79      "Spark": "",
80      "HitSounds": {
81        "Object": "",
82        "Flesh": "",
83        "Wall": "bounce"
84      },
85      "WallBounces": true,
86      "HitsObjects": false,
87      "Falling": {
88        "GravityFactor": 1
89      },
90      "OutOfRangeGuns": [
91        "proto_explosion"
92      ]
93    },
94    {
95      "Name": "proto_frag",
96      "Speed": 640,
97      "Range": 10,
98      "Power": 40,
99      "HurtAlways": true
100    }
101  ]
102}
103