Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86eeafebf6 | ||
|
|
33e6f83d6b | ||
| 2a085b7e64 |
@@ -7,14 +7,14 @@ game-ticker-unknown-role = Unknown
|
|||||||
game-ticker-delay-start = Round start has been delayed for {$seconds} seconds.
|
game-ticker-delay-start = Round start has been delayed for {$seconds} seconds.
|
||||||
game-ticker-pause-start = Round start has been paused.
|
game-ticker-pause-start = Round start has been paused.
|
||||||
game-ticker-pause-start-resumed = Round start countdown is now resumed.
|
game-ticker-pause-start-resumed = Round start countdown is now resumed.
|
||||||
game-ticker-player-join-game-message = Welcome to Space Station 14! If this is your first time playing, be sure to read the game rules, and don't be afraid to ask for help in LOOC (local OOC) or OOC (usually available only between rounds).
|
game-ticker-player-join-game-message = Welcome to TBD Station 14! If this is your first time playing, be sure to read the rules, and don't be afraid to ask for help in LOOC (local OOC, only for people near you) or OOC (global, can be heard from anywhere by anyone)!
|
||||||
game-ticker-get-info-text = Hi and welcome to [color=white]Space Station 14![/color]
|
game-ticker-get-info-text = Hi and welcome to [color=white]TBD Station 14![/color]
|
||||||
The current round is: [color=white]#{$roundId}[/color]
|
The current round is: [color=white]#{$roundId}[/color]
|
||||||
The current player count is: [color=white]{$playerCount}[/color]
|
The current player count is: [color=white]{$playerCount}[/color]
|
||||||
The current map is: [color=white]{$mapName}[/color]
|
The current map is: [color=white]{$mapName}[/color]
|
||||||
The current game mode is: [color=white]{$gmTitle}[/color]
|
The current game mode is: [color=white]{$gmTitle}[/color]
|
||||||
>[color=yellow]{$desc}[/color]
|
>[color=yellow]{$desc}[/color]
|
||||||
game-ticker-get-info-preround-text = Hi and welcome to [color=white]Space Station 14![/color]
|
game-ticker-get-info-preround-text = Hi and welcome to [color=white]TBD Station 14![/color]
|
||||||
The current round is: [color=white]#{$roundId}[/color]
|
The current round is: [color=white]#{$roundId}[/color]
|
||||||
The current player count is: [color=white]{$playerCount}[/color] ([color=white]{$readyCount}[/color] {$readyCount ->
|
The current player count is: [color=white]{$playerCount}[/color] ([color=white]{$readyCount}[/color] {$readyCount ->
|
||||||
[one] is
|
[one] is
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
### Connecting dialog when you start up the game
|
### Connecting dialog when you start up the game
|
||||||
|
|
||||||
connecting-title = Space Station 14
|
connecting-title = TBD Station 14
|
||||||
connecting-exit = Exit
|
connecting-exit = Exit
|
||||||
connecting-retry = Retry
|
connecting-retry = Retry
|
||||||
connecting-reconnect = Reconnect
|
connecting-reconnect = Reconnect
|
||||||
@@ -11,7 +11,7 @@ connecting-in-progress = Connecting to server...
|
|||||||
connecting-disconnected = Disconnected from server:
|
connecting-disconnected = Disconnected from server:
|
||||||
connecting-tip = Don't die!
|
connecting-tip = Don't die!
|
||||||
connecting-window-tip = Tip { $numberTip }
|
connecting-window-tip = Tip { $numberTip }
|
||||||
connecting-version = ver 0.1
|
connecting-version = ver 0.67
|
||||||
connecting-fail-reason = Failed to connect to server:
|
connecting-fail-reason = Failed to connect to server:
|
||||||
{ $reason }
|
{ $reason }
|
||||||
connecting-state-NotConnecting = Not connecting
|
connecting-state-NotConnecting = Not connecting
|
||||||
|
|||||||
@@ -35,4 +35,4 @@
|
|||||||
animation: WeaponArcClaw
|
animation: WeaponArcClaw
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 0
|
Slash: 5
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
- type: planet
|
|
||||||
id: Lavaland
|
|
||||||
biome: Lava
|
|
||||||
mapName: shuttle-destination-lavaland
|
|
||||||
mapLight: "#A34931"
|
|
||||||
addedComponents:
|
|
||||||
- type: FTLDestination
|
|
||||||
whitelist:
|
|
||||||
components:
|
|
||||||
- MiningShuttle
|
|
||||||
atmosphere:
|
|
||||||
volume: 2500
|
|
||||||
temperature: 353.15 # 80C
|
|
||||||
moles: # 120kPa, 14% O2 (unbreathable)
|
|
||||||
- 14.38346
|
|
||||||
- 88.35554
|
|
||||||
biomeMarkerLayers:
|
|
||||||
- OreIron
|
|
||||||
- OreQuartz
|
|
||||||
- OreCoal
|
|
||||||
- OreGold
|
|
||||||
- OreSilver
|
|
||||||
- OrePlasma
|
|
||||||
- OreUranium
|
|
||||||
- OreDiamond
|
|
||||||
- OreArtifactFragment
|
|
||||||
Reference in New Issue
Block a user