mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
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:
parent
e0adbb3ed9
commit
462cc47852
@ -250,10 +250,6 @@ export default {
|
||||
</CustomizeableTooltip>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-if="pouredAmount < pouredAmountCap"
|
||||
class="l-rm-container-labels l-teresa-mechanic-container"
|
||||
/>
|
||||
<div
|
||||
v-if="hasPerkShop"
|
||||
class="c-teresa-shop"
|
||||
@ -268,6 +264,10 @@ export default {
|
||||
/>
|
||||
You can now modify the appearance of your Glyphs to look like Music Glyphs.
|
||||
</div>
|
||||
<div
|
||||
v-else
|
||||
class="l-rm-container-labels l-teresa-mechanic-container"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -5,7 +5,7 @@ import { Quotes } from "./quotes";
|
||||
|
||||
export const Teresa = {
|
||||
timePoured: 0,
|
||||
lastUnlock: "shop",
|
||||
lastUnlock: "effarig",
|
||||
pouredAmountCap: 1e24,
|
||||
displayName: "Teresa",
|
||||
possessiveName: "Teresa's",
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user