-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigs.json
38 lines (38 loc) · 993 Bytes
/
configs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"gameVersion": "1.5.8",
"gameLastUpdated": "12/22/2023",
"timeoutDuration": 15000,
"commercialSettings": {
"googleAdsense": {
"pubID": "2859288291436441"
},
"googleAnalytics": {
"pubID": "G-QNCVLQXQCJ"
}
},
"accountManagement": {
"forceEmailVerification": true,
"deleteUnusedAccountsInterval": 900000
},
"gameSettings": {
"deployStageTime": 10,
"baseDefenseBuff": 1.2,
"startingTroopsPerTerritory": 1,
"startingTroopsPerBoostedTerritory": 10,
"passiveTroopAddRate": 0.1,
"maxTroopAddAmount": 5,
"powerupSettings": {
"supplydrop": {
"cooldown": 20000
},
"airlift": {
"cooldown": 20000
},
"nuke": {
"cooldown": 40000,
"groundZeroDamage": 70,
"damageDecay": 0.32
}
}
}
}