Update epochconfig.hpp

Removed the suggested static weather array for a cold, foggy, rainy day due to it being a little *too* foggy. In most cases anyway people use the static weather array for a sunny, no rain and no fog environment.
This commit is contained in:
Grahame 2018-06-20 15:09:36 -04:00 committed by GitHub
parent 9915cb1939
commit 66218a3ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ forceRestartTime = 14400; // 4 hour restarts
lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payout per Epoch loot container.
// Events
WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; {19,1,{1,1,40},1,{5,5}}; // Cold Foggy Rainy Overcast Windy; Format: {temp <scalar>,rain <scalar>,fog <array>,overcast <scalar>,wind <array>}
WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; Format: {temp <scalar>,rain <scalar>,fog <array>,overcast <scalar>,wind <array>}
events[] = {
{
3600, // SECOND <scalar>,