forked from Occulus-Server/Occulus-Eris
-
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.
* Changes calibers to defines * 35a is not used, but heck might as well add it * just make it a little wider
- Loading branch information
1 parent
2d9adbe
commit 490c7cb
Showing
48 changed files
with
135 additions
and
148 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
//Stub | ||
//Caliber Defines | ||
#define CAL_357 ".357" | ||
#define CAL_CLRIFLE ".25 Caseless" | ||
#define CAL_SRIFLE ".20" | ||
#define CAL_PISTOL ".35" | ||
#define CAL_35A ".35 auto" | ||
#define CAL_LRIFLE ".30" | ||
#define CAL_MAGNUM ".40 magnum" | ||
#define CAL_ANTIM ".60 Anti Material" | ||
#define CAL_SHOTGUN "Shotgun Shell" | ||
#define CAL_70 ".70" | ||
#define CAL_CAP "plastic cap" | ||
#define CAL_ROCKET "rocket propelled grenade" | ||
#define CAL_DART "chemical dart" | ||
|
||
//Gun loading types | ||
#define SINGLE_CASING 1 //The gun only accepts ammo_casings. ammo_magazines should never have this as their mag_type. | ||
#define SPEEDLOADER 2 //Transfers casings from the mag to the gun when used. | ||
#define MAGAZINE 4 //The magazine item itself goes inside the gun | ||
|
||
#define MAG_WELL_GENERIC 0 //Guns without special magwells | ||
#define MAG_WELL_L_PISTOL 1 //Pistols | ||
#define MAG_WELL_PISTOL 2 | ||
#define MAG_WELL_H_PISTOL 4 //High cap Pistols | ||
#define MAG_WELL_SMG 8 //smgs | ||
#define MAG_WELL_RIFLE 16 //Normal non-IH rifles | ||
#define MAG_WELL_IH 32 //IH guns | ||
#define MAG_WELL_BOX 64 //Lmgs with box mags | ||
#define MAG_WELL_PAN 128 //Lmgs with pan mags | ||
#define MAG_WELL_DART 256 //Dartgun mag |
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
Oops, something went wrong.