diff options
Diffstat (limited to 'json/items/ammo/308.json')
-rw-r--r-- | json/items/ammo/308.json | 32 |
1 files changed, 32 insertions, 0 deletions
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" } + } +] |