-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 #16 from CleverRaven/master
ExpandedPrisonBreak Jul 05
- Loading branch information
Showing
157 changed files
with
6,053 additions
and
3,949 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
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,24 @@ | ||
[ | ||
{ | ||
"type": "AMMO", | ||
"id": "atgm_heat", | ||
"price": 70000, | ||
"name": "152mm ATGM HEAT", | ||
"symbol": "=", | ||
"color": "dark_gray", | ||
"description": "A tube-launched, optically tracked, wire-guided missile contained in a steel tube. Designed to be highly effective against vehicles and structures.", | ||
"material": [ "steel", "powder" ], | ||
"volume": 60, | ||
"weight": 22600, | ||
"bashing": 1, | ||
"ammo_type": "atgm", | ||
"casing": "atgm_spent", | ||
"damage": 2400, | ||
"pierce": 600, | ||
"range": 100, | ||
"recoil": 6000, | ||
"effects": [ "CUSTOM_EXPLOSION", "NEVER_MISFIRES" ], | ||
"explode_in_fire": true, | ||
"explosion": { "power": 300, "distance_factor": 0.5 } | ||
} | ||
] |
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
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,27 @@ | ||
[ | ||
{ | ||
"id": "atgm_launcher", | ||
"copy-from": "gun_base", | ||
"type": "GUN", | ||
"name": "BGM-71F TOW", | ||
"name_plural": "BGM-71F TOW", | ||
"description": "A launcher for anti-tank guided missiles, capable of being deployed as a crew-served weapon or mounted on vehicles. While fairly accurate, it isn't fire-and-forget.", | ||
"weight": 93000, | ||
"volume": 100, | ||
"price": 8500000, | ||
"to_hit": -6, | ||
"bashing": 12, | ||
"material": "steel", | ||
"ammo": "atgm", | ||
"skill": "launcher", | ||
"range": 15, | ||
"dispersion": 50, | ||
"sight_dispersion": 10, | ||
"durability": 9, | ||
"clip_size": 1, | ||
"reload": 600, | ||
"loudness": 200, | ||
"valid_mod_locations": [ [ "sling", 1 ], [ "rail mount", 1 ], [ "sights mount", 1 ], [ "underbarrel mount", 1 ] ], | ||
"flags": [ "MOUNTED_GUN", "NEVER_JAMS", "RELOAD_EJECT" ] | ||
} | ||
] |
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
Oops, something went wrong.