summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:16:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:16:07 -0700
commit020f5db20cee064741dee4b2e5132345c0c81e1d (patch)
treeb7a28226497172a88c7551e814af94b16876e08c
downloadcataclysm-dda-mod_backport-undeadpeople-legacy-tileset-fix-020f5db20cee064741dee4b2e5132345c0c81e1d.tar.xz
Initial commit
-rw-r--r--ammo_pouch.json29
-rw-r--r--modinfo.json11
2 files changed, 40 insertions, 0 deletions
diff --git a/ammo_pouch.json b/ammo_pouch.json
new file mode 100644
index 0000000..e08e810
--- /dev/null
+++ b/ammo_pouch.json
@@ -0,0 +1,29 @@
+[
+ {
+ "id": "legpouch",
+ "type": "ARMOR",
+ "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" ]
+ }
+]
diff --git a/modinfo.json b/modinfo.json
new file mode 100644
index 0000000..62365ae
--- /dev/null
+++ b/modinfo.json
@@ -0,0 +1,11 @@
+[
+ {
+ "type": "MOD_INFO",
+ "ident": "msx_tileset_fix",
+ "name": "MSX Undead People Tileset Hotfix",
+ "authors": ["jc_gargma"],
+ "description": "Fix the ankle ammo pouch to not look like a backpack.",
+ "category": "rebalance",
+ "dependencies": [ "dda" ]
+ }
+]