mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Epoch Event: AirDrop
This commit is contained in:
parent
d2515e2039
commit
66452060cb
@ -13,6 +13,7 @@ lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payo
|
||||
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>}
|
||||
events[] = {
|
||||
{ 3600, "CarnivalSpawner", 0 , 1}, // SECOND <scalar>, EVENT <string>, INIT <scalar> 1 = run script at startup, 0 normal delay, PREPOSTFIX <scalar> 1 = use pre/postfix path (inside epoch settings pbo) 0 = use full file path
|
||||
{ 2700, "AirDrop", 0 , 1},
|
||||
{ 2400, "EarthQuake", 0 , 1},
|
||||
{ 1800, "ChangeWeather", 1 , 1},
|
||||
{ 1200, "ContainerSpawner", 0 , 1},
|
||||
|
Loading…
Reference in New Issue
Block a user