| - Power supply - | -
+
+
+
+ Power supply
+
+
{{:helper.displayBar(data.chargestatus, 0, 50, (data.chargestatus >= 35) ? 'good' : (data.chargestatus >= 15) ? 'average' : 'bad')}} {{:data.charge}}/{{:data.maxcharge}}
- |
- ||
| - AI control: - | -- {{if data.aioverride}} - ENABLED - {{else}} - DISABLED - {{/if}} - | -- {{:helper.link('Toggle', 'circle-arrow-s', {'toggle_ai_control' : 1}, null)}} - | -|
| - Suit status: - | -
- {{if data.sealing == 1}}
- SEALING
- {{else}}
- {{if data.seals == 1}}
- OPEN
+
+
+
+
+
+ AI control:
+
+
+ {{if data.aioverride}}
+ ENABLED
{{else}}
- SEALED
+ DISABLED
{{/if}}
- {{/if}}
- |
- - {{:helper.link('Toggle', 'circle-arrow-s', {'toggle_seals' : 1}, null)}} - | -|
| - Cover status: - | -
- {{if data.emagged || !data.securitycheck}}
- ERROR
- {{else}}
- {{if data.coverlock}}
- LOCKED
+
+
+ {{:helper.link('Toggle', 'circle-arrow-s', {'toggle_ai_control' : 1}, null)}}
+
+
+
+
+ Suit status:
+
+
+ {{if data.sealing == 1}}
+ SEALING
{{else}}
- UNLOCKED
+ {{if data.seals == 1}}
+ OPEN
+ {{else}}
+ SEALED
+ {{/if}}
{{/if}}
- {{/if}}
- |
- - {{:helper.link('Toggle', 'circle-arrow-s', {'toggle_suit_lock' : 1}, null)}} - | -|
| - Helmet: - | -- {{:data.helmet}} - | -- {{if data.seals == 1 && data.sealing != 1}} - {{:helper.link('Toggle', 'circle-arrow-s', {'toggle_piece' : 'helmet'}, null)}} - {{/if}} - | -
| - Gauntlets: - | -- {{:data.gauntlets}} - | -- {{if data.seals == 1 && data.sealing != 1}} - {{:helper.link('Toggle', 'circle-arrow-s', {'toggle_piece' : 'gauntlets'}, null)}} - {{/if}} - | -
| - Boots: - | -- {{:data.boots}} - | -- {{if data.seals == 1 && data.sealing != 1}} - {{:helper.link('Toggle', 'circle-arrow-s', {'toggle_piece' : 'boots'}, null)}} - {{/if}} - | -
| - Chestpiece: - | -- {{:data.chest}} - | -- {{if data.seals == 1 && data.sealing != 1}} - {{:helper.link('Toggle', 'circle-arrow-s', {'toggle_piece' : 'chest'}, null)}} - {{/if}} - | -
|
-
- {{:value.name}}
+
+
+
+
- {{:helper.capitalizeFirstLetter(value.name)}}
{{if value.damage > 0}}
- {{if value.damage == 1}}
- (damaged)
- {{else}}
- (destroyed)
- {{/if}}
- {{/if}}
- [E: {{:value.engagecost}} | A: {{:value.activecost}} | P: {{:value.passivecost}}]
- |
- |||
|
- {{:value.desc}}
- |
-
- {{if value.can_use == 1}}
-
- {{:helper.link(value.engagestring, 'circle-arrow-s', {'interact_module' : value.index, 'module_mode' : 'engage'}, null)}}
-
- {{/if}}
- {{if value.can_select == 1}}
-
- {{if value.name == data.primarysystem}}
- SELECTED
+
+ {{if value.damage == 1}}
+ (
{{/if}}
- {{if value.can_toggle == 1}}
- damaged )
{{else}}
- {{:helper.link('Select', 'circle-arrow-s', {'interact_module' : value.index, 'module_mode' : 'select'}, null)}}
+ (destroyed )
{{/if}}
- {{if value.is_active == 1}}
- {{:helper.link(value.deactivatestring, 'circle-arrow-s', {'interact_module' : value.index, 'module_mode' : 'deactivate'}, null)}}
- {{else}}
- {{:helper.link(value.activatestring, 'circle-arrow-s', {'interact_module' : value.index, 'module_mode' : 'activate'}, null)}}
+
+
-
+ Engage: {{:value.engagecost}}
+ Activate: {{:value.activecost}}
+ Passive: {{:value.passivecost}}
+
+
+ {{:value.desc}}
+
+
+ {{if value.can_use == 1}}
+
- {{/if}}
-
+ {{:helper.link(value.engagestring, 'circle-arrow-s', {'interact_module' : value.index, 'module_mode' : 'engage'}, null)}}
+
+ {{/if}}
+ {{if value.can_select == 1}}
+
+ {{if value.name == data.primarysystem}}
+
+ {{/if}}
+ {{if value.can_toggle == 1}}
+ SELECTED
+ {{else}}
+ {{:helper.link('Select', 'circle-arrow-s', {'interact_module' : value.index, 'module_mode' : 'select'}, null)}}
+ {{/if}}
+
+ {{if value.is_active == 1}}
+ {{:helper.link(value.deactivatestring, 'circle-arrow-s', {'interact_module' : value.index, 'module_mode' : 'deactivate'}, null)}}
+ {{else}}
+ {{:helper.link(value.activatestring, 'circle-arrow-s', {'interact_module' : value.index, 'module_mode' : 'activate'}, null)}}
+ {{/if}}
+
{{/if}}
|
- ||
|
-
- Stored charges
- Selected: {{:value.chargetype}}
- |
-
-
+
+
+ {{if value.charges}}
+
- Stored charges
+ Selected: {{:helper.capitalizeFirstLetter(value.chargetype)}}
{{for value.charges :itemValue:itemIndex}}
- {{:helper.link(itemValue.caption, 'circle-arrow-s', {'interact_module' : value.index, 'module_mode' : 'select_charge_type', 'charge_type' : itemValue.index}, null)}}
+
+ {{:helper.link(helper.capitalizeFirstLetter(itemValue.caption), null, {'interact_module' : value.index, 'module_mode' : 'select_charge_type', 'charge_type' : itemValue.index}, null)}}
+
{{/for}}
- |
- ||