-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rework generic guns * Recipe redefs * 20x66 migrations * turrets, descriptions, magazine ammo types * Smörgåsbord of stuff * Update gg_ammo_migration.json * black powder recipes &defs, make more recipes standalone * fix circular error caused by obsoletion * Update recipes_pistol.json * Update modinfo.json * Update pistol.json * Update shot.json
- Loading branch information
1 parent
115abba
commit 6369e0b
Showing
65 changed files
with
5,653 additions
and
1,813 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{ | ||
"id": "black_powder_ball", | ||
"type": "AMMO", | ||
"copy-from": "flintlock_ammo", | ||
"name": "paper cartridge", | ||
"description": "A paper cartridge containing black powder and a lead ball. Historically used to reload muzzleloaders in a more reasonable time.", | ||
"ammo_type": "ammo_black_powder" | ||
}, | ||
{ | ||
"id": "black_powder_shot", | ||
"type": "AMMO", | ||
"copy-from": "flintlock_shot", | ||
"name": "paper shot cartridge", | ||
"description": "A paper cartridge containing black powder and metallic shot. Historically used to reload muzzleloaders in a more reasonable time.", | ||
"ammo_type": "ammo_black_powder" | ||
} | ||
] |
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,72 @@ | ||
[ | ||
{ | ||
"id": "pistol_tiny_casing", | ||
"copy-from": "32_casing", | ||
"type": "GENERIC", | ||
"name": "tiny pistol casing", | ||
"description": "An empty casing from a tiny pistol round." | ||
}, | ||
{ | ||
"id": "pistol_casing", | ||
"copy-from": "9mm_casing", | ||
"type": "GENERIC", | ||
"name": "pistol casing", | ||
"description": "An empty casing from a standard pistol round." | ||
}, | ||
{ | ||
"id": "pistol_magnum_casing", | ||
"copy-from": "44_casing", | ||
"type": "GENERIC", | ||
"name": "magnum pistol casing", | ||
"description": "An empty casing from a magnum pistol round." | ||
}, | ||
{ | ||
"id": "rifle_casing", | ||
"copy-from": "308_casing", | ||
"type": "GENERIC", | ||
"name": "rifle casing", | ||
"description": "An empty casing from a rifle round." | ||
}, | ||
{ | ||
"id": "rifle_huge_casing", | ||
"copy-from": "50_casing", | ||
"type": "GENERIC", | ||
"name": "huge rifle casing", | ||
"description": "An empty casing from a huge rifle round." | ||
}, | ||
{ | ||
"id": "shot_casing", | ||
"copy-from": "shot_hull", | ||
"type": "GENERIC", | ||
"name": "shotshell hull", | ||
"description": "A shotshell's casing, a plastic tube with a brass casehead, commonly referred to as a hull." | ||
}, | ||
{ | ||
"id": "grenade_casing", | ||
"copy-from": "40x46mm_m199_casing", | ||
"type": "GENERIC", | ||
"name": "grenade casing", | ||
"description": "A large casing from a grenade round." | ||
}, | ||
{ | ||
"id": "ammolinkrifle", | ||
"copy-from": "ammolink", | ||
"type": "GENERIC", | ||
"name": "rifle belt linkage", | ||
"use_action": { "type": "ammobelt", "belt": "rifle_belt" } | ||
}, | ||
{ | ||
"id": "ammolinkgrenade", | ||
"copy-from": "ammolink", | ||
"type": "GENERIC", | ||
"name": "grenade belt linkage", | ||
"use_action": { "type": "ammobelt", "belt": "grenade_belt" } | ||
}, | ||
{ | ||
"id": "ammolinkrifle_huge", | ||
"copy-from": "ammolink", | ||
"type": "GENERIC", | ||
"name": "heavy machinegun belt linkage", | ||
"use_action": { "type": "ammobelt", "belt": "rifle_huge_belt" } | ||
} | ||
] |
Oops, something went wrong.