add mixing categories to chem guidebook (#22566)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# Types
|
||||
mixing-verb-centrifuge = centrifugation
|
||||
mixing-verb-electrolysis = electrolyze
|
||||
mixing-verb-holy = bless
|
||||
|
||||
## Entity
|
||||
|
||||
default-mixing-success = You mix the {$mixed} with the {$mixer}
|
||||
|
||||
@@ -11,7 +11,16 @@ 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-recipes-mix = Mix
|
||||
guidebook-reagent-recipes-mix-and-heat = Mix at above {$temperature}K
|
||||
guidebook-reagent-effects-header = Effects
|
||||
guidebook-reagent-effects-metabolism-group-rate = [bold]{$group}[/bold] [color=gray]({$rate} units per second)[/color]
|
||||
guidebook-reagent-physical-description = [italic]Seems to be {$description}.[/italic]
|
||||
guidebook-reagent-recipes-mix-info = {$minTemp ->
|
||||
[0] {$hasMax ->
|
||||
[true] {$verb} below {$maxTemp}K
|
||||
*[false] {$verb}
|
||||
}
|
||||
*[other] {$verb} {$hasMax ->
|
||||
[true] between {$minTemp}K and {$maxTemp}K
|
||||
*[false] above {$minTemp}K
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,20 @@
|
||||
- type: mixingCategory
|
||||
id: Centrifuge
|
||||
verbText: mixing-verb-centrifuge
|
||||
icon:
|
||||
sprite: Structures/Machines/Medical/centrifuge.rsi
|
||||
state: base
|
||||
|
||||
- type: mixingCategory
|
||||
id: Electrolysis
|
||||
verbText: mixing-verb-electrolysis
|
||||
icon:
|
||||
sprite: Structures/Machines/Medical/electrolysis.rsi
|
||||
state: base
|
||||
|
||||
- type: mixingCategory
|
||||
id: Holy
|
||||
verbText: mixing-verb-holy
|
||||
icon:
|
||||
sprite: Objects/Specific/Chapel/bible.rsi
|
||||
state: icon
|
||||
|
||||
Reference in New Issue
Block a user