1+ [
2+ {
3+ "weapon_type" : " fists" ,
4+ "fire_type" : " melee" ,
5+ // base params
6+ "base_hit_range" : 0.2 ,
7+ "base_fire_rate" : 2.0
8+ },
9+
10+ {
11+ "weapon_type" : " pistol" ,
12+ "fire_type" : " projectile" ,
13+ // projectile data
14+ "projectile_type" : " bullet" ,
15+ "projectile_size" : 0.025 ,
16+ "projectile_speed" : 8.0 ,
17+ "projectile_object" : 74 ,
18+ "projectile_hit_effect" : 13 , // spark
19+ // base params
20+ "base_hit_range" : 4.5 ,
21+ "base_fire_rate" : 2.0 ,
22+ "base_ammo_limit" : 999 ,
23+
24+ "hud_sprite" : 30
25+ },
26+
27+ {
28+ "weapon_type" : " machinegun" ,
29+ "fire_type" : " projectile" ,
30+ // projectile data
31+ "projectile_type" : " bullet" ,
32+ "projectile_size" : 0.025 ,
33+ "projectile_speed" : 8.0 ,
34+ "projectile_object" : 74 ,
35+ "projectile_hit_effect" : 13 , // spark
36+ // base params
37+ "base_hit_range" : 4.5 ,
38+ "base_fire_rate" : 8.0 ,
39+ "base_ammo_limit" : 999 ,
40+
41+ "hud_sprite" : 31
42+ },
43+
44+ {
45+ "weapon_type" : " flamethrower" ,
46+ "fire_type" : " projectile" ,
47+ // projectile data
48+ "projectile_type" : " flame" ,
49+ "projectile_size" : 0.075 ,
50+ "projectile_speed" : 3.1 ,
51+ "projectile_object" : 75 ,
52+ // base params
53+ "base_hit_range" : 1.1 ,
54+ "base_fire_rate" : 15.0 ,
55+ "base_ammo_limit" : 999 ,
56+
57+ "hud_sprite" : 33
58+ },
59+
60+ {
61+ "weapon_type" : " rocket_launcher" ,
62+ "fire_type" : " projectile" ,
63+ // projectile data
64+ "projectile_type" : " missile" ,
65+ "projectile_size" : 0.03 ,
66+ "projectile_speed" : 4.4 ,
67+ "projectile_object" : 31 ,
68+ // base params
69+ "base_hit_range" : 20.0 ,
70+ "base_fire_rate" : 1.0 ,
71+ "base_ammo_limit" : 999 ,
72+
73+ "hud_sprite" : 32
74+ }
75+ ]
0 commit comments