update pngs and locale

This commit is contained in:
damocleas 2025-08-20 19:55:36 -04:00
parent d99b7480e9
commit 294b958efe
7 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 579 B

View File

@ -460,11 +460,11 @@ export const achvs = {
150,
_ => globalScene.gameData.gameStats.sessionsWon === 0,
),
_10_RIBBONS: new RibbonAchv("10_RIBBONS", 10, "bronze_ribbon", 10),
_25_RIBBONS: new RibbonAchv("25_RIBBONS", 25, "great_ribbon", 25),
_50_RIBBONS: new RibbonAchv("50_RIBBONS", 50, "ultra_ribbon", 50),
_75_RIBBONS: new RibbonAchv("75_RIBBONS", 75, "rogue_ribbon", 75),
_100_RIBBONS: new RibbonAchv("100_RIBBONS", 100, "master_ribbon", 100),
_10_RIBBONS: new RibbonAchv("10Ribbons", 10, "common_ribbon", 10),
_25_RIBBONS: new RibbonAchv("25Ribbons", 25, "great_ribbon", 25),
_50_RIBBONS: new RibbonAchv("50Ribbons", 50, "ultra_ribbon", 50),
_75_RIBBONS: new RibbonAchv("75Ribbons", 75, "rogue_ribbon", 75),
_100_RIBBONS: new RibbonAchv("100Ribbons", 100, "master_ribbon", 100),
_10K_MONEY: new MoneyAchv("10KMoney", 10000, "nugget", 10),
_100K_MONEY: new MoneyAchv("100KMoney", 100000, "big_nugget", 25).setSecret(true),
_1M_MONEY: new MoneyAchv("1MMoney", 1000000, "relic_gold", 50).setSecret(true),