|
8 | 8 | "description": "A collection of 6 pockets, designed to hold rifle magazines and keep them accessible and secure. Has MOLLE straps for attaching to an ILBE or can be strapped directly to your chest. Standard issue in UICA forces.",
|
9 | 9 | "weight": "500 g",
|
10 | 10 | "volume": "500 ml",
|
11 |
| - "price": "20 USD", |
12 |
| - "price_postapoc": "2 USD", |
| 11 | + "price": "40 USD", |
| 12 | + "price_postapoc": "40 USD", |
13 | 13 | "material": [ "nylon" ],
|
14 | 14 | "symbol": "[",
|
15 | 15 | "looks_like": "holster",
|
|
151 | 151 | "description": "A large magnetic magazine carrier. It is capable of holding two large magazines close at hand.",
|
152 | 152 | "weight": "180 g",
|
153 | 153 | "volume": "500 ml",
|
154 |
| - "price": "20 USD", |
155 |
| - "price_postapoc": "6 USD", |
| 154 | + "price": "80 USD", |
| 155 | + "price_postapoc": "80 USD", |
156 | 156 | "material": [ "canvas" ],
|
157 | 157 | "symbol": "[",
|
158 | 158 | "looks_like": "ragpouch",
|
|
183 | 183 | "use_action": { "type": "holster", "holster_prompt": "Stash ammo", "holster_msg": "You stash your %s." },
|
184 | 184 | "flags": [ "WATER_FRIENDLY", "BELTED", "PALS_LARGE" ],
|
185 | 185 | "armor": [ { "encumbrance": 1, "coverage": 100, "covers": [ "torso" ], "specifically_covers": [ "torso_waist" ] } ]
|
| 186 | + }, |
| 187 | + { |
| 188 | + "id": "belt_loop_large", |
| 189 | + "type": "ITEM", |
| 190 | + "subtypes": [ "ARMOR" ], |
| 191 | + "name": { "str": "large belt loop" }, |
| 192 | + "description": "A MOLLE-compatible loop for attaching large tools and weapons to a load-bearing vest.", |
| 193 | + "weight": "100 g", |
| 194 | + "volume": "100 ml", |
| 195 | + "price": "15 USD", |
| 196 | + "price_postapoc": "15 USD", |
| 197 | + "material": [ "nylon" ], |
| 198 | + "symbol": "[", |
| 199 | + "looks_like": "leather_pouch", |
| 200 | + "color": "brown", |
| 201 | + "material_thickness": 1, |
| 202 | + "pocket_data": [ |
| 203 | + { |
| 204 | + "holster": true, |
| 205 | + "max_contains_volume": "2000 ml", |
| 206 | + "max_contains_weight": "6000 g", |
| 207 | + "max_item_length": "100 cm", |
| 208 | + "moves": 50, |
| 209 | + "flag_restriction": [ "BELT_CLIP" ], |
| 210 | + "volume_encumber_modifier": 0.15, |
| 211 | + "transparent": true |
| 212 | + }, |
| 213 | + { |
| 214 | + "holster": true, |
| 215 | + "max_contains_volume": "2000 ml", |
| 216 | + "max_contains_weight": "6000 g", |
| 217 | + "max_item_length": "100 cm", |
| 218 | + "moves": 50, |
| 219 | + "flag_restriction": [ "BELT_CLIP" ], |
| 220 | + "volume_encumber_modifier": 0.15, |
| 221 | + "transparent": true |
| 222 | + }, |
| 223 | + { |
| 224 | + "holster": true, |
| 225 | + "max_contains_volume": "2000 ml", |
| 226 | + "max_contains_weight": "6000 g", |
| 227 | + "max_item_length": "100 cm", |
| 228 | + "moves": 50, |
| 229 | + "flag_restriction": [ "BELT_CLIP" ], |
| 230 | + "volume_encumber_modifier": 0.15, |
| 231 | + "transparent": true |
| 232 | + } |
| 233 | + ], |
| 234 | + "flags": [ "CANT_WEAR", "WATER_FRIENDLY", "PALS_LARGE" ], |
| 235 | + "armor": [ { "encumbrance": 0, "coverage": 0, "covers": [ "torso" ] } ] |
186 | 236 | }
|
187 | 237 | ]
|
0 commit comments