forked from yowshi/BlobExpansion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweapons.json
More file actions
128 lines (128 loc) · 3.93 KB
/
Copy pathweapons.json
File metadata and controls
128 lines (128 loc) · 3.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"id": "slime_ice_snipersuit",
"looks_like": "ar15",
"type": "GUN",
"reload_noise_volume": 1,
"name": "Blob suit recon sniper",
"description": "This weapon is integrated into the blob recon semi-autonomous suit. Highly accurate it's superior range and stopping power makes it ideal for taking out local military gear or heavily armoured opponents.",
"weight": "12500 g",
"volume": "5500 ml",
"price": 9500000,
"to_hit": 5,
"bashing": 60,
"material": [ "slime" ],
"symbol": "(",
"color": "blue",
"skill": "rifle",
"range": 60,
"ranged_damage": 100,
"pierce": 30,
"dispersion": 5,
"durability": 10,
"loudness": 1,
"ups_charges": 10,
"reload": 0,
"use_action": {
"type": "transform",
"menu_text": "Weapon shift",
"msg": "Your blob suit swaps it's weapon out for it's mid range option.",
"target": "slime_ice_rapid_reconsuit"
},
"ammo_effects": [ "WIDE", "NOBIG" ],
"flags": [ "NO_UNLOAD", "NEVER_JAMS", "MECH_WEAPON", "NO_UNWIELD", "NO_SALVAGE", "NO_REPAIR", "UNBREAKABLE_MELEE" ]
},
{
"id": "slime_ice_rapid_reconsuit",
"looks_like": "ar15",
"type": "GUN",
"reload_noise_volume": 20,
"name": "CMES laser cannon",
"description": "This is the integral weapon system for the CMES exoskeleton mech-suit, a rotating-barrel active-cooled rapid-fire laser system, can spray death downrange with ease.",
"weight": "39500 g",
"volume": "11 L",
"price": 9500000,
"to_hit": 5,
"bashing": 60,
"material": [ "slime" ],
"symbol": "(",
"color": "blue",
"skill": "rifle",
"range": 25,
"ranged_damage": 50,
"pierce": 20,
"dispersion": 25,
"durability": 10,
"loudness": 4,
"ups_charges": 1,
"reload": 0,
"use_action": {
"type": "transform",
"menu_text": "Weapon shift",
"msg": "Your blob suit swaps it's weapon out for it's long range option.",
"target": "slime_ice_snipersuit"
},
"modes": [ [ "DEFAULT", "3 rd.", 3 ], [ "BURST", "5 rd.", 5 ], [ "AUTO", "high auto", 15 ] ],
"ammo_effects": [ "WIDE", "BOUNCE", "NOBIG" ],
"flags": [
"NO_UNLOAD",
"NEVER_JAMS",
"MECH_WEAPON",
"NO_UNWIELD",
"NO_SALVAGE",
"NO_REPAIR",
"UNBREAKABLE_MELEE",
"NON-FOULING"
]
},
{
"id": "ice_plinker",
"type": "GUN",
"name": "blob ice needle launcher",
"description": "You've managed to construct a blob based hand gun. When fired it shoots dozens of thin ice spines at your target.",
"weight": "1000 g",
"volume": "250 ml",
"to_hit": -5,
"bashing": 10,
"material": [ "slime" ],
"symbol": "&",
"color": "light_blue",
"ammo": "bfeed",
"skill": "pistol",
"range": 20,
"ranged_damage": 20,
"pierce": 5,
"dispersion": 250,
"sight_dispersion": 90,
"durability": 10,
"magazines": [ [ "bfeed", [ "bfmag" ], [ "bfmagmed" ] ] ],
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ],
"ammo_effects": [ "WIDE", "NOBIG" ],
"flags": [ "NEVER_JAMS", "TRADER_AVOID" ],
"valid_mod_locations": [ [ "accessories", 2 ], [ "barrel", 1 ], [ "grip", 1 ], [ "muzzle", 1 ], [ "sights", 1 ], [ "underbarrel", 1 ] ]
},
{
"id": "slimesniper",
"copy-from": "rifle_base",
"looks_like": "ar15",
"type": "GUN",
"name": "Slime Sniper Rifle",
"description": "A long-range slime weapon. In exchange for dealing lower damage, it fires calcified projectiles at a high range, suitable for hunting purposes.",
"weight": "11020 g",
"volume": "3127 ml",
"price": 870000,
"to_hit": -1,
"bashing": 12,
"material": "slime",
"ammo": "bfeed",
"range": 45,
"ranged_damage": 20,
"dispersion": 50,
"durability": 8,
"reload": 450,
"barrel_length": 5,
"magazine_well": 1,
"magazines": [ [ "bfeed", [ "bfmag" ], [ "bfmagmed" ] ] ],
"flags": [ "NEVER_JAMS", "TRADER_AVOID" ]
}
]