forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request CleverRaven#27530 from tenmillimaster/Replace-L2037
Replace the L2037 Backup with something reasonable
- Loading branch information
Showing
13 changed files
with
212 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[ | ||
{ | ||
"id": "460fmj", | ||
"copy-from": "460_rowland", | ||
"type": "AMMO", | ||
"name": ".460 Rowland HCFN", | ||
"description": "A hard cast flat nosed variant of the .460 Rowland round. This increases penetration slightly at the cost of reduced damage from expansion.", | ||
"relative": { "damage": -4, "pierce": 8 } | ||
}, | ||
{ | ||
"id": "460_rowland", | ||
"copy-from": "44magnum", | ||
"type": "AMMO", | ||
"name": ".460 Rowland", | ||
"description": ".460 Rowland ammunition with 185gr JHP bullets. The .460 Rowland round is designed to emulate hard-hitting .44 magnum in common autoloading pistols. Like the .44, .460 rowland has exceptional power - and recoil. It is almost dimensionally identical to .45ACP, save for having a longer case and deeper seated bullets to prevent ammunition mix-ups.", | ||
"ammo_type": "460", | ||
"casing": "460_casing", | ||
"proportional": { "range": 0.95, "damage": 0.95, "pierce": 0.95, "recoil": 0.95 } | ||
}, | ||
{ | ||
"id": "reloaded_460fmj", | ||
"copy-from": "460fmj", | ||
"type": "AMMO", | ||
"name": "reloaded .460 Rowland FMJ", | ||
"description": "A brass-jacketed variant of the .460 Rowland round. This increases penetration slightly at the cost of reduced damage from expansion.", | ||
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 }, | ||
"extend": { "effects": [ "RECYCLED" ] }, | ||
"delete": { "effects": [ "NEVER_MISFIRES" ] } | ||
}, | ||
{ | ||
"id": "reloaded_460rowland", | ||
"copy-from": "460_rowland", | ||
"type": "AMMO", | ||
"name": "reloaded .460 Rowland", | ||
"proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 }, | ||
"extend": { "effects": [ "RECYCLED" ] }, | ||
"delete": { "effects": [ "NEVER_MISFIRES" ] } | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
[ | ||
{ | ||
"id": "l_sp_460", | ||
"copy-from": "l_sp_9mm", | ||
"type": "GUN", | ||
"name": "L39-460", | ||
"description": "Developed as a testament to the L39 family of pistols' strength, this hefty pistol chambers powerful .460 Rowland. In addition to the heavy slide and L39 standard sighting package, this pistol sports a large compensator. Notably, normal .45ACP can also be fired through the weapon. Similar to other Leadworks products it doesn't accept third-party modifications.", | ||
"price": 90000, | ||
"ammo": "460", | ||
"relative": { "durability": -1 }, | ||
"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 because of 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" ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters