summaryrefslogtreecommitdiff
path: root/json/items/ammo/8x40mm.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 15:28:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 15:28:31 -0700
commit96ce804ccb0bde9886480c4985e3319521574c84 (patch)
treeabf1b16460e2efd73dc87a3680d214618075999d /json/items/ammo/8x40mm.json
parentMinor formatting fixes. (diff)
downloadcataclysm-bn-mod_caseless-crafting-96ce804ccb0bde9886480c4985e3319521574c84.tar.xz
Fix handmade 8x40mm and 20x66mm damage.
Diffstat (limited to 'json/items/ammo/8x40mm.json')
-rw-r--r--json/items/ammo/8x40mm.json24
1 files changed, 20 insertions, 4 deletions
diff --git a/json/items/ammo/8x40mm.json b/json/items/ammo/8x40mm.json
index 6edffa2..6361224 100644
--- a/json/items/ammo/8x40mm.json
+++ b/json/items/ammo/8x40mm.json
@@ -5,7 +5,11 @@
"type": "AMMO",
"name": { "str": "8x40mm JHP, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 8x40mm JHP 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 },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
},
@@ -15,7 +19,11 @@
"type": "AMMO",
"name": { "str": "8x40mm caseless, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 8x40mm standard 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 },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
},
@@ -25,7 +33,11 @@
"type": "AMMO",
"name": { "str": "8x40mm FMJ, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 8x40mm FMJ 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 },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
},
@@ -35,7 +47,11 @@
"type": "AMMO",
"name": { "str": "8x40mm tracer, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 8x40mm tracer 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 },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
}