Skip to content

Commit 693f24a

Browse files
committed
Blind update Circuit code from 1.2.10 to 1.2.15.
1 parent 07d3ab2 commit 693f24a

4 files changed

Lines changed: 106 additions & 98 deletions

File tree

LuaMenu/configs/gameConfig/zk/defaultSettings/AI/Skirmish/1052188CircuitAICommon64/stable/AIOptions.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ local options = {
3939
section = 'performance',
4040
def = true,
4141
},
42+
{ -- number
43+
key = 'ally_base',
44+
name = 'Avoid building in allied bases',
45+
desc = 'Range of an avoidance zone near allied factories',
46+
type = 'number',
47+
section = 'performance',
48+
def = 0, -- ceil(multiples of 128) in elmos
49+
},
4250
-- { -- number (int->uint)
4351
-- key = 'random_seed',
4452
-- name = 'Random seed',

0 commit comments

Comments
 (0)