* add verbose examine text to gas miners so their behaviour can be understood * no need for these to be properties * use an enum instead of two booleans for the miner state * require the gas miner to be anchored in order to not be disabled * xmldoc * pr feedback * file-scope namespace * it's to late to hide my transgressions in a rebase * turns out the normal examine distance is totally fine for this
11 lines
646 B
Plaintext
11 lines
646 B
Plaintext
gas-miner-mines-text = It mines [color=lightgray]{$gas}[/color] when active.
|
|
|
|
gas-miner-amount-text = It mines {$moles} moles of gas a second when active.
|
|
gas-miner-temperature-text = Mined gas temp: {$tempK}K ({$tempC}°C).
|
|
|
|
gas-miner-moles-cutoff-text = Surrounding moles cutoff: {$moles} moles.
|
|
gas-miner-pressure-cutoff-text = Surrounding pressure cutoff: {$pressure} kPA.
|
|
|
|
gas-miner-state-working-text = The miner is [color=green]active[/color] and mining gas.
|
|
gas-miner-state-idle-text = The miner is [color=yellow]idle[/color] and not mining gas.
|
|
gas-miner-state-disabled-text = The miner is [color=red]disabled[/color] and not mining gas. |