VforValens
065c5098b9
* Bugfixes for non-working features * Code Refactor, and cleanup * Separated out all instances of the config files to their own separate entities. DebugMode is the only entity existing within the original config.json which will enable logging in the server for every feature enabled. * Removed Progression from the AIO and separated it out to its own individual modification. New Features * Added SMG In Holsters to Weapons.json * Added Skill Progression/Fatigue rates to Skills.json * Added Remove Discard Limit, and Remove Item Restrictions to Items.json * Reworked Insurance, and added minHr, maxHr, and storageMaxHr alongside the previously existing priceCoefficient, and returnChance in Insurance.json * Added Armor Materials to Armor.json
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
export interface HideoutConfig
|
|
{
|
|
airFilterUnitFlowRate: number
|
|
constructionTime: number
|
|
generatorFuelFlowRate: number
|
|
gpuBoostRate: number
|
|
productionTime: number
|
|
scavCaseTime: number
|
|
} |