diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-03 17:04:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-03 17:04:52 -0700 |
commit | f02328454a92deb9db3b61efbdb8f1b91b8b169d (patch) | |
tree | a5c21aa9a0691d6e08e39dbebb497fadb48e8d4a /json/items/ammo/223.json | |
parent | Fix 5.7mm naming. (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-f02328454a92deb9db3b61efbdb8f1b91b8b169d.tar.xz |
Port ammo name patch to mod.
Diffstat (limited to 'json/items/ammo/223.json')
-rw-r--r-- | json/items/ammo/223.json | 38 |
1 files changed, 38 insertions, 0 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" } + } +] |