summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-04 13:18:30 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-04 13:18:30 -0700
commit6f91aeea7760b7a3719b60c455a4fa33b0b8dcfe (patch)
tree1396cc1629b8f49065e17dbc68faa50eadb104c2
parentConvert prices to cent/USD. (diff)
downloadcataclysm-bn-mod_m26-mass-6f91aeea7760b7a3719b60c455a4fa33b0b8dcfe.tar.xz
Reduce the weight and volume of M26 magazines.
-rw-r--r--json/items/magazine/shot.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json
index 0bcb2a0..648e0fa 100644
--- a/json/items/magazine/shot.json
+++ b/json/items/magazine/shot.json
@@ -5,11 +5,11 @@
"type": "MAGAZINE",
"name": { "str": "M26 MASS compact magazine" },
"description": "A 3 round box magazine for use with the M26 MASS auxiliary shotgun.",
- "weight": "140 g",
- "volume": "250 ml",
- "price": "200 USD",
- "price_postapoc": "125 cent",
- "material": [ "steel", "plastic" ],
+ "weight": "22 g",
+ "volume": "38 ml",
+ "price": "14 USD",
+ "price_postapoc": "1 USD",
+ "material": [ "plastic" ],
"symbol": "#",
"color": "dark_gray",
"ammo_type": [ "shot" ],
@@ -22,10 +22,10 @@
"type": "MAGAZINE",
"name": { "str": "M26 MASS magazine" },
"description": "A 5 round box magazine for use with the M26 MASS auxiliary shotgun.",
- "weight": "210 g",
- "volume": "250 ml",
- "price": "200 USD",
- "price_postapoc": "250 cent",
+ "weight": "36 g",
+ "volume": "62 ml",
+ "price": "17 USD",
+ "price_postapoc": "1 USD",
"capacity": 5
}
]