summaryrefslogtreecommitdiff
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
parentMinor formatting fixes. (diff)
downloadcataclysm-bn-mod_caseless-crafting-96ce804ccb0bde9886480c4985e3319521574c84.tar.xz
Fix handmade 8x40mm and 20x66mm damage.
-rw-r--r--json/items/ammo/20x66mm.json35
-rw-r--r--json/items/ammo/8x40mm.json24
2 files changed, 49 insertions, 10 deletions
diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json
index 136f1b2..5edb32d 100644
--- a/json/items/ammo/20x66mm.json
+++ b/json/items/ammo/20x66mm.json
@@ -8,7 +8,10 @@
"price": 1500,
"price_postapoc": 9000,
"relative": { "range": 12, "pierce": 8 },
- "proportional": { "recoil": 1.4, "dispersion": 1.3 },
+ "proportional": {
+ "dispersion": 1.3,
+ "recoil": 1.4
+ },
"delete": { "effects": [ "SHOT" ] }
},
{
@@ -17,7 +20,11 @@
"type": "AMMO",
"name": { "str": "20x66mm buckshot, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless buckshot 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" ] }
},
@@ -27,7 +34,11 @@
"type": "AMMO",
"name": { "str": "20x66mm slug, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless solid projectile 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" ] }
},
@@ -37,7 +48,11 @@
"type": "AMMO",
"name": { "str": "20x66mm flechette, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flechette 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" ] }
},
@@ -47,7 +62,11 @@
"type": "AMMO",
"name": { "str": "20x66mm incendiary, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless incendiary 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" ] }
},
@@ -57,7 +76,11 @@
"type": "AMMO",
"name": { "str": "20x66mm flare, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flare 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" ] }
}
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" ] }
}