//<scope> [noarchive] [cheat] <type> <name> [= <defaultvalue>];

//Affects Automatic Weapon Reloading 
server int AutoReloadingMagicks = 0; 

//Adjustable Experience Modifier
server float ExpModifier = 1.0;

//Adjustable Mana Pickup Modifier
server int MorePowah = 1;

//Access to all Altfires
server int MagicMaster = 0;

//Hopak Dance Enabled/Disabled
server int DancingMad = 1;

//Affects Hopak Dance Volume
server float PlayItLoud = 1;

//Projectiles use 3D Tracers when applicable
server noarchive int LightShow = 0;

//Alternate Rooster attack sound
server int ShutTheCluckUp = 0;

//Disable Damage scaling on most projectiles
server noarchive int NoScalingPlz = 1;

//Display Current Spell cost on HUD
server int ShowManaCost = 0;

//Choose which Flechettes show up in game
server int WildBottles = 0;

//Recoil Modifier
server float SteadyHand = 1;

//Used for Armortype on HUD
server int ProtecType = 0;

//Swaps Immersive HUD for Simple One
server int FancyHUDPlz = 1;

//Modify Vanilla Monsters with their Augmented versions
Server int Swoleify = 1;

//replaces all Bullet attacks with Tracers
Server int SeeBoolet = 1;

//Makes Various projectiles change color based on their properties
Server int ColorfulProjectiles = 1;

//Sets Demon replacement to stick to the player rather than have the player stick to them
Server int MotionSickly = 1;

//Makes Heretic Vanilla+ Mummy Projectiles shootable
Server int HDShootySpooker = 1;

//StoneSkin Slower but absorbs more damage
Server Int RookMode = 0;

//Toggle infighting on high difficulties
Server Int FriendlyIre = 0;

//Toggle Mana Regeneration perks
Server Int ManaImpaired = 0;

//Not Currently Used
//server int EpisodeMode = 0;

//Not Currently Used
//server int SimpleXPBar = 0;