feat: Compute actual value of instruments on their progress bar
This commit is contained in:
parent
095938e8eb
commit
79f00ed080
|
@ -13,7 +13,10 @@
|
||||||
<span
|
<span
|
||||||
class="absolute top-0 bottom-0 left-0 right-0 text-center text-white"
|
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 }} -->
|
<!-- {{ $store.state.incremental.currency[process.produces] }} {{ process.produces }} -->
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue