Simon Volpert zdoomrl / master zetashop / CVarInfo.txt
master

Tree @master (Download .tar.gz)

CVarInfo.txt @masterraw · history · blame

// ZDoomRL - Gameplay Modifications for DoomRL Arsenal
// Author: Simon Volpert <simon@simonvolpert.com>
// Project page: https://simonvolpert.com/zdoomrl/
// This program is free software, released under the MIT license. See the LICENSE file for more information

user int DRLZS_Credits;
user int DRLZS_Insurance = 3;
user int DRLZS_KillBounty;
user int DRLZS_ItemBounty;
user int DRLZS_SecretBounty;
user string DRLZS_Equipment = "";
user int DRLZS_EquipmentBonus;
user int DRLZS_Revision = 2;
user bool DRLZS_Autosave = TRUE;
user bool DRLZS_Autoinsure = FALSE;
user noarchive string DRLZS_Knowledge = "";
user string DRLZS_Catalog = "";
user string DRLZS_Bestiary = "";
user int DRLZS_ShopStyle;
user int DRLZS_PerformanceBonuses = 2;
user bool DRLZS_CreditCarryOver = TRUE;
user int DRLZS_Pricing = 1;