Skip to content

Commit

Permalink
Moved Range Definitions to Guns.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod995 committed Oct 20, 2018
1 parent 0aa1387 commit 360b04b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
3 changes: 0 additions & 3 deletions battletech/Infantry/Weaponry/Ballistics/IS/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"count": 10,
"stack_size": 30,
"ammo_type": "if_block",
"range": 35,
"damage": 54,
"recoil": 20,
"effects": [ "COOKOFF", "SHOT", "NEVER_MISFIRES", "INCENDIARY", "NAPALM", "CUSTOM_EXPLOSION" ]
Expand All @@ -32,7 +31,6 @@
"count": 10,
"stack_size": 30,
"ammo_type": "hf_block",
"range": 9,
"pierce" : 7,
"damage": 47,
"recoil": 25,
Expand All @@ -52,7 +50,6 @@
"count": 10,
"stack_size": 30,
"ammo_type": "fl_block",
"range": 19,
"pierce" : 2,
"damage": 31,
"recoil": 25,
Expand Down
35 changes: 32 additions & 3 deletions battletech/Infantry/Weaponry/Ballistics/IS/flechette.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"durability": 9,
"clip_size": 10,
"symbol": "=",
"range": 10,
"flags": [ "RELOAD_ONE" ],
"valid_mod_locations": [
[ "accessories", 4 ],
Expand All @@ -78,14 +79,14 @@
"volume": 8,
"price": 15000,
"to_hit": -1,
"bashing": 7,
"bashing": 6,
"material": [ "steel", "plastic" ],
"ranged_damage": 4,
"dispersion": 210,
"dispersion": 115,
"durability": 9,
"clip_size": 10,
"symbol": "=",
"flags": [ "RELOAD_ONE" ],
"range": 19,
"valid_mod_locations": [
[ "accessories", 4 ],
[ "barrel", 1 ],
Expand All @@ -98,5 +99,33 @@
[ "stock", 1 ],
[ "underbarrel", 1 ]
]
},{
"type": "GUN",
"name": "Needler Pistol",
"name_plural": "Needler Pistols",
"skill": "pistol",
"ammo": "fl_block",
"id": "pistol_needler",
"description": "The Needler Rifle is a vicious weapon that fires a spray of tiny fletchettes that can easily shred flesh. These fletchettes are created by shredding a polymer-composite block and fired by a burst of compressed gas, making the weapon noiseless with little to no recoil and the favorite choice of assassins. However, it is an incredibly short-ranged weapon with almost no armor penetration capabilities. This limits its use to self-defense and close-quarters combat, though it serves as an ideal weapon for boarding space-vessels.",
"weight": 300,
"volume": 0.5,
"price": 15000,
"to_hit": 0,
"bashing": 3,
"material": [ "steel", "plastic" ],
"ranged_damage": 2,
"dispersion": 80,
"durability": 9,
"clip_size": 10,
"symbol": "=",
"burst": 5,
"range": 8,
"valid_mod_locations": [
[ "accessories", 1 ],
[ "grip", 1 ],
[ "muzzle", 1 ],
[ "sights", 1 ],
[ "stock", 1 ]
]
}
]

0 comments on commit 360b04b

Please sign in to comment.