Skip to content

Commit

Permalink
rechamber 1820 and 2031 in .460
Browse files Browse the repository at this point in the history
Changed LW reasoning for making the 2031 (we're in New England after all!) and made all of LW's lineup accept .460.
  • Loading branch information
tenmillimaster committed Jan 10, 2019
1 parent 931ca97 commit 9d0f48d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
52 changes: 0 additions & 52 deletions data/json/items/gun/45.json
Expand Up @@ -51,58 +51,6 @@
[ "9mm", [ "mp5mag", "mp5bigmag" ] ]
]
},
{
"id": "l_enforcer_45",
"copy-from": "pistol_revolver",
"type": "GUN",
"name": "L2031 Enforcer",
"name_plural": "L2031 Enforcer",
"//": "Real-life Autorevolvers tended to vary between 6-7.5 inch barrels, so we'll err on the side of a +1 here.",
"description": "An \"autorevolver\", this Leadworks LLC six-shooter combines the ease-of-action of a semi-auto with the ease-of-reloading and style of a revolver. It achieved overnight stardom when it appeared in \"Treasure Trail\", a popular space-Western series. Comes with built in holographic and laser sights. Similar to other Leadworks products it doesn't accept third-party modifications.",
"weight": 1370,
"volume": 2,
"price": 83000,
"to_hit": -2,
"bashing": 7,
"material": [ "steel", "wood" ],
"symbol": "(",
"color": "light_gray",
"ammo": "45",
"ranged_damage": 1,
"dispersion": 360,
"durability": 8,
"clip_size": 6,
"built_in_mods": [ "lead_holo_sight", "lead_laser_sight"],
"valid_mod_locations": [ [ "accessories", 2 ], [ "sights", 1 ], [ "underbarrel", 1 ] ]
},
{
"id": "l_long_45",
"type": "GUN",
"reload_noise_volume": 10,
"name": "L1820 Long Ranger",
"name_plural": "L1820 Long Ranger",
"//": "If it's based off the Winchester 94, it's likely got a 20 inch barrel. For sanity's sake though, let's cap it at +4.",
"description": "Numbered to bridge the gap between the USian Frontier and modern Civil Defense needs, the Leadworks Long Ranger was designed to give Enforcer users (or anyone using .45 caliber cartridges) a little extra reach while using the same ammunition. Synthetic furniture cost it some charm points from the legendary Winchester rifles it was based upon, but users agree that the forty-five's punch with the reach of a rifle is worth it. Comes with built in holographic and laser sights. Similar to other Leadworks products it doesn't accept third-party modifications.",
"weight": 4175,
"volume": 13,
"price": 90000,
"to_hit": -1,
"bashing": 12,
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "brown",
"ammo": "45",
"skill": "rifle",
"range": 8,
"ranged_damage": 4,
"dispersion": 180,
"durability": 9,
"clip_size": 12,
"barrel_length": 2,
"built_in_mods": [ "lead_holo_sight", "lead_laser_sight"],
"valid_mod_locations": [ [ "accessories", 2 ], [ "sights", 1 ], [ "underbarrel", 1 ] ],
"flags": [ "RELOAD_ONE" ]
},
{
"id": "l_mp_45",
"copy-from": "l_mp_9mm",
Expand Down
52 changes: 52 additions & 0 deletions data/json/items/gun/460.json
Expand Up @@ -12,5 +12,57 @@
},
"built_in_mods": [ "lead_holo_sight", "muzzle_brake", "lead_laser_sight"],
"valid_mod_locations": [ [ "accessories", 2 ], [ "muzzle", 1 ], [ "sights", 1 ], [ "underbarrel", 1 ] ]
},
{
"id": "l_enforcer_45",
"copy-from": "pistol_revolver",
"type": "GUN",
"name": "L2031 Enforcer",
"name_plural": "L2031 Enforcer",
"//": "Real-life Autorevolvers tended to vary between 6-7.5 inch barrels, so we'll err on the side of a +1 here.",
"description": "An \"autorevolver\", this Leadworks LLC six-shooter combines the ease-of-action of a semi-auto with the ease-of-reloading and style of a revolver. In addition to ubiquitous .45 ACP, the Enforcer also fires powerful .460 Rowland, offering .44 Magnum performance in a smaller package. It achieved overnight stardom when it appeared in \"Treasure Trail\", a popular space-Western series. Comes with built in holographic and laser sights. Similar to other Leadworks products it doesn't accept third-party modifications.",
"weight": 1370,
"volume": 2,
"price": 83000,
"to_hit": -2,
"bashing": 7,
"material": [ "steel", "wood" ],
"symbol": "(",
"color": "light_gray",
"ammo": "460",
"ranged_damage": 1,
"dispersion": 360,
"durability": 8,
"clip_size": 6,
"built_in_mods": [ "lead_holo_sight", "lead_laser_sight"],
"valid_mod_locations": [ [ "accessories", 2 ], [ "sights", 1 ], [ "underbarrel", 1 ] ]
},
{
"id": "l_long_45",
"type": "GUN",
"reload_noise_volume": 10,
"name": "L1820 Long Ranger",
"name_plural": "L1820 Long Ranger",
"//": "If it's based off the Winchester 94, it's likely got a 20 inch barrel. For sanity's sake though, let's cap it at +4.",
"description": "The Leadworks Long Ranger was designed to give Enforcer users (or anyone using .460/.45 caliber cartridges) a little extra reach while using the same ammunition. Loaded with powerful .460 Rowland ammunition, this rifle offered a competitive replacement to the AR-15 in poltically restrictive climates, but was met with disgust from lever action purists with its synthetic furniture and built in holographic and laser sights. Similar to other Leadworks products it doesn't accept third-party modifications.",
"weight": 4175,
"volume": 13,
"price": 90000,
"to_hit": -1,
"bashing": 12,
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "brown",
"ammo": "460",
"skill": "rifle",
"range": 8,
"ranged_damage": 4,
"dispersion": 180,
"durability": 9,
"clip_size": 12,
"barrel_length": 2,
"built_in_mods": [ "lead_holo_sight", "lead_laser_sight"],
"valid_mod_locations": [ [ "accessories", 2 ], [ "sights", 1 ], [ "underbarrel", 1 ] ],
"flags": [ "RELOAD_ONE" ]
}
]

0 comments on commit 9d0f48d

Please sign in to comment.