1+ [
2+ {
3+ "type" : " ammunition_type" ,
4+ "id" : " bile" ,
5+ "name" : " boomer bile" ,
6+ "default" : " boomer_bile"
7+ },
8+ {
9+ "id" : " boomer_bile" ,
10+ "type" : " AMMO" ,
11+ "name" : { "str_sp" : " boomer bile" },
12+ "description" : " Boomer bile, if you see this it's a bug" ,
13+ "weight" : " 3 g" ,
14+ "volume" : " 250 ml" ,
15+ "price" : 600 ,
16+ "price_postapoc" : 500 ,
17+ "material" : [ " water" ],
18+ "symbol" : " =" ,
19+ "color" : " pink" ,
20+ "container" : " bottle_plastic" ,
21+ "sealed" : false ,
22+ "phase" : " liquid" ,
23+ "ammo_type" : " bile" ,
24+ "range" : 4 ,
25+ "count" : 100 ,
26+ "effects" : [ " NEVER_MISFIRES" , " JET" ]
27+ },
28+ {
29+ "id" : " boomer_stomach" ,
30+ "looks_like" : " pressurized_tank" ,
31+ "type" : " MAGAZINE" ,
32+ "name" : { "str" : " boomer stomach" },
33+ "description" : " Boomer stomach, if you see this it's a bug." ,
34+ "weight" : " 800 g" ,
35+ "volume" : " 2 L" ,
36+ "price" : 5000 ,
37+ "price_postapoc" : 50 ,
38+ "material" : [ " flesh" ],
39+ "symbol" : " O" ,
40+ "color" : " pink" ,
41+ "ammo_type" : [ " bile" ],
42+ "reload_time" : 3 ,
43+ "pocket_data" : [ { "pocket_type" : " MAGAZINE" , "rigid" : true , "ammo_restriction" : { "bile" : 800 }, "watertight" : true } ]
44+ },
45+ {
46+ "id" : " BILE_BOMB" ,
47+ "type" : " ammo_effect" ,
48+ "//" : " Leaves a pool of bile on detonation" ,
49+ "aoe" : { "field_type" : " fd_bile" , "intensity_min" : 3 , "intensity_max" : 3 }
50+ },
51+ {
52+ "id" : " BILE_JET" ,
53+ "type" : " ammo_effect" ,
54+ "//" : " Creates a trail of bile" ,
55+ "trail" : { "field_type" : " fd_bile" , "intensity_min" : 1 , "intensity_max" : 2 , "chance" : 75 }
56+ }
57+ ]
0 commit comments