mirror of
https://github.com/migatu/vtt_work.git
synced 2026-07-14 21:38:39 +00:00
updt
This commit is contained in:
@@ -56,13 +56,14 @@
|
||||
<div class="card">
|
||||
<h3>Base (flags)</h3>
|
||||
<ol class="properties">
|
||||
<li>Armour: <b>{{base.armour}}</b></li>
|
||||
<li>Integrity: <b>{{base.integrity}}</b></li>
|
||||
<li>Manoeuvre: <b>{{base.manoeuvre}}</b></li>
|
||||
<li>Detection: <b>{{base.detection}}</b></li>
|
||||
<li>Speed: <b>{{base.speed}}</b></li>
|
||||
<li>Space: <b>{{base.space}}</b></li>
|
||||
<li>Power: <b>{{base.power}}</b></li>
|
||||
<li>Armour: <b>{{totals.armour}}</b></li>
|
||||
<li>Integrity: <b>{{totals.integrity}}</b></li>
|
||||
<li>Manoeuvre: <b>{{totals.manoeuvre}}</b></li>
|
||||
<li>Detection: <b>{{totals.detection}}</b></li>
|
||||
<li>Speed: <b>{{totals.speed}}</b></li>
|
||||
<li>Space (free/total): <b>{{totals.spaceFree}}</b> / <b>{{totals.space}}</b></li>
|
||||
<li>Power (free/total): <b>{{totals.powerFree}}</b> / <b>{{totals.power}}</b></li>
|
||||
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user