mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"_header": {
|
|
"@author": "Aaron Clark - https://EpochMod.com",
|
|
"@contributors": [],
|
|
"@description": "Master loop is a simple config based event scheduler that handles all time based player related tasks.",
|
|
"@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike",
|
|
"@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}"
|
|
},
|
|
"CfgMasterLoop": {
|
|
"Init": {
|
|
"file": "epoch_code\\compile\\setup\\masterLoop\\init.sqf"
|
|
},
|
|
"Events": {
|
|
"condition": "alive player",
|
|
"file": "epoch_code\\compile\\setup\\masterLoop",
|
|
"Event1": {
|
|
"delay": 1
|
|
},
|
|
"Event2": {
|
|
"delay": 10
|
|
},
|
|
"Event3": {
|
|
"delay": 15
|
|
},
|
|
"Event4": {
|
|
"delay": 30
|
|
},
|
|
"Event5": {
|
|
"delay": 60
|
|
},
|
|
"Event6": {
|
|
"delay": 300
|
|
},
|
|
"Event7": {
|
|
"delay": 600
|
|
}
|
|
}
|
|
}
|
|
}
|