diff --git a/src/views/PrestigeShop.vue b/src/views/PrestigeShop.vue index 3a2cca4..1360442 100644 --- a/src/views/PrestigeShop.vue +++ b/src/views/PrestigeShop.vue @@ -11,128 +11,132 @@ />
- Prestige -
- -+ Calculated based on amount of ants and time since last prestige. +
++ Time since last prestige: {{ timeSinceLastPrestige }} +
++ Prestige Points: {{ formatNumber(prestigeStore.prestigePoints) }} +
++ Prestige Times: {{ formatNumber(prestigeStore.timesPrestiged) }} +
+
- Prestige Points: {{ formatNumber(prestigeStore.prestigePoints) }}
Prestige Times:
- {{ formatNumber(prestigeStore.timesPrestiged) }}
-
+
You can prestige in {{ waitTime }} seconds
+ Unlocked by: + {{ typeof upgrade.unlockedWhenDescription === 'function' + ? upgrade.unlockedWhenDescription() + : upgrade.unlockedWhenDescription + }} +
++ {{ upgrade.description }} +
{{ upgrade.name }} {{ getUpgradeCount(upgrade) }} {{ !isUpgradeUnlocked(upgrade) ? '(Locked)' : '' }}
-- Unlocked by: - {{ typeof upgrade.unlockedWhenDescription === 'function' - ? upgrade.unlockedWhenDescription() - : upgrade.unlockedWhenDescription - }} -
-- {{ upgrade.description }} -
-+