* init * port better radials * change wizden radials to new radials * minor radial ui refactor * less redundant values * cleanup * minor cleanup + refactor * rename action + base ghost logic * ghost actions update * attack action + better action granting * add missing translation * add debug entity for testing * add radial actions sprites * micro fixes * translations for ghost panel * fix attack action logic * new pet action sprites * better attack target action params * add 2 new stock pets * add translation string for new pets * add additional checks for petting + cute effect for successful petting * add transfer pets to new body logic for cloning and gibbing * add summary for OnMasterGibbed * add stock pets to loadout menu * fix OnMasterGibbed logic and change it to OnMasterShutdown * add localisation support * add logic for shutdown pet component * pets that spawned as loadout automatically linked now * added new pets * cleanup * more pets * ы * фиксы --------- Co-authored-by: SplikZerys <tronezero700@yandex.ru> Co-authored-by: Vigers Ray <60344369+VigersRay@users.noreply.github.com> Co-authored-by: Vigers Ray <vigersray@gmail.com>
48 lines
2.6 KiB
XML
48 lines
2.6 KiB
XML
<DefaultWindow Title="{Loc make-ghost-role-menu-name}"
|
|
xmlns="https://spacestation14.io">
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="RoleEntityLabel" Text="{Loc make-ghost-role-menu-entity}" />
|
|
<Label Name="RoleEntity" Text="" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="RoleNameLabel" Text="{Loc make-ghost-role-menu-role-name}" />
|
|
<LineEdit Name="RoleName" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="RoleDescriptionLabel" Text="{Loc make-ghost-role-menu-role-description}" />
|
|
<LineEdit Name="RoleDescription" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="RoleRulesLabel" Text="{Loc make-ghost-role-menu-role-rules}" />
|
|
<LineEdit Name="RoleRules" HorizontalExpand="True" Text="{Loc ghost-role-component-default-rules}" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="MakeSentientLabel" Text="{Loc make-ghost-role-menu-make-sentient}" />
|
|
<CheckBox Name="MakeSentientCheckbox" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="RaffleLabel" Text="{Loc make-ghost-role-menu-raffle-enabled}" />
|
|
<OptionButton Name="RaffleButton" />
|
|
</BoxContainer>
|
|
<BoxContainer Name="RaffleCustomSettingsContainer" Orientation="Vertical" Visible="False">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="RaffleInitialDurationLabel" Text="{Loc make-ghost-role-menu-raffle-duration-initial}" />
|
|
<SpinBox Name="RaffleInitialDuration" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="RaffleJoinExtendsDurationByLabel" Text="{Loc make-ghost-role-menu-raffle-duration-extend}" />
|
|
<SpinBox Name="RaffleJoinExtendsDurationBy" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="RaffleMaxDurationLabel" Text="{Loc make-ghost-role-menu-raffle-duration-max}" />
|
|
<SpinBox Name="RaffleMaxDuration" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Button Name="MakeButton" Text="{Loc make-ghost-role-menu-done}" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
|
|
</DefaultWindow>
|