Salvage magnet revamp (#23119)
* Generic offering window * More work * weh * Parity * Progression meter * magnet * rona * PG asteroid work * code red * Asteroid spawnings * clams * a * Marker fixes * More fixes * Workings of biome asteroids * A * Fix this loading code * a * Fix masking * weh * Fixes * Magnet claiming * toe * petogue * magnet * Bunch of fixes * Fix default * Fixes * asteroids * Fix offerings * Localisation and a bunch of fixes * a * Fixes * Preliminary draft * Announcement fixes * Fixes and bump spawn rate * Fix asteroid spawns and UI * More fixes * Expeditions fix * fix * Gravity * Fix announcement rounding * a * Offset tweak * sus * jankass * Fix merge
This commit is contained in:
@@ -12,8 +12,9 @@ salvage-expedition-window-hostiles = Hostiles:
|
||||
salvage-expedition-window-duration = Duration:
|
||||
salvage-expedition-window-biome = Biome:
|
||||
salvage-expedition-window-modifiers = Modifiers:
|
||||
salvage-expedition-window-claimed = Claimed
|
||||
salvage-expedition-window-claim = Claim
|
||||
|
||||
offering-window-claimed = Claimed
|
||||
offering-window-claim = Claim
|
||||
|
||||
salvage-expedition-window-next = Next offer
|
||||
|
||||
|
||||
60
Resources/Locale/en-US/salvage/salvage-magnet.ftl
Normal file
60
Resources/Locale/en-US/salvage/salvage-magnet.ftl
Normal file
@@ -0,0 +1,60 @@
|
||||
salvage-system-announcement-losing = The magnet is no longer able to hold the salvagable debris. Estimated time until loss: {$timeLeft} seconds.
|
||||
salvage-system-announcement-spawn-debris-disintegrated = Debris disintegrated during orbital transfer.
|
||||
salvage-system-announcement-spawn-no-debris-available = No debris could be recovered by the salvage magnet.
|
||||
salvage-system-announcement-arrived = A piece of salvagable debris has been pulled in. Estimated hold time: {$timeLeft} seconds.
|
||||
salvage-asteroid-name = Asteroid
|
||||
|
||||
salvage-expedition-window-progression = Progression
|
||||
|
||||
salvage-magnet-resources = {$resource ->
|
||||
[OreTin] Tin
|
||||
[OreCoal] Coal
|
||||
[OreQuartz] Quartz
|
||||
[OreGold] Gold
|
||||
[OreSilver] Silver
|
||||
[OrePlasma] Plasma
|
||||
[OreUranium] Uranium
|
||||
*[other] {$resource}
|
||||
}
|
||||
|
||||
salvage-magnet-resources-count = {$count ->
|
||||
[1] (Poor)
|
||||
[2] (Rich)
|
||||
[3] (Rich)
|
||||
*[other] (Extraordinary)
|
||||
}
|
||||
|
||||
# Asteroids
|
||||
dungeon-config-proto-BlobAsteroid = Asteroid clump
|
||||
dungeon-config-proto-ClusterAsteroid = Asteroid cluster
|
||||
dungeon-config-proto-SpindlyAsteroid = Asteroid spiral
|
||||
dungeon-config-proto-SwissCheeseAsteroid = Asteroid fragments
|
||||
|
||||
# Wrecks
|
||||
salvage-map-proto-Small1 = Engineering Storage
|
||||
salvage-map-proto-Small2 = Gaming Nook
|
||||
salvage-map-proto-Small3 = Laundromat
|
||||
salvage-map-proto-Small4 = Bar Salvage
|
||||
salvage-map-proto-SmallShip1 = Pill
|
||||
salvage-map-proto-SmallAISurveyDrone = AI Survey Drone
|
||||
|
||||
salvage-map-proto-SmallA1 = Asteroid Plasmafire
|
||||
salvage-map-proto-Medium1 = Plasma-Trapped Cache
|
||||
salvage-map-proto-MediumVault1 = Vault
|
||||
salvage-map-proto-MediumOrchestra = Silent Orchestra
|
||||
salvage-map-proto-MediumLibraryWreck = Abandoned Library
|
||||
salvage-map-proto-MediumCargoWreck = Cargo Department Wreck
|
||||
salvage-map-proto-MediumPirateWreck = Pirate Barge Fragment
|
||||
salvage-map-proto-TickColony = Space Tick colony
|
||||
salvage-map-proto-CargoDock = Asteroid Cargo Dock
|
||||
salvage-map-proto-SpaceWaffleHome = Waffle Home
|
||||
salvage-map-proto-MediumShuttleWreck = Ruined Emergency Shuttle
|
||||
salvage-map-proto-MediumPetHospital = Pet and Bear Hospital
|
||||
salvage-map-proto-MediumCrashedShuttle = Crashed Shuttle
|
||||
salvage-map-proto-Meatball = Meatball
|
||||
|
||||
salvage-map-proto-StationStation = Station station
|
||||
salvage-map-proto-AsteroidBase = Asteroid Base
|
||||
salvage-map-proto-RuinCargoBase = Ruined Cargo Storage
|
||||
salvage-map-proto-SecurityChunk = Security Department Chunk
|
||||
salvage-map-proto-EngineeringChunk = Engineering Department Chunk
|
||||
@@ -1,23 +0,0 @@
|
||||
salvage-system-announcement-source = Salvage Control System
|
||||
salvage-system-announcement-arrived = A piece of salvagable debris has been pulled in. Estimated hold time: {$timeLeft} seconds.
|
||||
salvage-system-announcement-losing = The magnet is no longer able to hold the salvagable debris. Estimated time until loss: {$timeLeft} seconds.
|
||||
salvage-system-announcement-lost = The salvagable debris have been lost.
|
||||
|
||||
salvage-system-announcement-spawn-magnet-lost = The salvage magnet has been lost.
|
||||
salvage-system-announcement-spawn-no-debris-available = No debris could be recovered by the salvage magnet.
|
||||
salvage-system-announcement-spawn-debris-disintegrated = Debris disintegrated during orbital transfer.
|
||||
|
||||
salvage-system-report-already-active = The salvage magnet is already active.
|
||||
salvage-system-report-cooling-down = The salvage magnet is cooling down.
|
||||
salvage-system-report-activate-success = The salvage magnet is pulling in a piece of debris!
|
||||
|
||||
salvage-system-magnet-examined-inactive = The salvage magnet is inactive.
|
||||
salvage-system-magnet-examined-pulling-in = The salvage magnet is attempting to pull in salvage.
|
||||
salvage-system-magnet-examined-active = The salvage magnet is holding salvage in place. Can hold for { $timeLeft ->
|
||||
[1] one second.
|
||||
*[other] { $timeLeft } seconds.
|
||||
}
|
||||
salvage-system-magnet-examined-releasing = The salvage magnet is releasing the salvage.
|
||||
salvage-system-magnet-examined-cooling-down = The salvage magnet is cooling down. It will be ready in: {$timeLeft} seconds.
|
||||
salvage-system-magnet-delay-upgrade = Attaching/cooldown delay
|
||||
|
||||
Reference in New Issue
Block a user