From f02328454a92deb9db3b61efbdb8f1b91b8b169d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 3 May 2023 17:04:52 -0700 Subject: Port ammo name patch to mod. --- json/items/ammo/50.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 json/items/ammo/50.json (limited to 'json/items/ammo/50.json') 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" } + } +] -- cgit v1.2.1