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>
|
</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>
|
||||||
|
@ -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",
|
||||||
|
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user