feat: Compute actual value of instruments on their progress bar

This commit is contained in:
John McCardle 2022-01-08 23:01:03 -05:00
parent 095938e8eb
commit 79f00ed080
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@
<span
class="absolute top-0 bottom-0 left-0 right-0 text-center text-white"
>
1.3 <span class="fas fa-hourglass-half text-sm" /> / sec
{{
(process.workerCount * process.workerRate * process.reward) / 100.0
}}
<span class="fas fa-hourglass-half text-sm" /> / sec
<!-- {{ $store.state.incremental.currency[process.produces] }} {{ process.produces }} -->
</span>
</div>