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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
|
{
"seasonCompatibilityModeP1": 5,
"seasonCompatibilityModeP2": 5,
"debug":{
"printMapString":false,
"printTStrings":false,
"printActStrings":false,
"printHitStrings":false,
"printPlayerInputStrings":false,
"printBotErrors":true,
"printPlayerGetHitStrings":false
},
"unitInformation": [
{
"icon": "S3_filter",
"iconxScale": 0.4,
"iconyScale": 0.4,
"cost1": 1.0,
"getHitRadius":0.01,
"display":"filter",
"shorthand":"FF",
"startHealth":75.0,
"unitCategory": 0,
"refundPercentage": 0.75,
"turnsRequiredToRemove": 1,
"upgrade": {
"startHealth": 150.0
}
},
{
"icon": "S3_encryptor",
"iconxScale": 0.5,
"iconyScale": 0.5,
"cost1":7.0,
"getHitRadius":0.01,
"display":"encryptor",
"shieldRange":0,
"shorthand":"EF",
"startHealth":30.0,
"unitCategory": 0,
"refundPercentage": 0.75,
"turnsRequiredToRemove": 1,
"generatesResource1": 1,
"upgrade": {
"generatesResource2": 2
}
},
{
"icon": "S3_destructor",
"iconxScale": 0.5,
"iconyScale": 0.5,
"attackDamageWalker":5.0,
"cost1":2.0,
"getHitRadius":0.01,
"display":"destructor",
"attackRange":2.5,
"shorthand":"DF",
"startHealth":90.0,
"unitCategory": 0,
"refundPercentage": 0.75,
"turnsRequiredToRemove": 1,
"upgrade": {
"cost1": 4.0,
"attackRange":3.5,
"attackDamageWalker":15.0
}
},
{
"icon": "S3_ping",
"iconxScale": 0.7,
"iconyScale": 0.7,
"attackDamageTower":2.0,
"attackDamageWalker":2.0,
"playerBreachDamage":1.0,
"cost2":1.0,
"getHitRadius":0.01,
"display":"ping",
"attackRange":3.5,
"shorthand":"PI",
"startHealth":15.0,
"speed":1,
"unitCategory": 1,
"selfDestructDamageWalker": 15.0,
"selfDestructDamageTower": 15.0,
"metalForBreach": 1.0,
"selfDestructRange": 1.5,
"selfDestructStepsRequired": 5
},
{
"icon": "S3_emp",
"iconxScale": 0.47,
"iconyScale": 0.47,
"attackDamageWalker":6.0,
"attackDamageTower":6.0,
"playerBreachDamage":1.0,
"cost2":3.0,
"getHitRadius":0.01,
"display":"emp",
"attackRange":4.5,
"shorthand":"EI",
"startHealth":5.0,
"speed":0.5,
"unitCategory": 1,
"selfDestructDamageWalker": 5.0,
"selfDestructDamageTower": 5.0,
"metalForBreach": 1.0,
"selfDestructRange": 1.5,
"selfDestructStepsRequired": 5
},
{
"icon": "S3_scrambler",
"iconxScale": 0.5,
"iconyScale": 0.5,
"attackDamageWalker":20.0,
"playerBreachDamage":1.0,
"cost2":1.0,
"getHitRadius":0.01,
"display":"scrambler",
"attackRange":3.5,
"shorthand":"SI",
"startHealth":40.0,
"speed":0.25,
"unitCategory": 1,
"selfDestructDamageWalker": 40.0,
"selfDestructDamageTower": 40.0,
"metalForBreach": 1.0,
"selfDestructRange": 1.5,
"selfDestructStepsRequired": 5
},
{
"display":"Remove",
"shorthand":"RM",
"icon": "S3_removal",
"iconxScale": 0.4,
"iconyScale": 0.4
},
{
"display":"Upgrade",
"shorthand":"UP",
"icon": "S3_upgrade",
"iconxScale": 0.4,
"iconyScale": 0.4
}
],
"timingAndReplay":{
"waitTimeBotMax":35000,
"playWaitTimeBotMax":40000,
"waitTimeManual":1820000,
"waitForever":false,
"waitTimeBotSoft":5000,
"playWaitTimeBotSoft":10000,
"replaySave":1,
"playReplaySave":0,
"storeBotTimes":true,
"waitTimeStartGame":3000,
"waitTimeEndGame":3000
},
"resources":{
"turnIntervalForBitCapSchedule":10,
"turnIntervalForBitSchedule":10,
"bitRampBitCapGrowthRate":5.0,
"roundStartBitRamp":10,
"bitGrowthRate":1.0,
"startingHP":40.0,
"maxBits":150.0,
"bitsPerRound":5.0,
"coresPerRound":5.0,
"coresForPlayerDamage":1.0,
"startingBits":5.0,
"bitDecayPerRound":0.25,
"startingCores":40.0
},
"misc":{
"numBlockedLocations": 0,
"blockedLocations": [
]
}
}
|