mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
More level 2 tweaks to make it easier
This commit is contained in:
parent
5c6b8df764
commit
6e23fffe41
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -184,8 +184,8 @@ public class SectorPresets{
|
|||
|
||||
rules = r -> {
|
||||
r.objectives.addAll(
|
||||
new TimerObjective("[lightgray]Enemy detection:[] [accent]{0}", 5 * 60 * 60).withMarkers(
|
||||
new TextMarker("The enemy will begin constructing units in 5 minutes.", 276f * 8f, 164f * 8f)
|
||||
new TimerObjective("[lightgray]Enemy detection:[] [accent]{0}", 7 * 60 * 60).withMarkers(
|
||||
new TextMarker("The enemy will begin constructing units in 7 minutes.", 276f * 8f, 164f * 8f)
|
||||
).withFlags("beginBuilding"),
|
||||
new ProduceObjective(Items.tungsten).withMarkers(
|
||||
new ShapeTextMarker("Tungsten can be mined using an [accent]impact drill[].\nThis structure requires [accent]water[] and [accent]power[].", 220f * 8f, 181f * 8f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue