Made giraffes more expensive, cheaper pp for everyone (#3429)

* Made giraffes more expensive, cheaper pp for everyone

* Fix perk shop position before fully poured

---------

Co-authored-by: Hirame1 <56225774+Hirame1@users.noreply.github.com>
This commit is contained in:
kajfik 2024-05-02 15:17:00 +02:00 committed by GitHub
parent e0adbb3ed9
commit 462cc47852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View File

@ -250,10 +250,6 @@ export default {
</CustomizeableTooltip> </CustomizeableTooltip>
</div> </div>
</div> </div>
<div
v-if="pouredAmount < pouredAmountCap"
class="l-rm-container-labels l-teresa-mechanic-container"
/>
<div <div
v-if="hasPerkShop" v-if="hasPerkShop"
class="c-teresa-shop" class="c-teresa-shop"
@ -268,6 +264,10 @@ export default {
/> />
You can now modify the appearance of your Glyphs to look like Music Glyphs. You can now modify the appearance of your Glyphs to look like Music Glyphs.
</div> </div>
<div
v-else
class="l-rm-container-labels l-teresa-mechanic-container"
/>
</div> </div>
</div> </div>
</template> </template>

View File

@ -5,7 +5,7 @@ import { Quotes } from "./quotes";
export const Teresa = { export const Teresa = {
timePoured: 0, timePoured: 0,
lastUnlock: "shop", lastUnlock: "effarig",
pouredAmountCap: 1e24, pouredAmountCap: 1e24,
displayName: "Teresa", displayName: "Teresa",
possessiveName: "Teresa's", possessiveName: "Teresa's",

View File

@ -13,14 +13,14 @@ export const teresa = {
isDisabledInDoomed: true isDisabledInDoomed: true
}, },
effarig: { effarig: {
id: 2, id: 3,
price: 1e21, price: 1e24,
description: "Unlock Effarig, Celestial of Ancient Relics.", description: "Unlock Effarig, Celestial of Ancient Relics.",
onUnlock: () => Teresa.quotes.effarig.show(), onUnlock: () => Teresa.quotes.effarig.show(),
}, },
shop: { shop: {
id: 3, id: 2,
price: 1e24, price: 1e21,
description: "Unlock Teresa's Perk Point Shop.", description: "Unlock Teresa's Perk Point Shop.",
}, },
undo: { undo: {