summaryrefslogtreecommitdiff
path: root/json/items/ammo/40x46mm.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 15:49:21 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 15:49:21 -0700
commit3be56c6ab073002900643dd8e9506f4e416d1f58 (patch)
treec1016bcae1fe341f3a93bfa18811e0e13b767f87 /json/items/ammo/40x46mm.json
parentMove the makeshift 40mm rounds into the grenade category. (diff)
downloadcataclysm-bn-mod_grenade-crafting-3be56c6ab073002900643dd8e9506f4e416d1f58.tar.xz
Replace the craftable 40mm grenades with handmade versions.
-Much as before, just 90% as powerful. This brings them in line with other reloaded ammo. -This is save breaking. Fix the description of 40mm flechettes to reference M1001 like how 40mm buckshot references M576. -They still are not reloaded copies of M1001 or M576. Fix all improvised 40mm rounds to be flagged as homemade and able to misfire, just like reloaded. Reduce the uncraft time of improvised 40mm rounds to 3 minutes, just like factory 40mm rounds.
Diffstat (limited to 'json/items/ammo/40x46mm.json')
-rw-r--r--json/items/ammo/40x46mm.json104
1 files changed, 104 insertions, 0 deletions
diff --git a/json/items/ammo/40x46mm.json b/json/items/ammo/40x46mm.json
new file mode 100644
index 0000000..d7f855c
--- /dev/null
+++ b/json/items/ammo/40x46mm.json
@@ -0,0 +1,104 @@
+[
+ {
+ "id": "40x46mm_bootleg_m1006",
+ "copy-from": "40x46mm_m1006",
+ "type": "AMMO",
+ "name": { "str": "40x46mm M1006, handmade" },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x46mm_bootleg_m433",
+ "copy-from": "40x46mm_m433",
+ "type": "AMMO",
+ "name": { "str": "40x46mm M433, handmade" },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x46mm_bootleg_m576",
+ "copy-from": "40x46mm_m576",
+ "type": "AMMO",
+ "name": { "str": "40x46mm M576, handmade" },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x46mm_bootleg_m651",
+ "copy-from": "40x46mm_grenade",
+ "type": "AMMO",
+ "name": { "str": "40x46mm M651, handmade" },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x46mm_buckshot_m118",
+ "copy-from": "40x46mm_buckshot_m118",
+ "type": "AMMO",
+ "name": { "str": "40x46mm buckshot" },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x46mm_buckshot_m199",
+ "copy-from": "40x46mm_buckshot_m199",
+ "type": "AMMO",
+ "name": { "str": "40x46mm buckshot" },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x46mm_slug_m118",
+ "copy-from": "40x46mm_slug_m118",
+ "type": "AMMO",
+ "name": { "str": "40x46mm slug" },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x46mm_slug_m199",
+ "copy-from": "40x46mm_slug_m199",
+ "type": "AMMO",
+ "name": { "str": "40x46mm slug" },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x46mm_flechette_m118",
+ "copy-from": "40x46mm_flechette_m199",
+ "type": "AMMO",
+ "name": { "str": "40x46mm flechette" },
+ "description": "An improvised 40x46mm flechette load somewhat resembling M1001.",
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x46mm_flechette_m199",
+ "copy-from": "40x46mm_flechette_m199",
+ "type": "AMMO",
+ "name": { "str": "40x46mm flechette" },
+ "description": "An improvised 40x46mm flechette load somewhat resembling M1001.",
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ }
+]