summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-27 03:29:57 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-27 03:29:57 -0700
commit5aad92af79e2765a61a2c1d41a87bdb72e4c2320 (patch)
tree53220ff6550eedcaf6706845042363a4766eb4da
parentInitial commit (diff)
downloadcataclysm-dda-mod_backport-undeadpeople-legacy-tileset-fix-5aad92af79e2765a61a2c1d41a87bdb72e4c2320.tar.xz
Reduce duplicated items references
-rw-r--r--ammo_pouch.json24
1 files changed, 2 insertions, 22 deletions
diff --git a/ammo_pouch.json b/ammo_pouch.json
index e08e810..f994713 100644
--- a/ammo_pouch.json
+++ b/ammo_pouch.json
@@ -2,28 +2,8 @@
{
"id": "legpouch",
"type": "ARMOR",
+ "copy-from": "legpouch",
"name": { "str": "ankle ammo pouch", "str_pl": "ankle ammo pouches" },
- "description": "A small fabric ammo pouch that can be strapped to your ankle which is capable of holding a single small magazine close at hand.",
- "volume": "250 ml",
- "weight": "60 g",
- "price": 2000,
- "price_postapoc": 4500,
- "material": "cotton",
- "symbol": "[",
- "looks_like": "boostrap",
- "color": "dark_gray",
- "covers": [ "FOOT_EITHER" ],
- "coverage": 5,
- "encumbrance": 1,
- "material_thickness": 2,
- "use_action": {
- "type": "holster",
- "holster_prompt": "Stash ammo",
- "holster_msg": "You stash your %s.",
- "max_volume": "250 ml",
- "draw_cost": 40,
- "flags": [ "MAG_COMPACT" ]
- },
- "flags": [ "WATER_FRIENDLY", "BELTED", "OVERSIZE", "ALLOWS_NATURAL_ATTACKS" ]
+ "looks_like": "boostrap"
}
]