Skip to content

Commit

Permalink
Merge pull request #38215 from snipercup/Ammo-name-to-object
Browse files Browse the repository at this point in the history
Ammo name to object
  • Loading branch information
ZhilkinSerg authored Feb 22, 2020
2 parents df20fd2 + 897818d commit f0e6614
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions data/json/items/ammo/22.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"id": "bp_22_fmj",
"copy-from": "22_fmj",
"type": "AMMO",
"name": ".22 LR FMJ, black powder",
"name": { "str": ".22 LR FMJ, black powder" },
"proportional": { "price": 0.3, "damage": 0.57, "recoil": 0.57, "pierce": 0.5, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -67,7 +67,7 @@
"id": "bp_22_lr",
"copy-from": "22_lr",
"type": "AMMO",
"name": ".22 LR, black powder",
"name": { "str": ".22 LR, black powder" },
"proportional": { "price": 0.3, "damage": 0.57, "recoil": 0.57, "pierce": 0.5, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -76,7 +76,7 @@
"id": "reloaded_22_lr",
"copy-from": "22_lr",
"type": "AMMO",
"name": ".22 LR, reloaded",
"name": { "str": ".22 LR, reloaded" },
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -85,7 +85,7 @@
"id": "reloaded_22_fmj",
"copy-from": "22_fmj",
"type": "AMMO",
"name": ".22 FMJ, reloaded",
"name": { "str": ".22 FMJ, reloaded" },
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/ammo/270win.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"id": "bp_270win_jsp",
"copy-from": "270win_jsp",
"type": "AMMO",
"name": ".270 Winchester JSP, black powder",
"name": { "str": ".270 Winchester JSP, black powder" },
"proportional": { "price": 0.3, "damage": 0.7, "recoil": 0.7, "pierce": 0.5, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -35,7 +35,7 @@
"id": "reloaded_270win_jsp",
"copy-from": "270win_jsp",
"type": "AMMO",
"name": ".270 Winchester JSP, reloaded",
"name": { "str": ".270 Winchester JSP, reloaded" },
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/ammo/300.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"id": "bp_300_winmag",
"copy-from": "300_winmag",
"type": "AMMO",
"name": ".300 Winchester Magnum, black powder",
"name": { "str": ".300 Winchester Magnum, black powder" },
"proportional": { "price": 0.3, "damage": 0.76, "recoil": 0.76, "pierce": 0.5, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand Down
12 changes: 6 additions & 6 deletions data/json/items/ammo/3006.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"id": "bp_3006",
"copy-from": "3006",
"type": "AMMO",
"name": ".30-06 Springfield, black powder",
"name": { "str": ".30-06 Springfield, black powder" },
"proportional": { "price": 0.3, "damage": 0.76, "recoil": 0.76, "pierce": 0.5, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -51,7 +51,7 @@
"id": "bp_3006_incendiary",
"copy-from": "3006_incendiary",
"type": "AMMO",
"name": ".30-06 Springfield tracer, black powder",
"name": { "str": ".30-06 Springfield tracer, black powder" },
"proportional": { "price": 0.3, "damage": 0.76, "recoil": 0.76, "pierce": 0.5, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -60,7 +60,7 @@
"id": "bp_3006fmj",
"copy-from": "bp_3006",
"type": "AMMO",
"name": ".30-06 Springfield M2 AP, black powder",
"name": { "str": ".30-06 Springfield M2 AP, black powder" },
"proportional": { "price": 0.3, "damage": 0.76, "recoil": 0.76, "pierce": 0.5, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -69,7 +69,7 @@
"id": "reloaded_3006",
"copy-from": "3006",
"type": "AMMO",
"name": ".30-06 Springfield, reloaded",
"name": { "str": ".30-06 Springfield, reloaded" },
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -78,7 +78,7 @@
"id": "reloaded_3006_incendiary",
"copy-from": "3006_incendiary",
"type": "AMMO",
"name": ".30-06 incendiary, reloaded",
"name": { "str": ".30-06 incendiary, reloaded" },
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -87,7 +87,7 @@
"id": "reloaded_3006fmj",
"copy-from": "3006fmj",
"type": "AMMO",
"name": ".30-06 M2 AP, reloaded",
"name": { "str": ".30-06 M2 AP, reloaded" },
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand Down
8 changes: 4 additions & 4 deletions data/json/items/ammo/300blk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": "300blk",
"type": "AMMO",
"name": ".300 AAC Blackout",
"name": { "str": ".300 AAC Blackout" },
"description": "A .300 AAC Blackout round with a 125gr open tip match bullet. 300 BLK is an intermediate cartridge necked up from 5.56x45mm, designed to achieve similar ballistics to 7.62x39mm. It is compatible with standard AR-15 lower receivers and will feed from STANAG magazines.",
"weight": "18 g",
"volume": "250 ml",
Expand All @@ -26,7 +26,7 @@
"id": "300blk_ss",
"copy-from": "300blk",
"type": "AMMO",
"name": ".300 AAC Blackout",
"name": { "str": ".300 AAC Blackout" },
"description": "A subsonic .300 AAC Blackout round with a 220gr open tip match bullet. 300 BLK is an intermediate cartridge necked up from 5.56x45mm, designed to achieve similar ballistics to 7.62x39mm. It is compatible with standard AR-15 lower receivers and will feed from STANAG magazines.",
"weight": "21 g",
"range": 40,
Expand All @@ -37,7 +37,7 @@
"id": "bp_300blk",
"copy-from": "300blk",
"type": "AMMO",
"name": ".300 AAC Blackout, black powder",
"name": { "str": ".300 AAC Blackout, black powder" },
"proportional": { "price": 0.3, "damage": 0.76, "recoil": 0.76, "pierce": 0.5, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -46,7 +46,7 @@
"id": "reloaded_300blk",
"copy-from": "300blk",
"type": "AMMO",
"name": ".300 AAC Blackout, reloaded",
"name": { "str": ".300 AAC Blackout, reloaded" },
"description": ".300 AAC Blackout is an intermediate cartridge that achieves ballistics similar to the 7.62x39 but allows use on the AR-15 platform. The round is necked-up from the 5.56mm NATO, but feeds from a STANAG magazine. It requires a specific barrel, so will not work in a standard M4 or similar carbine. This one has been hand-reloaded.",
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/ammo/308.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": "308",
"type": "AMMO",
"name": ".308 Winchester",
"name": { "str": ".308 Winchester" },
"description": ".308 Winchester ammunition with 168gr hollow point bullets. The .308 round is one of the most popular hunting cartridges in the world due to its accuracy and power.",
"weight": "18 g",
"volume": "250 ml",
Expand Down
6 changes: 3 additions & 3 deletions data/json/items/ammo/32.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": "32_acp",
"type": "AMMO",
"name": ".32 ACP",
"name": { "str": ".32 ACP" },
"description": "The .32 ACP was a popular handgun cartridge in the 20th century. Not so powerful as the .38 or the 9x19mm though.",
"weight": "5 g",
"volume": "250 ml",
Expand All @@ -25,7 +25,7 @@
"id": "bp_32_acp",
"copy-from": "32_acp",
"type": "AMMO",
"name": ".32 ACP, black powder",
"name": { "str": ".32 ACP, black powder" },
"proportional": { "price": 0.3, "damage": 0.76, "recoil": 0.76, "pierce": 0.5, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand All @@ -34,7 +34,7 @@
"id": "reloaded_32_acp",
"copy-from": "32_acp",
"type": "AMMO",
"name": ".32 ACP, reloaded",
"name": { "str": ".32 ACP, reloaded" },
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
Expand Down

0 comments on commit f0e6614

Please sign in to comment.