2022-07-07 13:36:57 +10:00
|
|
|
<DefaultWindow Title="{Loc Make Ghost Role}"
|
2021-02-17 11:22:51 -03:00
|
|
|
xmlns="https://spacestation14.io">
|
2021-02-16 09:51:27 +01:00
|
|
|
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-02-17 11:22:51 -03:00
|
|
|
<Label Name="RoleEntityLabel" Text="Entity" />
|
|
|
|
|
<Label Name="RoleEntity" Text="" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-02-17 11:22:51 -03:00
|
|
|
<Label Name="RoleNameLabel" Text="Role Name" />
|
2021-02-21 12:38:56 +01:00
|
|
|
<LineEdit Name="RoleName" HorizontalExpand="True" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-02-17 11:22:51 -03:00
|
|
|
<Label Name="RoleDescriptionLabel" Text="Role Description" />
|
2021-02-21 12:38:56 +01:00
|
|
|
<LineEdit Name="RoleDescription" HorizontalExpand="True" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-11-02 00:42:04 +00:00
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Label Name="RoleRulesLabel" Text="Role Rules" />
|
|
|
|
|
<LineEdit Name="RoleRules" HorizontalExpand="True" Text="{Loc ghost-role-component-default-rules}" />
|
|
|
|
|
</BoxContainer>
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-02-17 11:22:51 -03:00
|
|
|
<Label Name="MakeSentientLabel" Text="Make Sentient" />
|
|
|
|
|
<CheckBox Name="MakeSentientCheckbox" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2024-05-07 03:48:16 +02:00
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Label Name="RaffleLabel" Text="Raffle Role?" />
|
|
|
|
|
<OptionButton Name="RaffleButton" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Name="RaffleCustomSettingsContainer" Orientation="Vertical" Visible="False">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Label Name="RaffleInitialDurationLabel" Text="Initial Duration (s)" />
|
|
|
|
|
<SpinBox Name="RaffleInitialDuration" HorizontalExpand="True" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Label Name="RaffleJoinExtendsDurationByLabel" Text="Joins Extend By (s)" />
|
|
|
|
|
<SpinBox Name="RaffleJoinExtendsDurationBy" HorizontalExpand="True" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Label Name="RaffleMaxDurationLabel" Text="Max Duration (s)" />
|
|
|
|
|
<SpinBox Name="RaffleMaxDuration" HorizontalExpand="True" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-02-17 11:22:51 -03:00
|
|
|
<Button Name="MakeButton" Text="Make" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2021-02-16 09:51:27 +01:00
|
|
|
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|