36 lines
1.7 KiB
Plaintext
36 lines
1.7 KiB
Plaintext
guidebook-reagent-effect-description =
|
|
{$quantity ->
|
|
[0] {""}
|
|
*[other] If there is at least {$quantity}u {$reagent},{" "}
|
|
}{$chance ->
|
|
[1] { $effect }
|
|
*[other] Has a { NATURALPERCENT($chance, 2) } chance to { $effect }
|
|
}{ $conditionCount ->
|
|
[0] .
|
|
*[other] {" "}when { $conditions }.
|
|
}
|
|
|
|
guidebook-reagent-name = [bold][color={$color}]{CAPITALIZE($name)}[/color][/bold]
|
|
guidebook-reagent-recipes-header = Recipe
|
|
guidebook-reagent-recipes-reagent-display = [bold]{$reagent}[/bold] \[{$ratio}\]
|
|
guidebook-reagent-sources-header = Sources
|
|
guidebook-reagent-sources-ent-wrapper = [bold]{$name}[/bold] \[1\]
|
|
guidebook-reagent-sources-gas-wrapper = [bold]{$name} (gas)[/bold] \[1\]
|
|
guidebook-reagent-effects-header = Effects
|
|
guidebook-reagent-effects-metabolism-stage-rate = [bold]{$stage}[/bold] [color=gray]({$rate} units per second)[/color]
|
|
guidebook-reagent-effects-metabolite-item = {$reagent} at a rate of { NATURALPERCENT($rate, 2) }
|
|
guidebook-reagent-effects-metabolites = Metabolizes into { $items }.
|
|
guidebook-reagent-plant-metabolisms-header = Plant Metabolism
|
|
guidebook-reagent-plant-metabolisms-rate = [bold]Plant Metabolism[/bold] [color=gray](1 unit every 3 seconds as base)[/color]
|
|
guidebook-reagent-physical-description = [italic]Seems to be {$description}.[/italic]
|
|
guidebook-reagent-recipes-mix-info = {$minTemp ->
|
|
[0] {$hasMax ->
|
|
[true] {CAPITALIZE($verb)} below {NATURALFIXED($maxTemp, 2)}K
|
|
*[false] {CAPITALIZE($verb)}
|
|
}
|
|
*[other] {CAPITALIZE($verb)} {$hasMax ->
|
|
[true] between {NATURALFIXED($minTemp, 2)}K and {NATURALFIXED($maxTemp, 2)}K
|
|
*[false] above {NATURALFIXED($minTemp, 2)}K
|
|
}
|
|
}
|