summaryrefslogtreecommitdiff
path: root/json/items/ammo/50.json
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 /json/items/ammo/50.json
parentFix 5.7mm naming. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-f02328454a92deb9db3b61efbdb8f1b91b8b169d.tar.xz
Port ammo name patch to mod.
Diffstat (limited to 'json/items/ammo/50.json')
-rw-r--r--json/items/ammo/50.json14
1 files changed, 14 insertions, 0 deletions
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" }
+ }
+]