Removed BaseAI

This commit is contained in:
Anuken
2022-02-18 21:38:24 -05:00
parent 20b10e924b
commit c1bc97ec51
13 changed files with 7 additions and 352 deletions

View File

@@ -3707,8 +3707,7 @@ public class Blocks{
size = 3;
reloadTime = 130f;
chargeTime = 90f;
//TODO 500 or 400? does it need to be better than the standard mass driver?
range = 450f;
range = 500f;
maxPayloadSize = 2.5f;
consumePower(0.5f);
}};

View File

@@ -114,7 +114,6 @@ public class Planets{
r.attributes.clear();
r.showSpawns = false;
};
defaultAI = true;
atmosphereColor = Color.valueOf("3c1b8f");
atmosphereRadIn = 0.02f;
atmosphereRadOut = 0.3f;

View File

@@ -28,7 +28,6 @@ public class SectorPresets{
saltFlats = new SectorPreset("saltFlats", serpulo, 101){{
difficulty = 5;
useAI = false;
}};
frozenForest = new SectorPreset("frozenForest", serpulo, 86){{
@@ -63,7 +62,6 @@ public class SectorPresets{
extractionOutpost = new SectorPreset("extractionOutpost", serpulo, 165){{
difficulty = 5;
useAI = false;
}};
coastline = new SectorPreset("coastline", serpulo, 108){{
@@ -77,12 +75,10 @@ public class SectorPresets{
fungalPass = new SectorPreset("fungalPass", serpulo, 21){{
difficulty = 4;
useAI = false;
}};
overgrowth = new SectorPreset("overgrowth", serpulo, 134){{
difficulty = 5;
useAI = false;
}};
tarFields = new SectorPreset("tarFields", serpulo, 23){{