summaryrefslogtreecommitdiff
path: root/json/items/ammo/473.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/473.json')
-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" ] }
}
]