diff options
-rw-r--r-- | json/items/ammo/223.json | 38 | ||||
-rw-r--r-- | json/items/ammo/308.json | 32 | ||||
-rw-r--r-- | json/items/ammo/50.json | 14 | ||||
-rw-r--r-- | json/items/ammo/5x50.json | 8 | ||||
-rw-r--r-- | modinfo.json | 2 |
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" ] } |