Skip to content

Commit

Permalink
Merge pull request #1 from Zaweri/Zaweri-patch-1
Browse files Browse the repository at this point in the history
LOADS O' STOOF
  • Loading branch information
Zaweri committed Aug 14, 2015
2 parents d6fb474 + 57e82e6 commit 5fab91c
Show file tree
Hide file tree
Showing 2 changed files with 475 additions and 0 deletions.
263 changes: 263 additions & 0 deletions data/mods/Craft_Gunpowder/cgp_ranged.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,263 @@
[
{
"id": "rifle_45",
"type": "GUN",
"symbol": "(",
"color": "brown",
"name": "pipe rifle: .45",
"name_plural": "pipe rifles: .45",
"description": "A home-made rifle. It is simply a pipe attached to a stock, with a hammer to strike the single round it holds.",
"price": 10000,
"material": ["steel", "wood"],
"flags": ["RELOAD_ONE", "RELOAD_EJECT"],
"skill": "rifle",
"ammo": "45",
"weight": 2114,
"volume": 8,
"bashing": 10,
"cutting": 0,
"to_hit": -1,
"ranged_damage": -2,
"dispersion": 105,
"sight_dispersion": 60,
"aim_speed" : 6,
"recoil": 30,
"durability": 6,
"clip_size": 1,
"reload": 250,
"loudness" : 150,
"valid_mod_locations": [[ "muzzle", 1 ],[ "stock", 1 ]]
},
{
"id": "rifle_38",
"type": "GUN",
"symbol": "(",
"color": "brown",
"name": "pipe rifle: .38",
"name_plural": "pipe rifles: .38",
"description": "A home-made rifle. It is simply a pipe attached to a stock, with a hammer to strike the single round it holds.",
"price": 10000,
"material": ["steel", "wood"],
"flags": ["RELOAD_ONE", "RELOAD_EJECT"],
"skill": "rifle",
"ammo": "38",
"weight": 2114,
"volume": 8,
"bashing": 10,
"cutting": 0,
"to_hit": -1,
"ranged_damage": -2,
"dispersion": 105,
"sight_dispersion": 60,
"aim_speed" : 6,
"recoil": 30,
"durability": 6,
"clip_size": 1,
"reload": 250,
"loudness" : 150,
"valid_mod_locations": [[ "muzzle", 1 ],[ "stock", 1 ]]
},
{
"id": "rifle_44",
"type": "GUN",
"symbol": "(",
"color": "brown",
"name": "pipe rifle: .44",
"name_plural": "pipe rifles: .44",
"description": "A home-made rifle. It is simply a pipe attached to a stock, with a hammer to strike the single round it holds.",
"price": 10000,
"material": ["steel", "wood"],
"flags": ["RELOAD_ONE", "RELOAD_EJECT"],
"skill": "rifle",
"ammo": "44",
"weight": 2114,
"volume": 8,
"bashing": 10,
"cutting": 0,
"to_hit": -1,
"ranged_damage": -2,
"dispersion": 105,
"sight_dispersion": 60,
"aim_speed" : 6,
"recoil": 30,
"durability": 6,
"clip_size": 1,
"reload": 250,
"loudness" : 150,
"valid_mod_locations": [[ "muzzle", 1 ],[ "stock", 1 ]]
},
{
"id": "rifle_40",
"type": "GUN",
"symbol": "(",
"color": "brown",
"name": "pipe rifle: .40",
"name_plural": "pipe rifles: .40",
"description": "A home-made rifle. It is simply a pipe attached to a stock, with a hammer to strike the single round it holds.",
"price": 10000,
"material": ["steel", "wood"],
"flags": ["RELOAD_ONE", "RELOAD_EJECT"],
"skill": "rifle",
"ammo": "40",
"weight": 2114,
"volume": 8,
"bashing": 10,
"cutting": 0,
"to_hit": -1,
"ranged_damage": -2,
"dispersion": 105,
"sight_dispersion": 60,
"aim_speed" : 6,
"recoil": 30,
"durability": 6,
"clip_size": 1,
"reload": 250,
"loudness" : 150,
"valid_mod_locations": [[ "muzzle", 1 ],[ "stock", 1 ]]
},
{
"id": "smg_22",
"type": "GUN",
"symbol": "[",
"color": "dark_gray",
"name": "pipe SMG: .22",
"description": "A makeshift SMG crudely constructed out of scrap metal for mechanisms, pipe for the body and scrap wood for the stock and handguard.",
"price": 20000,
"material": "steel",
"flags": "MODE_BURST",
"skill": "smg",
"ammo": "22",
"weight": 3274,
"volume": 7,
"bashing": 10,
"cutting": 0,
"to_hit": -1,
"ranged_damage": -2,
"dispersion": 210,
"sight_dispersion": 90,
"aim_speed" : 4,
"recoil": 0,
"durability": 4,
"burst": 3,
"clip_size": 30,
"reload": 800,
"loudness" : 150,
"valid_mod_locations": [[ "muzzle", 1 ],[ "stock", 1 ]]
},
{
"id": "smg_38",
"type": "GUN",
"symbol": "[",
"color": "dark_gray",
"name": "pipe SMG: .38",
"description": "A makeshift SMG crudely constructed out of scrap metal for mechanisms, pipe for the body and scrap wood for the stock and handguard.",
"price": 20000,
"material": "steel",
"flags": "MODE_BURST",
"skill": "smg",
"ammo": "38",
"weight": 3274,
"volume": 7,
"bashing": 10,
"cutting": 0,
"to_hit": -1,
"ranged_damage": -3,
"dispersion": 210,
"sight_dispersion": 90,
"aim_speed" : 4,
"recoil": 0,
"durability": 4,
"burst": 3,
"clip_size": 25,
"reload": 800,
"loudness" : 150,
"valid_mod_locations": [[ "muzzle", 1 ],[ "stock", 1 ]]
},
{
"id": "smg_9mm",
"type": "GUN",
"symbol": "[",
"color": "dark_gray",
"name": "pipe SMG: 9mm",
"description": "A makeshift SMG crudely constructed out of scrap metal for mechanisms, pipe for the body and scrap wood for the stock and handguard.",
"price": 20000,
"material": "steel",
"flags": "MODE_BURST",
"skill": "smg",
"ammo": "9mm",
"weight": 3274,
"volume": 7,
"bashing": 10,
"cutting": 0,
"to_hit": -1,
"ranged_damage": -3,
"dispersion": 210,
"sight_dispersion": 90,
"aim_speed" : 4,
"recoil": 0,
"durability": 4,
"burst": 3,
"clip_size": 25,
"reload": 800,
"loudness" : 150,
"valid_mod_locations": [[ "muzzle", 1 ],[ "stock", 1 ]]
},
{
"id": "smg_40",
"type": "GUN",
"symbol": "[",
"color": "dark_gray",
"name": "pipe SMG: .40",
"description": "A makeshift SMG crudely constructed out of scrap metal for mechanisms, pipe for the body and scrap wood for the stock and handguard.",
"price": 20000,
"material": "steel",
"flags": "MODE_BURST",
"skill": "smg",
"ammo": "40",
"weight": 3274,
"volume": 7,
"bashing": 10,
"cutting": 0,
"to_hit": -1,
"ranged_damage": -4,
"dispersion": 210,
"sight_dispersion": 90,
"aim_speed" : 4,
"recoil": 0,
"durability": 4,
"burst": 3,
"clip_size": 20,
"reload": 800,
"loudness" : 150,
"valid_mod_locations": [[ "muzzle", 1 ],[ "stock", 1 ]]
},
{
"id": "smg_45",
"type": "GUN",
"symbol": "[",
"color": "dark_gray",
"name": "pipe SMG: .45",
"description": "A makeshift SMG crudely constructed out of scrap metal for mechanisms, pipe for the body and scrap wood for the stock and handguard.",
"price": 20000,
"material": "steel",
"flags": "MODE_BURST",
"skill": "smg",
"ammo": "45",
"weight": 3274,
"volume": 7,
"bashing": 10,
"cutting": 0,
"to_hit": -1,
"ranged_damage": -4,
"dispersion": 210,
"sight_dispersion": 90,
"aim_speed" : 4,
"recoil": 0,
"durability": 4,
"burst": 3,
"clip_size": 20,
"reload": 800,
"loudness" : 150,
"valid_mod_locations": [[ "muzzle", 1 ],[ "stock", 1 ]]
}
]

0 comments on commit 5fab91c

Please sign in to comment.