Better nuke announcement

This commit is contained in:
Anuken
2022-04-28 19:57:21 -04:00
parent 9f501a33a3
commit 6e04c70b16
5 changed files with 6 additions and 4 deletions

View File

@@ -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}

View File

@@ -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, () -> {

View File

@@ -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")
);