Tweaked level two

This commit is contained in:
Epowerj
2022-04-22 20:42:09 -04:00
parent d559cd2412
commit fbd6fb61f5
3 changed files with 3 additions and 1 deletions

View File

@@ -703,6 +703,8 @@ sector.planetaryTerminal.description = The final target.\n\nThis coastal base co
sector.onset.name = The Onset sector.onset.name = The Onset
sector.onset.description = The tutorial sector. This objective has not been created yet. Await further information. sector.onset.description = The tutorial sector. This objective has not been created yet. Await further information.
sector.two.description = The enemy is protected by shields. An experimental shield breaker module has been detected in this sector. Find and activate it using tungsten.
status.burning.name = Burning status.burning.name = Burning
status.freezing.name = Freezing status.freezing.name = Freezing
status.wet.name = Wet status.wet.name = Wet

Binary file not shown.

View File

@@ -190,7 +190,7 @@ public class SectorPresets{
new TextMarker("The enemy will begin constructing units in 5 minutes.", 276f * 8f, 164f * 8f) new TextMarker("The enemy will begin constructing units in 5 minutes.", 276f * 8f, 164f * 8f)
).withFlags("beginBuilding"), ).withFlags("beginBuilding"),
new DestroyBlockObjective(Blocks.largeShieldProjector, 210, 278, Team.malis).withMarkers( new DestroyBlockObjective(Blocks.largeShieldProjector, 210, 278, Team.malis).withMarkers(
new TextMarker("The enemy is protected by sheilds.\nA experimental shield breaker module has been detected in this sector.\nFind and activate it using tungsten.", 276f * 8f, 164f * 8f), new TextMarker("The enemy is protected by shields.\nAn experimental shield breaker module has been detected in this sector.\nFind and activate it using tungsten.", 276f * 8f, 164f * 8f),
new ShapeTextMarker("Tungsten can be mined using an [accent]impact drill[].\nIt requires water.", 220f * 8f, 181f * 8f) new ShapeTextMarker("Tungsten can be mined using an [accent]impact drill[].\nIt requires water.", 220f * 8f, 181f * 8f)
) )
); );