From 462cc4785256891529703f9785a0908c6897acbb Mon Sep 17 00:00:00 2001 From: kajfik Date: Thu, 2 May 2024 15:17:00 +0200 Subject: [PATCH] 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> --- src/components/tabs/celestial-teresa/TeresaTab.vue | 8 ++++---- src/core/celestials/teresa.js | 2 +- src/core/secret-formula/celestials/teresa.js | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/tabs/celestial-teresa/TeresaTab.vue b/src/components/tabs/celestial-teresa/TeresaTab.vue index 015b891c0..2220126f9 100644 --- a/src/components/tabs/celestial-teresa/TeresaTab.vue +++ b/src/components/tabs/celestial-teresa/TeresaTab.vue @@ -250,10 +250,6 @@ export default { -
You can now modify the appearance of your Glyphs to look like Music Glyphs.
+
diff --git a/src/core/celestials/teresa.js b/src/core/celestials/teresa.js index 8ca2ab85d..3f37ea8e1 100644 --- a/src/core/celestials/teresa.js +++ b/src/core/celestials/teresa.js @@ -5,7 +5,7 @@ import { Quotes } from "./quotes"; export const Teresa = { timePoured: 0, - lastUnlock: "shop", + lastUnlock: "effarig", pouredAmountCap: 1e24, displayName: "Teresa", possessiveName: "Teresa's", diff --git a/src/core/secret-formula/celestials/teresa.js b/src/core/secret-formula/celestials/teresa.js index c302030a5..8c6144f94 100644 --- a/src/core/secret-formula/celestials/teresa.js +++ b/src/core/secret-formula/celestials/teresa.js @@ -13,14 +13,14 @@ export const teresa = { isDisabledInDoomed: true }, effarig: { - id: 2, - price: 1e21, + id: 3, + price: 1e24, description: "Unlock Effarig, Celestial of Ancient Relics.", onUnlock: () => Teresa.quotes.effarig.show(), }, shop: { - id: 3, - price: 1e24, + id: 2, + price: 1e21, description: "Unlock Teresa's Perk Point Shop.", }, undo: {