WIP base prebuild AI (not functional)

This commit is contained in:
Anuken
2025-05-10 15:18:27 -04:00
parent 23c45154a9
commit cc71da6dfe
9 changed files with 300 additions and 12 deletions

View File

@@ -305,6 +305,8 @@ public class Rules{
public boolean infiniteResources;
/** If true, this team has infinite unit ammo. */
public boolean infiniteAmmo;
/** EXPERIMENTAL, DO NOT USE: Pre-built base AI. Gives the illusion of intelligent design of pre-building an attack base. */
public boolean prebuildAi;
/** AI that builds random schematics. */
public boolean buildAi;