+ `
+
+ return html
+}
+
export const toggleConsumablesTab = () => {
initializeConsumablesTab()
@@ -109,3 +176,12 @@ export const toggleConsumablesTab = () => {
export const clearConsumablesTab = () => {
tab.style.display = 'none'
}
+
+export const updateLotusDisplay = () => {
+ DOMCacheGetOrSet('lotusOwned').textContent = i18next.t('pseudoCoins.lotus.owned', {
+ x: format(getOwnedLotus(), 0, true)
+ })
+ DOMCacheGetOrSet('lotusUsed').textContent = i18next.t('pseudoCoins.lotus.lifetimeUsed', {
+ x: format(getUsedLotus(), 0, true)
+ })
+}
diff --git a/src/purchases/UpgradesSubtab.ts b/src/purchases/UpgradesSubtab.ts
index 7473f926d..196f76ce0 100644
--- a/src/purchases/UpgradesSubtab.ts
+++ b/src/purchases/UpgradesSubtab.ts
@@ -73,10 +73,10 @@ function setActiveUpgrade (upgrade: UpgradesList) {
const nextEffect = DOMCacheGetOrSet('pCoinEffectNext')
currEffect.innerHTML = `${i18next.t('pseudoCoins.currEffect')} ${
- i18next.t(displayPCoinEffect(upgrade.internalName, upgrade.playerLevel))
+ displayPCoinEffect(upgrade.internalName, upgrade.playerLevel)
}`
nextEffect.innerHTML = `${i18next.t('pseudoCoins.nextEffect')} ${
- i18next.t(displayPCoinEffect(upgrade.internalName, upgrade.playerLevel + 1))
+ displayPCoinEffect(upgrade.internalName, upgrade.playerLevel + 1)
}`
const costs = DOMCacheGetOrSet('pCoinScalingCosts')
diff --git a/src/saves/PlayerSchema.ts b/src/saves/PlayerSchema.ts
index b78e9fe70..908539614 100644
--- a/src/saves/PlayerSchema.ts
+++ b/src/saves/PlayerSchema.ts
@@ -639,12 +639,6 @@ export const playerSchema = z.object({
deepClone()([...blankSave.codes])
),
- loaded1009: z.boolean().default(() => blankSave.loaded1009),
- loaded1009hotfix1: z.boolean().default(() => blankSave.loaded1009hotfix1),
- loaded10091: z.boolean().default(() => blankSave.loaded10091),
- loaded1010: z.boolean().default(() => blankSave.loaded1010),
- loaded10101: z.boolean().default(() => blankSave.loaded10101),
-
shopUpgrades: z.record(z.string(), z.union([z.number(), z.null(), z.boolean()]))
.transform((object) => {
return Object.fromEntries(
@@ -880,17 +874,6 @@ export const playerSchema = z.object({
overfluxPowder: z.number().default(() => blankSave.overfluxPowder),
dailyPowderResetUses: z.number().default(() => blankSave.dailyPowderResetUses),
autoWarpCheck: z.boolean().default(() => blankSave.autoWarpCheck),
- loadedOct4Hotfix: z.boolean().default(() => blankSave.loadedOct4Hotfix),
- loadedNov13Vers: z.boolean().default(() => blankSave.loadedNov13Vers),
- loadedDec16Vers: z.boolean().default(() => blankSave.loadedDec16Vers),
- loadedV253: z.boolean().default(() => blankSave.loadedV253),
- loadedV255: z.boolean().default(() => blankSave.loadedV255),
- loadedV297Hotfix1: z.boolean().default(() => blankSave.loadedV297Hotfix1),
- loadedV2927Hotfix1: z.boolean().default(() => blankSave.loadedV2927Hotfix1),
- loadedV2930Hotfix1: z.boolean().default(() => blankSave.loadedV2930Hotfix1),
- loadedV2931Hotfix1: z.boolean().default(() => blankSave.loadedV2931Hotfix1),
- loadedV21003Hotfix1: z.boolean().default(() => blankSave.loadedV21003Hotfix1),
- loadedV21007Hotfix1: z.boolean().default(() => blankSave.loadedV21007Hotfix1),
version: z.string().default(() => blankSave.version),
rngCode: z.number().default(() => blankSave.rngCode),
promoCodeTiming: z.record(z.string(), z.number()).default(() => ({ time: Date.now() - 60 * 1000 * 15 })),
diff --git a/src/types/Synergism.ts b/src/types/Synergism.ts
index 48e6ac622..d76d6b205 100644
--- a/src/types/Synergism.ts
+++ b/src/types/Synergism.ts
@@ -301,12 +301,6 @@ export interface Player {
// create a Map with keys defaulting to boolean
codes: Map
- loaded1009: boolean
- loaded1009hotfix1: boolean
- loaded10091: boolean
- loaded1010: boolean
- loaded10101: boolean
-
shopUpgrades: {
offeringPotion: number
obtainiumPotion: number
@@ -546,17 +540,7 @@ export interface Player {
hypercubeQuarkDaily: number
platonicCubeOpenedDaily: number
platonicCubeQuarkDaily: number
- loadedOct4Hotfix: boolean
- loadedNov13Vers: boolean
- loadedDec16Vers: boolean
- loadedV253: boolean
- loadedV255: boolean
- loadedV297Hotfix1: boolean
- loadedV2927Hotfix1: boolean
- loadedV2930Hotfix1: boolean
- loadedV2931Hotfix1: boolean
- loadedV21003Hotfix1: boolean
- loadedV21007Hotfix1: boolean
+
version: string
rngCode: number
diff --git a/translations/da.json b/translations/da.json
index d2c419ccf..8ef15712e 100644
--- a/translations/da.json
+++ b/translations/da.json
@@ -1970,15 +1970,6 @@
"buyMaxOff": "Buy Max: OFF",
"on": "ON",
"off": "OFF",
- "updateAlerts": {
- "june282021": "June 28, 2021: V2.5.3. You have been refunded quarks from calculators if you purchased them. They are no longer refundable so be wary!",
- "july22021": "July 2, 2021: V2.5.5. You have been refunded quarks from Powder EX upgrade, if you purchased levels. Your T1 ants were also reset and base cost set to 1e700 particles. Powder EX is no longer refundable, though, so be careful!",
- "sing230Balancing": "Due to balancing changes, you were sent back to Singularity 230 to prevent softlocking your savefile!",
- "december22xxxx": "You have loaded into the December 22 patch v1.",
- "january42023": "You have loaded into the January 4, 2023 Patch v1.",
- "v297hotfix1NoSing": "You have loaded into the version 2.9.7 hotfix 1!",
- "v297hotfix1Sing": "You have loaded into the version 2.9.7 hotfix 1! Your uncapped resource singularity upgrades have been refunded! Sorry for the inconvenience."
- },
"languageChange": "Changing the language requires a reload! Would you like to reload now?"
},
"upgrades": {
diff --git a/translations/de.json b/translations/de.json
index 513673e28..c130c68d0 100644
--- a/translations/de.json
+++ b/translations/de.json
@@ -3773,15 +3773,6 @@
"off": "AUS",
"buyOne": "Buy x1",
"buyMax": "Buy MAX",
- "updateAlerts": {
- "june282021": "28. Juni. 2021: V2.5.3. Du hast deine Quarks von den Taschenrechnern wiedergekriegt, wenn du welche gekauft hattest. Diese sind nicht länger zurücksetzbar, also sei vorsichtig!",
- "july22021": "2. Juli. 2021: V. 2.5.5. Du hast deine Quarks von dem Powder EX Upgrade wiedergekriegt, wenn du welche gekauft hast. Auch deine T1 Ameisen wurden zurückgesetzt und die Grundkosten auf 1e700 Partikel gesetzt. Powder EX ist nicht länger zurücksetzbar, also sei vorsichtig!",
- "sing230Balancing": "Aufgrund von Balance Veränderung, wurdest du zu Singularity 230 zurückgesetzt, um dein Speicherstand vor Softlocking zu schützen!",
- "december22xxxx": "Du wurdest in den Dezember 22 Patch v1 geladen.",
- "january42023": "Du wurdest in den 4. Januar 2023, Patch v1 geladen.",
- "v297hotfix1NoSing": "Du wurdest in die Version 2.9.7 Hotfix 1 geladen!",
- "v297hotfix1Sing": "Du wurdest in die Version 2.9.7 Hotfix 1 geladen! Deine unbegrenzten Singularity Upgrades wurden zurückerstattet! Entschuldung für die Unannehmlichkeiten."
- },
"languageChange": "Wechseln der Sprache erfordert ein neu laden! Möchtest du jetzt neu laden?",
"resources": {
"offering": "Offering",
diff --git a/translations/en.json b/translations/en.json
index d2228e317..5e666c87a 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -4276,15 +4276,6 @@
"off": "OFF",
"buyOne": "Buy x1",
"buyMax": "Buy MAX",
- "updateAlerts": {
- "june282021": "June 28, 2021: V2.5.3. You have been refunded quarks from calculators if you purchased them. They are no longer refundable so be wary!",
- "july22021": "July 2, 2021: V2.5.5. You have been refunded quarks from Powder EX upgrade, if you purchased levels. Your T1 ants were also reset and base cost set to 1e700 particles. Powder EX is no longer refundable, though, so be careful!",
- "sing230Balancing": "Due to balancing changes, you were sent back to Singularity 230 to prevent softlocking your savefile!",
- "december22xxxx": "You have loaded into the December 22 patch v1.",
- "january42023": "You have loaded into the January 4, 2023 Patch v1.",
- "v297hotfix1NoSing": "You have loaded into the version 2.9.7 hotfix 1!",
- "v297hotfix1Sing": "You have loaded into the version 2.9.7 hotfix 1! Your uncapped resource singularity upgrades have been refunded! Sorry for the inconvenience."
- },
"languageChange": "Changing the language requires a reload! Would you like to reload now?",
"resources": {
"offering": "Offering",
@@ -7463,9 +7454,11 @@
"thanks": "The booster is now in effect! Thank you for supporting the game!",
"eventTitle": "Active Consumables",
"consumableSpoiler": "Start an event for everyone, with the Happy Hour Bell!",
- "consumableButton": "Buy at the PseudoShop!",
+ "consumableButton": "Consumables Shop",
"applyTips": "Use Tips!",
- "applyTipsPrompt": "How many tips would you like to use? Each tip gives 1 minute of Offline Time. You have {{tips}} tip(s). You may only use up to 1,440 tips per "
+ "applyTipsPrompt": "How many tips would you like to use? Each tip gives 1 minute of Offline Time. You have {{tips}} tip(s). You may only use up to 1,440 tips per ",
+ "confirmActivation": "You are about to activate a {{name}} for {{cost}} PseudoCoins. Continue?",
+ "cancelled": "Puchase has been cancelled."
},
"timeSkips": {
"GLOBAL": {
@@ -7482,6 +7475,24 @@
},
"purchaseBtn": "+{{time}} hours [<>]",
"warning": "<> Takes a few seconds to apply after purchase! <>"
+ },
+ "lotus": {
+ "name": "Loti of Rejuvenation",
+ "nameSingular": "Lotus of Rejuvenation",
+ "owned": "Owned: {{x}}",
+ "lifetimeUsed": "Used: {{x}}",
+ "intro": "When you activate a Lotus, immediately gain the full amount of Reborn ELO you can get from Immortal ELO, no waiting required! Effect applies for 5 minutes after purchasing. Use Loti at the Ant Altar.",
+ "boxText1": "Don't like waiting for Reborn ELO?",
+ "boxText2": "Use a Lotus to skip the wait!",
+ "boxText3": "Each Lotus lasts for 5 minutes.",
+ "useLotus": "Use Lotus!",
+ "purchaseBtn": "+{{amount}} Lotus [<>]",
+ "buyConfirm": "You are about to buy a {{name}} for {{cost}} PseudoCoins. Continue?",
+ "useConfirm": "You are about to use a Lotus of Rejuvenation. This will consume one of your Loti and activate its effect for 5 minutes, granting you Reborn ELO without having to wait. Continue?",
+ "useConfirmMulti": "Since you have this effect active, consuming a Lotus will add 5 minutes to the remaining time.",
+ "noLotus": "You do not currently possess a Lotus. Buy some at the PseudoCoins shop!",
+ "status": "Lotus Time: {{time}}",
+ "lotusActive": "You've used a Lotus! For the next 5 minutes, you will gain Reborn ELO from your Immortal ELO without having to wait!"
}
},
"hotkeys": {
diff --git a/translations/es.json b/translations/es.json
index 06ddd3c2f..a23d161ce 100644
--- a/translations/es.json
+++ b/translations/es.json
@@ -3773,15 +3773,6 @@
"off": "OFF",
"buyOne": "Buy x1",
"buyMax": "Buy MAX",
- "updateAlerts": {
- "june282021": "28 de junio de 2021: V2.5.3. Se te han reembolsado los quarks de las calculadoras si las compraste. ¡Ya no son reembolsables, así que cuidado!",
- "july22021": "2 de julio de 2021: V2.5.5. Has sido reembolsado los quarks de la mejora de Polvo EX, si compraste. Tus hormigas de Rango 1 también se resetearon y el costo base establecido en 1e700 partículas. ¡Polvo EX ya no es reembolsable, así que cuidado!",
- "sing230Balancing": "¡Debido a un reequilibrio, fuiste enviado de vuelta a la Singularidad 230 para evitar el bloqueo parcial de tu fichero de guardado!",
- "december22xxxx": "Has cargado el parche v1 del 22 de Diciembre.",
- "january42023": "Has cargado el Parche v1 del 4 de Enero 2023.",
- "v297hotfix1NoSing": "¡Has cargado la revisión 1 de la versión 2.9.7!",
- "v297hotfix1Sing": "¡Has cargado la revisión 1 de la versión 2.9.7! ¡Tus mejoras de singularidad sin límite se han devuelto! Disculpa los inconvenientes."
- },
"languageChange": "¡Para cambiar de lenguaje se necesita recargar! ¿Quieres hacerlo ahora?",
"resources": {
"offering": "Offering",
diff --git a/translations/fr.json b/translations/fr.json
index ac0ccbd72..092d07bf1 100644
--- a/translations/fr.json
+++ b/translations/fr.json
@@ -3773,15 +3773,6 @@
"off": "NON",
"buyOne": "Buy x1",
"buyMax": "Buy MAX",
- "updateAlerts": {
- "june282021": "June 28, 2021: V2.5.3. You have been refunded quarks from calculators if you purchased them. They are no longer refundable so be wary!",
- "july22021": "July 2, 2021: V2.5.5. You have been refunded quarks from Powder EX upgrade, if you purchased levels. Your T1 ants were also reset and base cost set to 1e700 particles. Powder EX is no longer refundable, though, so be careful!",
- "sing230Balancing": "Due to balancing changes, you were sent back to Singularity 230 to prevent softlocking your savefile!",
- "december22xxxx": "You have loaded into the December 22 patch v1.",
- "january42023": "You have loaded into the January 4, 2023 Patch v1.",
- "v297hotfix1NoSing": "You have loaded into the version 2.9.7 hotfix 1!",
- "v297hotfix1Sing": "You have loaded into the version 2.9.7 hotfix 1! Your uncapped resource singularity upgrades have been refunded! Sorry for the inconvenience."
- },
"languageChange": "Le changement de langue requiert un rechargement ! Voulez-vous recharger maintenant ?",
"resources": {
"offering": "Offering",
diff --git a/translations/ja.json b/translations/ja.json
index 3fec2665f..268504cbe 100644
--- a/translations/ja.json
+++ b/translations/ja.json
@@ -3768,15 +3768,6 @@
"off": "OFF",
"buyOne": "Buy x1",
"buyMax": "Buy MAX",
- "updateAlerts": {
- "june282021": "June 28, 2021: V2.5.3. You have been refunded quarks from calculators if you purchased them. They are no longer refundable so be wary!",
- "july22021": "July 2, 2021: V2.5.5. You have been refunded quarks from Powder EX upgrade, if you purchased levels. Your T1 ants were also reset and base cost set to 1e700 particles. Powder EX is no longer refundable, though, so be careful!",
- "sing230Balancing": "Due to balancing changes, you were sent back to Singularity 230 to prevent softlocking your savefile!",
- "december22xxxx": "You have loaded into the December 22 patch v1.",
- "january42023": "You have loaded into the January 4, 2023 Patch v1.",
- "v297hotfix1NoSing": "You have loaded into the version 2.9.7 hotfix 1!",
- "v297hotfix1Sing": "You have loaded into the version 2.9.7 hotfix 1! Your uncapped resource singularity upgrades have been refunded! Sorry for the inconvenience."
- },
"languageChange": "Changing the language requires a reload! Would you like to reload now?",
"resources": {
"offering": "Offering",
diff --git a/translations/kaa.json b/translations/kaa.json
index 670b80752..d85bbfaa2 100644
--- a/translations/kaa.json
+++ b/translations/kaa.json
@@ -1970,15 +1970,6 @@
"buyMaxOff": "Buy Max: OFF",
"on": "ON",
"off": "OFF",
- "updateAlerts": {
- "june282021": "June 28, 2021: V2.5.3. You have been refunded quarks from calculators if you purchased them. They are no longer refundable so be wary!",
- "july22021": "July 2, 2021: V2.5.5. You have been refunded quarks from Powder EX upgrade, if you purchased levels. Your T1 ants were also reset and base cost set to 1e700 particles. Powder EX is no longer refundable, though, so be careful!",
- "sing230Balancing": "Due to balancing changes, you were sent back to Singularity 230 to prevent softlocking your savefile!",
- "december22xxxx": "You have loaded into the December 22 patch v1.",
- "january42023": "You have loaded into the January 4, 2023 Patch v1.",
- "v297hotfix1NoSing": "You have loaded into the version 2.9.7 hotfix 1!",
- "v297hotfix1Sing": "You have loaded into the version 2.9.7 hotfix 1! Your uncapped resource singularity upgrades have been refunded! Sorry for the inconvenience."
- },
"languageChange": "Changing the language requires a reload! Would you like to reload now?"
},
"upgrades": {
diff --git a/translations/nl.json b/translations/nl.json
index 873759377..a41a75945 100644
--- a/translations/nl.json
+++ b/translations/nl.json
@@ -2190,15 +2190,6 @@
"buyMaxOff": "Buy Max: OFF",
"on": "ON",
"off": "OFF",
- "updateAlerts": {
- "june282021": "June 28, 2021: V2.5.3. You have been refunded quarks from calculators if you purchased them. They are no longer refundable so be wary!",
- "july22021": "July 2, 2021: V2.5.5. You have been refunded quarks from Powder EX upgrade, if you purchased levels. Your T1 ants were also reset and base cost set to 1e700 particles. Powder EX is no longer refundable, though, so be careful!",
- "sing230Balancing": "Due to balancing changes, you were sent back to Singularity 230 to prevent softlocking your savefile!",
- "december22xxxx": "You have loaded into the December 22 patch v1.",
- "january42023": "You have loaded into the January 4, 2023 Patch v1.",
- "v297hotfix1NoSing": "You have loaded into the version 2.9.7 hotfix 1!",
- "v297hotfix1Sing": "You have loaded into the version 2.9.7 hotfix 1! Your uncapped resource singularity upgrades have been refunded! Sorry for the inconvenience."
- },
"languageChange": "Changing the language requires a reload! Would you like to reload now?"
},
"upgrades": {
diff --git a/translations/pl.json b/translations/pl.json
index 2a99b78b1..67484303d 100644
--- a/translations/pl.json
+++ b/translations/pl.json
@@ -3773,15 +3773,6 @@
"off": "OFF",
"buyOne": "Buy x1",
"buyMax": "Buy MAX",
- "updateAlerts": {
- "june282021": "June 28, 2021: V2.5.3. You have been refunded quarks from calculators if you purchased them. They are no longer refundable so be wary!",
- "july22021": "July 2, 2021: V2.5.5. You have been refunded quarks from Powder EX upgrade, if you purchased levels. Your T1 ants were also reset and base cost set to 1e700 particles. Powder EX is no longer refundable, though, so be careful!",
- "sing230Balancing": "Due to balancing changes, you were sent back to Singularity 230 to prevent softlocking your savefile!",
- "december22xxxx": "You have loaded into the December 22 patch v1.",
- "january42023": "You have loaded into the January 4, 2023 Patch v1.",
- "v297hotfix1NoSing": "You have loaded into the version 2.9.7 hotfix 1!",
- "v297hotfix1Sing": "You have loaded into the version 2.9.7 hotfix 1! Your uncapped resource singularity upgrades have been refunded! Sorry for the inconvenience."
- },
"languageChange": "Changing the language requires a reload! Would you like to reload now?",
"resources": {
"offering": "Offering",
diff --git a/translations/pt.json b/translations/pt.json
index 87e62ca44..13df86642 100644
--- a/translations/pt.json
+++ b/translations/pt.json
@@ -1970,15 +1970,6 @@
"buyMaxOff": "Buy Max: OFF",
"on": "ON",
"off": "OFF",
- "updateAlerts": {
- "june282021": "June 28, 2021: V2.5.3. You have been refunded quarks from calculators if you purchased them. They are no longer refundable so be wary!",
- "july22021": "July 2, 2021: V2.5.5. You have been refunded quarks from Powder EX upgrade, if you purchased levels. Your T1 ants were also reset and base cost set to 1e700 particles. Powder EX is no longer refundable, though, so be careful!",
- "sing230Balancing": "Due to balancing changes, you were sent back to Singularity 230 to prevent softlocking your savefile!",
- "december22xxxx": "You have loaded into the December 22 patch v1.",
- "january42023": "You have loaded into the January 4, 2023 Patch v1.",
- "v297hotfix1NoSing": "You have loaded into the version 2.9.7 hotfix 1!",
- "v297hotfix1Sing": "You have loaded into the version 2.9.7 hotfix 1! Your uncapped resource singularity upgrades have been refunded! Sorry for the inconvenience."
- },
"languageChange": "Changing the language requires a reload! Would you like to reload now?"
},
"upgrades": {
diff --git a/translations/pt_BR.json b/translations/pt_BR.json
index a3571ac0b..bafde3f77 100644
--- a/translations/pt_BR.json
+++ b/translations/pt_BR.json
@@ -1966,15 +1966,6 @@
"buyMaxOff": "",
"on": "",
"off": "",
- "updateAlerts": {
- "june282021": "",
- "july22021": "",
- "sing230Balancing": "",
- "december22xxxx": "",
- "january42023": "",
- "v297hotfix1NoSing": "",
- "v297hotfix1Sing": ""
- },
"languageChange": ""
},
"upgrades": {
diff --git a/translations/ru.json b/translations/ru.json
index acbad3aa2..a4d775e31 100644
--- a/translations/ru.json
+++ b/translations/ru.json
@@ -3773,15 +3773,6 @@
"off": "ВЫКЛ",
"buyOne": "Купить x1",
"buyMax": "Купить МАКС",
- "updateAlerts": {
- "june282021": "28 Июня, 2021: Вер. 2.5.3. Вам были возвращены кварки за калькуляторы, если они были куплены. Средства за них возврату более не подлежат, так что будьте осторожны!",
- "july22021": "2 Июля, 2021: Вер. 2.5.5. Вам возвращены кварки за улучшение Порошок EX, если были куплены уровни. Ваши У1 муравьи также были сброшены и их базовая цена была установлена на 1e700 частиц. Впрочем, Порошок EX более не подлежит возврату, так что будьте осторожны!",
- "sing230Balancing": "Из-за изменений баланса, вы были отправлены обратно в Сингулярность 230, дабы избежать софтлока вашего сохранения!",
- "december22xxxx": "Успешная загрузка в патч v1 от 22 Декабря.",
- "january42023": "Успешная загрузка в патч v1 от 4 Января, 2023 года.",
- "v297hotfix1NoSing": "Успешная загрузка в версию 2.9.7, хотфикс 1!",
- "v297hotfix1Sing": "Успешная загрузка в версию 2.9.7, хотфикс 1! Средства за неограниченные ресурсные улучшения сингулярности были возвращены! Приносим извинения за неудобства."
- },
"languageChange": "Смена языка требует перезагрузки! Хотите перезагрузить сейчас?",
"resources": {
"offering": "Подношение",
diff --git a/translations/zh.json b/translations/zh.json
index f1553d107..a1a6a38e0 100644
--- a/translations/zh.json
+++ b/translations/zh.json
@@ -3773,15 +3773,6 @@
"off": "关",
"buyOne": "购买1个",
"buyMax": "购买最大",
- "updateAlerts": {
- "june282021": "2021年6月28日:V2.5.3。如果您之前购买过计算器,则将重置相应购买。它们之后将无法重置,请注意这一点!",
- "july22021": "2021年7月2日:V2.5.5。如果您之前购买过EX超通量粉,则将重置该项购买。您的T1蚂蚁数量也进行了重置,基础花费变为1e700粒子。EX超通量粉之后将无法重置,请注意这一点!",
- "sing230Balancing": "由于平衡性调整,您被送回了第230次奇点,以避免进度软锁死!",
- "december22xxxx": "您载入了12月22日v1版补丁。",
- "january42023": "您载入了2023年1月4日v1版补丁。",
- "v297hotfix1NoSing": "您载入了2.9.7热修复1补丁!",
- "v297hotfix1Sing": "您载入了2.9.7热修复1补丁!部分无上限的奇点升级进行了重置,对此表示抱歉。"
- },
"languageChange": "切换语言需要刷新页面,您现在就想要刷新页面吗?",
"resources": {
"offering": "祭品",