* basic religion vision * block god interactions * skill tree mob specify * silvania setup?? * clustering shader optimization * gods department & job * random gods jobs * Luxian god * Update Nature.png * Update sphere_of_light.yml * god chat * Update ChatSystem.cs * OBSERVATION * public observation and basic follower api * shader tweaks * improve shaders * spawning and praying on altars * altars ppvs override * move pvs overridiation from altars to observers * shader coloration * spectral z mover * god magic radius restricted * guide how to believe in god * sends messages to god when smoeone wanna become follower * follower doAfter * goodbye luxian, welcome lumera * goodbye silvania, welcome merkas * som polish and renamings * gods fast travel * Update altar.ftl * some lumera sfx * renouncing patrons! * renounce followers * followewr percentage calculation * remove from player-facing * fix * Update sphere_of_light.yml * Update base.yml
29 lines
1.4 KiB
XML
29 lines
1.4 KiB
XML
<religion:CP14ReligionEntityWindow
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:religion="clr-namespace:Content.Client._CP14.Religion"
|
|
Title="{Loc 'cp14-god-ui-title'}"
|
|
SetSize="600 500"
|
|
MinSize="600 100">
|
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" VerticalExpand="True">
|
|
<ScrollContainer HorizontalExpand="True" VerticalExpand="True">
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True">
|
|
<Label Name="Altars" Text="{Loc 'cp14-god-ui-altars'}" Access="Public" StyleClasses="LabelHeadingBigger" VAlign="Center" HorizontalExpand="True" HorizontalAlignment="Center"/>
|
|
<BoxContainer
|
|
Name="AltarsContainer"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True" />
|
|
|
|
<Label Name="Followers" Text="{Loc 'cp14-god-ui-follower'}" Access="Public" StyleClasses="LabelHeadingBigger" VAlign="Center" HorizontalExpand="True" HorizontalAlignment="Center" Margin="0, 30, 0, 0"/>
|
|
<BoxContainer
|
|
Name="FollowersContainer"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True">
|
|
<RichTextLabel Name="Status"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</religion:CP14ReligionEntityWindow>
|