summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:54:30 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:54:30 -0800
commitf4ebbe11d14182f0a61c4e63109ff9f5b7ccf235 (patch)
treebbebe189794f7729cbb29444d6fec743d1fd1ae1
parentClean up the descriptions. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-f4ebbe11d14182f0a61c4e63109ff9f5b7ccf235.tar.xz
Add 545x39, 700nx, 762, and 762R
-rw-r--r--json/items/ammo/545x39.json59
-rw-r--r--json/items/ammo/700nx.json35
-rw-r--r--json/items/ammo/762.json56
-rw-r--r--json/items/ammo/762R.json35
4 files changed, 185 insertions, 0 deletions
diff --git a/json/items/ammo/545x39.json b/json/items/ammo/545x39.json
new file mode 100644
index 0000000..24b31ea
--- /dev/null
+++ b/json/items/ammo/545x39.json
@@ -0,0 +1,59 @@
+[
+ {
+ "id": "545",
+ "type": "AMMO",
+ "name": { "str_sp": "5.45x39mm 7N10" },
+ "//": "Mainlined from Icecoon's Weapons Pack.",
+ "description": "5.45x39mm 7N10 ammunition with a 56gr FMJ bullet. The 5.45x39mm round was introduced along with the AK-74 in 1974. It has superior wounding potential to the older 7.62x39mm round and quickly replaced it in Soviet military use.",
+ "weight": "10 g",
+ "volume": "134 ml",
+ "price": 100,
+ "price_postapoc": 900,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "steel", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 30,
+ "stack_size": 30,
+ "ammo_type": "545x39",
+ "casing": "545_casing",
+ "range": 37,
+ "damage": { "damage_type": "bullet", "amount": 40, "armor_penetration": 6 },
+ "dispersion": 30,
+ "recoil": 1400,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "545_ap",
+ "copy-from": "545",
+ "type": "AMMO",
+ "name": { "str_sp": "5.45x39mm 7N22" },
+ "description": "Armor piercing 5.45x39mm ammunition with a 57gr bullet containing a steel penetrator. Developed in 1998 by the Russian military.",
+ "price": 350,
+ "price_postapoc": 900,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "symbol": "=",
+ "color": "yellow",
+ "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 8 } }
+ },
+ {
+ "id": "reloaded_545",
+ "copy-from": "545",
+ "type": "AMMO",
+ "name": { "str_sp": "5.45x39mm 7N10, reloaded" },
+ "description": "The 5.45x39mm was the standard ammunition for the AK series from 1974. Its designers were inspired by the 5.56x45mm NATO cartridge. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_545_ap",
+ "copy-from": "545_ap",
+ "type": "AMMO",
+ "name": { "str_sp": "5.45x39mm 7N22, reloaded" },
+ "description": "Armor piercing 5.45x39mm ammunition with a hand-reloaded bullet containing a steel penetrator. Its handmade quality leads to slightly inferior performance compared to factory-produced ammo.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]
diff --git a/json/items/ammo/700nx.json b/json/items/ammo/700nx.json
new file mode 100644
index 0000000..762b040
--- /dev/null
+++ b/json/items/ammo/700nx.json
@@ -0,0 +1,35 @@
+[
+ {
+ "id": "700nx",
+ "type": "AMMO",
+ "name": { "str_sp": ".700 NX" },
+ "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.",
+ "weight": "80 g",
+ "volume": "165 ml",
+ "price": 5700,
+ "price_postapoc": 2000,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "dark_gray",
+ "count": 10,
+ "stack_size": 5,
+ "ammo_type": "700nx",
+ "casing": "700nx_casing",
+ "range": 42,
+ "damage": { "damage_type": "bullet", "amount": 110, "armor_penetration": 30 },
+ "dispersion": 15,
+ "recoil": 12100,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "reloaded_700nx",
+ "copy-from": "700nx",
+ "type": "AMMO",
+ "name": { "str_sp": ".700 NX, reloaded" },
+ "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]
diff --git a/json/items/ammo/762.json b/json/items/ammo/762.json
new file mode 100644
index 0000000..5ecbce8
--- /dev/null
+++ b/json/items/ammo/762.json
@@ -0,0 +1,56 @@
+[
+ {
+ "id": "762_m43",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x39mm 57-N-231" },
+ "description": "7.62x39mm 57-N-231 ammunition with a 121.9gr steel core FMJ bullet. Developed in World War 2 by the Soviet Union, the 7.62x39mm round rapidly became extremely popular all over the world. The bullet has poor wounding potential due to its stability, only beginning to yaw after 26cm.",
+ "weight": "16 g",
+ "volume": "113 ml",
+ "price": 120,
+ "price_postapoc": 900,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "steel", "powder" ],
+ "symbol": "=",
+ "color": "dark_gray",
+ "count": 30,
+ "stack_size": 20,
+ "ammo_type": "762",
+ "casing": "762_casing",
+ "range": 30,
+ "damage": { "damage_type": "bullet", "amount": 45, "armor_penetration": 8 },
+ "dispersion": 35,
+ "recoil": 2036,
+ "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
+ },
+ {
+ "id": "762_m87",
+ "copy-from": "762_m43",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x39mm M67" },
+ "//": "Entirely provisional. Could someone design a better wound ballistics system?",
+ "description": "7.62x39mm M67 ammunition with a 123gr bullet. The inadequate terminal ballistics of the M43 round led to the development of the M67 round in Yugoslavia in the 1960s. It destabilizes much faster than M43 after hitting a target, leading to greater damage.",
+ "price": 150,
+ "price_postapoc": 6800,
+ "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 2 } }
+ },
+ {
+ "id": "reloaded_762_m43",
+ "copy-from": "762_m43",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x39mm M43, reloaded" },
+ "description": "7.62x39mm ammunition with a 121.9gr bullet. Developed in World War 2 by the Soviet Union, the 7.62x39mm round rapidly became extremely popular all over the world. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_762_m87",
+ "copy-from": "762_m87",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x39mm M67, reloaded" },
+ "description": "7.62x39mm M67 ammunition with a 123gr bullet. It destabilizes much faster than M43 after hitting a target, leading to greater damage. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]
diff --git a/json/items/ammo/762R.json b/json/items/ammo/762R.json
new file mode 100644
index 0000000..6a7c94b
--- /dev/null
+++ b/json/items/ammo/762R.json
@@ -0,0 +1,35 @@
+[
+ {
+ "id": "762_54R",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x54mmR" },
+ "description": "7.62x54mmR ammunition with a 150gr FMJ bullet. The 7.62x54mmR round is one of the oldest still in common use, primarily due to the popularity of the Mosin-Nagant rifle. Although it has not been used by militaries for several decades, it remains popular with civilians. It is a powerful cartridge capable of killing most targets with one shot.",
+ "weight": "18 g",
+ "volume": "185 ml",
+ "price": 200,
+ "price_postapoc": 600,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 20,
+ "stack_size": 20,
+ "ammo_type": "762R",
+ "casing": "762R_casing",
+ "range": 75,
+ "damage": { "damage_type": "bullet", "amount": 54, "armor_penetration": 10 },
+ "dispersion": 15,
+ "recoil": 2650,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "reloaded_762_54R",
+ "copy-from": "762_54R",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x54mmR, reloaded" },
+ "description": "7.62x54mmR ammunition with a 150gr FMJ bullet. The 7.62x54mmR round is one of the oldest still in common use, primarily due to the popularity of the Mosin-Nagant rifle. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]