Difference between revisions of "Category:Workshop"
Jump to navigation
Jump to search
→Services
imported>Gawdl3y |
imported>Gawdl3y |
||
Line 94: | Line 94: | ||
int minVendorIncomePopulation = 5 ; need at least this population to get any vendor income | int minVendorIncomePopulation = 5 ; need at least this population to get any vendor income | ||
float maxVendorIncome = 50.0 ; max daily vendor income from any settlement | float maxVendorIncome = 50.0 ; max daily vendor income from any settlement | ||
float vendorIncomePopulationMult = 0.03 | float vendorIncomePopulationMult = 0.03 ; multiplier on population, added to vendor income | ||
float vendorIncomeBaseMult = 2.0 ; multiplier on base vendor income | float vendorIncomeBaseMult = 2.0 ; multiplier on base vendor income | ||