mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
weather: add config data for A3 islands
This commit is contained in:
parent
bba99d64f7
commit
66d6d4b2be
17
addons/weather/CfgWorlds.hpp
Normal file
17
addons/weather/CfgWorlds.hpp
Normal file
@ -0,0 +1,17 @@
|
||||
class CfgWorlds {
|
||||
class CAWorld;
|
||||
|
||||
class Stratis: CAWorld {
|
||||
AGM_TempMeanJan = 7.4;
|
||||
AGM_TempMeanJul = 25.9;
|
||||
AGM_TempAmplitudeJan = 6.4;
|
||||
AGM_TempAmplitudeJul = 9.2;
|
||||
};
|
||||
|
||||
class Altis: CAWorld {
|
||||
AGM_TempMeanJan = 7.4;
|
||||
AGM_TempMeanJul = 25.9;
|
||||
AGM_TempAmplitudeJan = 6.4;
|
||||
AGM_TempAmplitudeJul = 9.2;
|
||||
};
|
||||
};
|
@ -13,6 +13,8 @@ class CfgPatches {
|
||||
|
||||
#include "CfgEventhandlers.hpp"
|
||||
|
||||
#include "CfgWorlds.hpp"
|
||||
|
||||
/*class ACE_Parameters_Numeric {
|
||||
GVAR(XXXX) = 100;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user