Merge remote-tracking branch 'private/7.0-features' into 7.0-features

This commit is contained in:
Anuken
2022-04-23 09:26:57 -04:00
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.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.freezing.name = Freezing
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)
).withFlags("beginBuilding"),
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)
)
);