Skip to content

Commit

Permalink
Merge pull request #2 from BlueMoonDude/patch-3
Browse files Browse the repository at this point in the history
Merged added .50 BMG with Added Bipod, Support for .50 bmg, and item groups for said items
  • Loading branch information
BlueMoonDude committed Oct 14, 2013
2 parents 8d70544 + b386714 commit 7c0de0b
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions data/json/items/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2576,5 +2576,96 @@
"dispersion" : 0,
"recoil" : 0,
"count" : 10
},
{ "type" : "AMMO",
"id" : "50bmg",
"price" : 1650,
"name" : ".50 BMG",
"symbol" : "=",
"color" : "dark_gray",
"description" : "The .50 BMG is a very powerful rifle round designed for long-range use. Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.",
"material" : "steel",
"volume" : 2,
"weight" : 26,
"bashing" : 1,
"cutting" : 0,
"to_hit" : 0,
"ammo_type" : "50",
"casing" : "50_casing",
"damage" : 70,
"pierce" : 30,
"range" : 90,
"dispersion" : 1,
"recoil" : 50,
"count" : 10,
"effects" : ["COOKOFF"]
},
{ "type" : "AMMO",
"id" : "50ss",
"price" : 1650,
"name" : ".50 BMG SS",
"symbol" : "=",
"color" : "dark_gray",
"description" : "A solid steel copper jacketed variant of the .50 BMG round. Penetration is increased, but damage is reduced.",
"material" : "steel",
"volume" : 2,
"weight" : 26,
"bashing" : 1,
"cutting" : 0,
"to_hit" : 0,
"ammo_type" : "50",
"casing" : "50_casing",
"damage" : 60,
"pierce" : 40,
"range" : 90,
"dispersion" : 1,
"recoil" : 50,
"count" : 10,
"effects" : ["COOKOFF"]
},
{ "type" : "AMMO",
"id" : "50_incendiary",
"price" : 2000,
"name" : ".50 BMG incendiary",
"symbol" : "=",
"color" : "dark_gray",
"description" : "A variant of the powerful .50 BMG sniper round, incendiary rounds are designed to burn hotly upon impact, piercing armor and igniting flammable substances.",
"material" : "steel",
"volume" : 2,
"weight" : 26,
"bashing" : 1,
"cutting" : 0,
"to_hit" : 0,
"ammo_type" : "50",
"casing" : "50_casing",
"damage" : 55,
"pierce" : 50,
"range" : 90,
"dispersion" : 2,
"recoil" : 35,
"count" : 10,
"effects" : ["INCENDIARY"]

},
{ "type" : "AMMO",
"id" : "50_casing",
"price" : 58,
"name" : ".50 BMG casing",
"symbol" : "=",
"color" : "blue",
"description" : "An empty casing from a .50 BMG round. These are rare, so you might want to hold onto these.",
"material" : "steel",
"volume" : 2,
"weight" : 14,
"bashing" : 1,
"cutting" : 0,
"to_hit" : 0,
"ammo_type" : "components",
"damage" : 0,
"pierce" : 0,
"range" : 0,
"dispersion" : 0,
"recoil" : 0,
"count" : 50
}
]

0 comments on commit 7c0de0b

Please sign in to comment.