summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-03 17:04:52 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-03 17:04:52 -0700
commitf02328454a92deb9db3b61efbdb8f1b91b8b169d (patch)
treea5c21aa9a0691d6e08e39dbebb497fadb48e8d4a
parentFix 5.7mm naming. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-f02328454a92deb9db3b61efbdb8f1b91b8b169d.tar.xz
Port ammo name patch to mod.
-rw-r--r--json/items/ammo/223.json38
-rw-r--r--json/items/ammo/308.json32
-rw-r--r--json/items/ammo/50.json14
-rw-r--r--json/items/ammo/5x50.json8
-rw-r--r--modinfo.json2
5 files changed, 93 insertions, 1 deletions
diff --git a/json/items/ammo/223.json b/json/items/ammo/223.json
new file mode 100644
index 0000000..39eac3b
--- /dev/null
+++ b/json/items/ammo/223.json
@@ -0,0 +1,38 @@
+[
+ {
+ "id": "762_51",
+ "copy-from": "762_51",
+ "type": "AMMO",
+ "name": { "str": "7.62x51mm NATO M80" }
+ },
+ {
+ "id": "762_51_incendiary",
+ "copy-from": "762_51_incendiary",
+ "type": "AMMO",
+ "name": { "str": "7.62x51mm NATO M62 tracer" }
+ },
+ {
+ "id": "bp_762_51",
+ "copy-from": "bp_762_51",
+ "type": "AMMO",
+ "name": { "str": "7.62x51mm NATO M80, black powder" }
+ },
+ {
+ "id": "bp_762_51_incendiary",
+ "copy-from": "bp_762_51_incendiary",
+ "type": "AMMO",
+ "name": { "str": "7.62x51mm NATO M62 tracer, black powder" }
+ },
+ {
+ "id": "reloaded_762_51",
+ "copy-from": "reloaded_762_51",
+ "type": "AMMO",
+ "name": { "str": "7.62x51mm NATO M80, reloaded" }
+ },
+ {
+ "id": "reloaded_762_51_incendiary",
+ "copy-from": "reloaded_762_51_incendiary",
+ "type": "AMMO",
+ "name": { "str": "7.62x51mm NATO M62 tracer, reloaded" }
+ }
+]
diff --git a/json/items/ammo/308.json b/json/items/ammo/308.json
new file mode 100644
index 0000000..17f40c9
--- /dev/null
+++ b/json/items/ammo/308.json
@@ -0,0 +1,32 @@
+[
+ {
+ "id": "556_incendiary",
+ "copy-from": "556_incendiary",
+ "type": "AMMO",
+ "name": { "str": "5.56 NATO M856 tracer" }
+ },
+ {
+ "id": "bp_556",
+ "copy-from": "bp_556",
+ "type": "AMMO",
+ "name": { "str": "5.56 NATO M855A1, black powder" }
+ },
+ {
+ "id": "bp_556_incendiary",
+ "copy-from": "bp_556_incendiary",
+ "type": "AMMO",
+ "name": { "str": "5.56 NATO M856 tracer, black powder" }
+ },
+ {
+ "id": "reloaded_556",
+ "copy-from": "reloaded_556",
+ "type": "AMMO",
+ "name": { "str": "5.56 NATO M855A1, reloaded" }
+ },
+ {
+ "id": "reloaded_556_incendiary",
+ "copy-from": "reloaded_556_incendiary",
+ "type": "AMMO",
+ "name": { "str": "5.56 NATO M856 tracer, reloaded" }
+ }
+]
diff --git a/json/items/ammo/50.json b/json/items/ammo/50.json
new file mode 100644
index 0000000..cf0e984
--- /dev/null
+++ b/json/items/ammo/50.json
@@ -0,0 +1,14 @@
+[
+ {
+ "id": "reloaded_50_incendiary",
+ "copy-from": "reloaded_50_incendiary",
+ "type": "AMMO",
+ "name": { "str": ".50 BMG M17 tracer, reloaded" }
+ },
+ {
+ "id": "reloaded_50ss",
+ "copy-from": "reloaded_50ss",
+ "type": "AMMO",
+ "name": { "str": ".50 BMG M2 AP, reloaded" }
+ }
+]
diff --git a/json/items/ammo/5x50.json b/json/items/ammo/5x50.json
new file mode 100644
index 0000000..766cade
--- /dev/null
+++ b/json/items/ammo/5x50.json
@@ -0,0 +1,8 @@
+[
+ {
+ "id": "reloaded_5x50dart",
+ "copy-from": "reloaded_5x50dart",
+ "type": "AMMO",
+ "name": { "str": "RA110 5x50mm flechette, reloaded" }
+ }
+]
diff --git a/modinfo.json b/modinfo.json
index ccdecfd..432919d 100644
--- a/modinfo.json
+++ b/modinfo.json
@@ -4,7 +4,7 @@
"ident": "bn_revert_handgun_damage_buff",
"name": "BN - Revert Ammo Damage Buff + Restore Handloaded",
"authors": ["jc_gargma"],
- "description": "Revert BN ammunition buffs. Restore handloaded ammo. Requires source patches.",
+ "description": "Revert BN ammunition buffs. Restore handloaded ammo. Fix ammo names. Fix other ammo bugs. Requires source patches.",
"category": "rebalance",
"dependencies": [ "bn" ]
}