mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-25 22:17:59 +07:00
Merge remote-tracking branch 'private/7.0-features' into 7.0-features
This commit is contained in:
commit
d40fcc10ab
Binary file not shown.
@ -1,5 +1,7 @@
|
||||
package mindustry.content;
|
||||
|
||||
import arc.graphics.Color;
|
||||
import arc.math.geom.Point2;
|
||||
import mindustry.game.MapObjectives.*;
|
||||
import mindustry.game.*;
|
||||
import mindustry.graphics.*;
|
||||
@ -203,6 +205,16 @@ public class SectorPresets{
|
||||
|
||||
three = new SectorPreset("three", erekir, 36){{
|
||||
difficulty = 5;
|
||||
|
||||
rules = r -> {
|
||||
r.objectives.addAll(
|
||||
new DestroyBlocksObjective(Blocks.coreBastion, Team.malis, Point2.pack(290,501), Point2.pack(158,496)),
|
||||
new TimerObjective("Nuclear launch detected", 4 * 60 * 60).withMarkers(
|
||||
new TextMarker("Evacuate base", 1, 1),
|
||||
new MinimapMarker(338,378, Color.red)
|
||||
).withFlags("nuke1")
|
||||
);
|
||||
};
|
||||
}};
|
||||
|
||||
four = new SectorPreset("four", erekir, 29){{
|
||||
|
Loading…
Reference in New Issue
Block a user