Better nuke announcement
This commit is contained in:
@@ -4159,6 +4159,7 @@ public class Blocks{
|
||||
consumeItems(with(Items.silicon, 50, Items.tungsten, 40));
|
||||
|
||||
constructTime = 60f * 40f;
|
||||
researchCostMultiplier = 0.75f;
|
||||
|
||||
upgrades.addAll(
|
||||
new UnitType[]{UnitTypes.stell, UnitTypes.latum}
|
||||
|
||||
@@ -188,7 +188,7 @@ public class ErekirTechTree{
|
||||
node(cliffCrusher, () -> {
|
||||
node(siliconArcFurnace, () -> {
|
||||
node(electrolyzer, Seq.with(new OnSector(three)), () -> {
|
||||
node(oxidationChamber, Seq.with(new Research(mechReconstructor)), () -> {
|
||||
node(oxidationChamber, Seq.with(new Research(mechReconstructor), new OnSector(four)), () -> {
|
||||
node(electricHeater, Seq.with(new OnSector(four)), () -> {
|
||||
node(heatRedirector, () -> {
|
||||
|
||||
|
||||
@@ -207,9 +207,10 @@ public class SectorPresets{
|
||||
|
||||
rules = r -> {
|
||||
r.objectives.addAll(
|
||||
new DestroyBlocksObjective(Blocks.coreBastion, Team.malis, Point2.pack(290,501), Point2.pack(158,496)),
|
||||
new DestroyBlocksObjective(Blocks.coreBastion, Team.malis, Point2.pack(290,501), Point2.pack(158,496))
|
||||
.withFlags("nukeannounce"),
|
||||
new TimerObjective("@objective.nuclearlaunch", 4 * 60 * 60).withMarkers(
|
||||
new TextMarker("Evacuate base", 1, 1),
|
||||
new TextMarker("[red]Evacuate immediately.", 338 * 8f, 378 * 8f),
|
||||
new MinimapMarker(338, 378, 50f, 14f, Pal.remove)
|
||||
).withFlags("nuke1")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user