Advertisement
MGT

Untitled

MGT
Jul 4th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. class Tanoa
  2. {
  3. nonConstructionZones[] = {};
  4. class FireFlies
  5. {
  6. enable = 1;
  7. startHour = 18;
  8. endHour = 4;
  9. };
  10. class Anomalies
  11. {
  12. enable = 0;
  13. startHour = 19;
  14. endHour = 6;
  15. };
  16. class Breathing
  17. {
  18. enable = 0;
  19. };
  20. class Snow
  21. {
  22. enable = 0;
  23. surfaces[] = {};
  24. };
  25. class Radiation
  26. {
  27. enable = 0;
  28. contaminatedZones[] = {};
  29. };
  30. class Temperature
  31. {
  32. 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};
  33. overcast = -2;
  34. rain = -5;
  35. wind = -1;
  36. altitude = -0.5;
  37. water = -5;
  38. };
  39. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement