update pngs and locale
Before Width: | Height: | Size: 308 B |
BIN
public/images/items/common_ribbon.png
Normal file
After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 576 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 579 B |
@ -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),
|
||||
|