summaryrefslogtreecommitdiff
path: root/power_armor_frame.json
diff options
context:
space:
mode:
Diffstat (limited to 'power_armor_frame.json')
-rw-r--r--power_armor_frame.json71
1 files changed, 44 insertions, 27 deletions
diff --git a/power_armor_frame.json b/power_armor_frame.json
index 9d91bcc..edfeec5 100644
--- a/power_armor_frame.json
+++ b/power_armor_frame.json
@@ -1,34 +1,51 @@
[
{
"id": "power_armor_frame",
+ "copy-from": "power_armor_frame",
"type": "ARMOR",
"category": "clothing",
- "name": { "str": "combat exoskeleton hauling frame" },
- "description": "A heavy duty hauling frame designed to interface with military exoskeletons.",
- "weight": "1640 g",
- "volume": "45 L",
- "price": 1000000,
- "price_postapoc": 10000,
- "to_hit": 1,
- "bashing": 1,
- "material": [ "steel" ],
- "symbol": "[",
- "looks_like": "backpack_tactical_large",
- "color": "light_gray",
- "coverage": 100,
- "encumbrance": 40,
- "storage": "6 L",
- "power_armor": true,
- "material_thickness": 10,
- "flags": [ "WATERPROOF", "STURDY", "BELTED" ],
- "use_action": {
- "type": "holster",
- "holster_prompt": "Holster Gun",
- "holster_msg": "You holster your %s",
- "min_volume": "1250 ml",
- "max_volume": "12000 ml",
- "multi": 2,
- "skills": [ "smg", "shotgun", "rifle", "launcher" ]
- }
+ "name": { "str": "combat exoskeleton hauling frame" }
+ },
+ {
+ "id": "power_armor_back_holster",
+ "copy-from": "power_armor_back_holster",
+ "type": "ARMOR",
+ "category": "clothing",
+ "name": { "str": "combat exoskeleton back holster" }
+ },
+ {
+ "id": "power_armor_holster",
+ "copy-from": "power_armor_holster",
+ "type": "ARMOR",
+ "category": "clothing",
+ "name": { "str": "combat exoskeleton holster" }
+ },
+ {
+ "id": "power_armor_chest_rig",
+ "copy-from": "power_armor_chest_rig",
+ "type": "ARMOR",
+ "category": "clothing",
+ "name": { "str": "combat exoskeleton chest rig" }
+ },
+ {
+ "id": "power_armor_back_scabbard",
+ "copy-from": "power_armor_back_scabbard",
+ "type": "ARMOR",
+ "category": "clothing",
+ "name": { "str": "combat exoskeleton back scabbard" }
+ },
+ {
+ "id": "power_armor_scabbard",
+ "copy-from": "power_armor_scabbard",
+ "type": "ARMOR",
+ "category": "clothing",
+ "name": { "str": "combat exoskeleton scabbard" }
+ },
+ {
+ "id": "power_armor_sheath",
+ "copy-from": "power_armor_sheath",
+ "type": "ARMOR",
+ "category": "clothing",
+ "name": { "str": "combat exoskeleton sheath" }
}
]