Addition of basic Zaken AI.
This commit is contained in:
@@ -887,6 +887,10 @@ public final class Config
|
||||
public static int QUEEN_ANT_SPAWN_INTERVAL;
|
||||
public static int QUEEN_ANT_SPAWN_RANDOM;
|
||||
|
||||
// Zaken
|
||||
public static int ZAKEN_SPAWN_INTERVAL;
|
||||
public static int ZAKEN_SPAWN_RANDOM;
|
||||
|
||||
// Gracia Seeds Settings
|
||||
public static int SOD_TIAT_KILL_COUNT;
|
||||
public static long SOD_STAGE_2_LENGTH;
|
||||
@@ -2247,6 +2251,9 @@ public final class Config
|
||||
QUEEN_ANT_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfQueenAntSpawn", 36);
|
||||
QUEEN_ANT_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfQueenAntSpawn", 17);
|
||||
|
||||
ZAKEN_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfZakenSpawn", 168);
|
||||
ZAKEN_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfZakenSpawn", 48);
|
||||
|
||||
// Gracia Seeds
|
||||
final PropertiesParser GraciaSeedsSettings = new PropertiesParser(GRACIASEEDS_CONFIG_FILE);
|
||||
|
||||
|
Reference in New Issue
Block a user