Skip to content

Instantly share code, notes, and snippets.

@Double0negative
Created September 14, 2015 22:20
Show Gist options
  • Save Double0negative/aa0b0ae82c945effb973 to your computer and use it in GitHub Desktop.
Save Double0negative/aa0b0ae82c945effb973 to your computer and use it in GitHub Desktop.
{
"weapons": [
{
"name": "\u0026aGlock 18",
"description": [
"Line 1",
"Line 2",
"Line 3"
],
"level": 1,
"data": 2260,
"damage": 2.0,
"distance": 100.0,
"falloff": 0.03,
"shot_time": 200,
"reload_time": 1200,
"clip_size": 20,
"bullets_per_shot": 1,
"spread": 0.01,
"speed": 4.5,
"ammo": 263,
"health": 0.0,
"reload": true
},
{
"name": "\u0026bRemington 870",
"description": [
"Line 1",
"Line 2",
"Line 3"
],
"level": 2,
"data": 2256,
"damage": 2.0,
"distance": 20.0,
"falloff": 0.0,
"shot_time": 300,
"reload_time": 2000,
"clip_size": 8,
"bullets_per_shot": 10,
"spread": 0.08,
"speed": 3.0,
"ammo": 266,
"health": 0.0,
"reload": true
},
{
"name": "\u0026aSW 1911",
"description": [
"Line 1",
"Line 2",
"Line 3"
],
"level": 1,
"data": 2261,
"damage": 5.0,
"distance": 100.0,
"falloff": 0.03,
"shot_time": 500,
"reload_time": 1500,
"clip_size": 8,
"bullets_per_shot": 1,
"spread": 0.005,
"speed": 5.0,
"ammo": 263,
"health": 0.0,
"reload": true
},
{
"name": "\u0026eM4",
"description": [
"Line 1",
"Line 2",
"Line 3"
],
"level": 3,
"data": 2258,
"damage": 3.0,
"distance": 200.0,
"falloff": 0.01,
"shot_time": 100,
"reload_time": 3000,
"clip_size": 25,
"bullets_per_shot": 1,
"spread": 0.01,
"speed": 6.0,
"ammo": 264,
"health": 0.0,
"reload": true
},
{
"name": "\u0026eSCAR-H",
"description": [
"Line 1",
"Line 2",
"Line 3"
],
"level": 3,
"data": 2259,
"damage": 4.0,
"distance": 200.0,
"falloff": 0.01,
"shot_time": 100,
"reload_time": 3200,
"clip_size": 25,
"bullets_per_shot": 1,
"spread": 0.005,
"speed": 6.0,
"ammo": 264,
"health": 0.0,
"reload": true
},
{
"name": "\u0026cMosin Nagant",
"description": [
"Line 1",
"Line 2",
"Line 3"
],
"level": 4,
"data": 2257,
"damage": 25.0,
"distance": 1000.0,
"falloff": 0.02,
"shot_time": 1000,
"reload_time": 5000,
"clip_size": 8,
"bullets_per_shot": 1,
"spread": 0.0,
"speed": 50.0,
"ammo": 265,
"health": 0.0,
"reload": true
},
{
"name": "\u0026cBandage",
"description": [
"Line 1",
"Line 2",
"Line 3"
],
"level": 1,
"data": 409,
"damage": 5.0,
"distance": 100.0,
"falloff": 0.01,
"shot_time": 100,
"reload_time": 1000,
"clip_size": 25,
"bullets_per_shot": 0,
"spread": 0.05,
"speed": 100.0,
"ammo": 0,
"health": 2.0,
"reload": false
},
{
"name": "\u0026cMed Kit",
"description": [
"Line 1",
"Line 2",
"Line 3"
],
"level": 3,
"data": 410,
"damage": 5.0,
"distance": 100.0,
"falloff": 0.01,
"shot_time": 100,
"reload_time": 1000,
"clip_size": 25,
"bullets_per_shot": 0,
"spread": 0.05,
"speed": 100.0,
"ammo": 0,
"health": 5.0,
"reload": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment