Updated and tweaked everything for first map
This commit is contained in:
Binary file not shown.
@@ -3733,7 +3733,7 @@ public class Blocks{
|
|||||||
shootCone = 3f;
|
shootCone = 3f;
|
||||||
scaledHealth = 280;
|
scaledHealth = 280;
|
||||||
rotateSpeed = 1.6f;
|
rotateSpeed = 1.6f;
|
||||||
researchCostMultiplier = 0.3f;
|
researchCostMultiplier = 0.1f;
|
||||||
|
|
||||||
coolant = consume(new ConsumeLiquid(Liquids.water, 15f / 60f));
|
coolant = consume(new ConsumeLiquid(Liquids.water, 15f / 60f));
|
||||||
limitRange();
|
limitRange();
|
||||||
|
|||||||
@@ -228,7 +228,7 @@ public class ErekirTechTree{
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
node(breach, Seq.with(new Research(siliconArcFurnace), new OnSector(two)), () -> {
|
node(breach, Seq.with(new Research(siliconArcFurnace)), () -> {
|
||||||
node(berylliumWall, () -> {
|
node(berylliumWall, () -> {
|
||||||
node(berylliumWallLarge, () -> {
|
node(berylliumWallLarge, () -> {
|
||||||
|
|
||||||
|
|||||||
@@ -162,10 +162,10 @@ public class SectorPresets{
|
|||||||
),
|
),
|
||||||
new BuildCountObjective(Blocks.berylliumWall, 6).withMarkers(
|
new BuildCountObjective(Blocks.berylliumWall, 6).withMarkers(
|
||||||
new TextMarker("[accent]Walls[] can prevent oncoming damage from reaching your buildings\nPlace some [accent]beryllium walls[] around the turret.", 276f * 8f, 133f * 8f)
|
new TextMarker("[accent]Walls[] can prevent oncoming damage from reaching your buildings\nPlace some [accent]beryllium walls[] around the turret.", 276f * 8f, 133f * 8f)
|
||||||
).withFlags("defStart"),
|
),
|
||||||
new TimerObjective("@objective.enemiesapproaching",30 * 60).withMarkers(
|
new TimerObjective("@objective.enemiesapproaching",30 * 60).withMarkers(
|
||||||
new TextMarker("Enemy incoming, prepare to defend.", 276f * 8f, 133f * 8f)
|
new TextMarker("Enemy incoming, prepare to defend.", 276f * 8f, 133f * 8f)
|
||||||
),
|
).withFlags("defStart"),
|
||||||
new DestroyUnitsObjective(2).withFlags("defDone")
|
new DestroyUnitsObjective(2).withFlags("defDone")
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user