* essences thaumaturgy refactor * migrate structure crystals * shard migrate * bruh * fix migration * fixes * 1 combining * Create essence_brewing.yml * Update magic.yml * stack essence support * FUCK THIIA ALL, DELETE ALL * redesign counter spell * Update precurser.yml * magic splitting solution * precurser splitting * Praecantatio * Update cleaner.yml * add potions recipe * fuck alchemy guidebook * guidebook update * fixes * energia fix * Update migration.yml * fixes * Update Alchemy.xml * fix * medium vial * fixes? * Update essence_combining.yml * Update target_effect_creation_water.yml * alchemist Comoss update * Update closets.yml * mana opertion glove * Update migration.yml * Update vials.yml * Update GuideReagentReaction.xaml * try to fix * manual migration * Update comoss_d.yml * fix * manual migration 2 * precursor admixture * Update heater.yml
54 lines
2.5 KiB
XML
54 lines
2.5 KiB
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Orientation="Vertical"
|
|
HorizontalAlignment="Stretch"
|
|
HorizontalExpand="True"
|
|
Margin="0 0 0 5">
|
|
<BoxContainer
|
|
Orientation="Horizontal">
|
|
<BoxContainer Name="ReactantsContainer" Orientation="Vertical" HorizontalExpand="True"
|
|
VerticalAlignment="Center">
|
|
<RichTextLabel Name="ReactantsLabel"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
Access="Public"
|
|
Visible="False" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
<TextureRect TexturePath="/Textures/Interface/Misc/beakerlarge.png"
|
|
HorizontalAlignment="Center"
|
|
Name="MixTexture"
|
|
Access="Public" />
|
|
<RichTextLabel Name="MixLabel"
|
|
HorizontalAlignment="Center"
|
|
Access="Public"
|
|
Margin="2 0 0 0" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalAlignment="Center">
|
|
<RichTextLabel Name="ProductsLabel"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
Access="Public"
|
|
Visible="False" />
|
|
<!-- CP14 random reactions begin -->
|
|
<BoxContainer Name="RandomVariations"
|
|
Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
VerticalAlignment="Center"
|
|
HorizontalAlignment="Center">
|
|
<controls:SplitBar MinHeight="10">
|
|
</controls:SplitBar>
|
|
<Label Name="RandomVariationsLabel"
|
|
Text="{Loc 'cp14-guidebook-random-variations-title'}"
|
|
Visible="False"
|
|
HorizontalAlignment="Center"
|
|
FontColorOverride="#1e6651" />
|
|
<controls:SplitBar MinHeight="10">
|
|
</controls:SplitBar>
|
|
</BoxContainer>
|
|
<!-- CP14 random reactions end -->
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
<PanelContainer StyleClasses="LowDivider" Margin="0 5 0 5" />
|
|
</BoxContainer>
|