Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Tanoa
- {
- nonConstructionZones[] = {};
- class FireFlies
- {
- enable = 1;
- startHour = 18;
- endHour = 4;
- };
- class Anomalies
- {
- enable = 0;
- startHour = 19;
- endHour = 6;
- };
- class Breathing
- {
- enable = 0;
- };
- class Snow
- {
- enable = 0;
- surfaces[] = {};
- };
- class Radiation
- {
- enable = 0;
- contaminatedZones[] = {};
- };
- class Temperature
- {
- daytimeTemperature[] = {15.93,16.89,18.42,20.40,22.68,25.10,27.48,29.63,31.40,32.66,33.32,33.80,33.80,33.32,32.66,31.40,29.63,27.48,25.10,22.68,20.40,18.42,16.89,15.93,15.93};
- overcast = -2;
- rain = -5;
- wind = -1;
- altitude = -0.5;
- water = -5;
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement