summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-30 17:47:27 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-30 17:47:27 -0700
commit38439c851b659dcf82a6bf347218f2de4f195209 (patch)
treeba70a13dba0b890a4d81e7fbd52c7f6444fddfd9
parentBuff UCP durability to match the USP (diff)
downloadcataclysm-dda-mod_hk-loadout-38439c851b659dcf82a6bf347218f2de4f195209.tar.xz
Fix 4.73 round mass
-rw-r--r--json/items/ammo/473.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json
index 17c6cf9..f9e2ba5 100644
--- a/json/items/ammo/473.json
+++ b/json/items/ammo/473.json
@@ -1,21 +1,11 @@
[
- {
- "id": "bootleg_473x33mm",
- "copy-from": "473x33mm",
- "type": "AMMO",
- "name": { "str": "4.73x33mm, handmade" },
- "description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
- "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
- "extend": { "effects": [ "RECYCLED" ] },
- "delete": { "effects": [ "NEVER_MISFIRES" ] }
- },
- {
+{
"id": "473x33mm",
"type": "AMMO",
"looks_like": "8mm_caseless",
"name": { "str": "4.73x33mm" },
"description": "4.73x33mm caseless rounds. Designed for the H&K G11 rifle, these rounds encase the bullet within a block of solid propellant, greatly reducing ammunition mass while reducing metal requirements to manufacture. Being caseless rounds, these cannot be disassembled or reloaded.",
- "weight": "3 g",
+ "weight": "5200 mg",
"volume": "250 ml",
"price": 225,
"price_postapoc": 12500,
@@ -31,5 +21,15 @@
"dispersion": 95,
"recoil": 2500,
"effects": [ "NEVER_MISFIRES" ]
+ },
+ {
+ "id": "bootleg_473x33mm",
+ "copy-from": "473x33mm",
+ "type": "AMMO",
+ "name": { "str": "4.73x33mm, handmade" },
+ "description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
+ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
}
]