citadelification

This commit is contained in:
Artur
2020-01-15 09:49:18 +02:00
parent 5c9b59aa74
commit 2208aa0f09
43 changed files with 624 additions and 890 deletions

View File

@@ -5,22 +5,22 @@
{{/if}}
<ui-display title='Bluespace Artillery Control' button>
{{#if data.connected}}
<ui-section label='Target'>
<ui-button icon='crosshairs' action='recalibrate'>{{data.target}}</ui-button>
</ui-section>
<ui-section label='Controls'>
{{#if !data.unlocked}}
<ui-notice>
<span>Bluespace Artillery firing protocols must be globally unlocked from two keycard authentication devices first!</span>
</ui-notice>
{{else}}
<ui-button icon='warning' state='{{data.ready ? null : "disabled"}}' action='fire'>FIRE!</ui-button>
{{/if}}
</ui-section>
<ui-section label='Target'>
<ui-button icon='crosshairs' action='recalibrate'>{{data.target}}</ui-button>
</ui-section>
<ui-section label='Controls'>
{{#if !data.unlocked}}
<ui-notice>
<span>Bluespace Artillery firing protocols must be globally unlocked from two keycard authentication devices first!</span>
</ui-notice>
{{else}}
<ui-button icon='warning' state='{{data.ready ? null : "disabled"}}' action='fire'>FIRE!</ui-button>
{{/if}}
</ui-section>
{{/if}}
{{#if !data.connected}}
<ui-section label='Maintenance'>
<ui-button icon='wrench' action='build'>Complete Deployment.</ui-button>
</ui-section>
<ui-section label='Maintenance'>
<ui-button icon='wrench' action='build'>Complete Deployment.</ui-button>
</ui-section>
{{/if}}
</ui-display>