mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
run biome
This commit is contained in:
parent
feeb705307
commit
8ff1dbda43
@ -485,11 +485,7 @@ export const achvs = {
|
|||||||
MEGA_EVOLVE: new Achv("megaEvolve", "megaEvolve.description", "mega_bracelet", 50),
|
MEGA_EVOLVE: new Achv("megaEvolve", "megaEvolve.description", "mega_bracelet", 50),
|
||||||
GIGANTAMAX: new Achv("gigantamax", "gigantamax.description", "dynamax_band", 50),
|
GIGANTAMAX: new Achv("gigantamax", "gigantamax.description", "dynamax_band", 50),
|
||||||
TERASTALLIZE: new Achv("terastallize", "terastallize.description", "tera_orb", 25),
|
TERASTALLIZE: new Achv("terastallize", "terastallize.description", "tera_orb", 25),
|
||||||
STELLAR_TERASTALLIZE: new Achv(
|
STELLAR_TERASTALLIZE: new Achv("stellarTerastallize", "stellarTerastallize.description", 25).setSecret(true),
|
||||||
"stellarTerastallize",
|
|
||||||
"stellarTerastallize.description",
|
|
||||||
25,
|
|
||||||
).setSecret(true),
|
|
||||||
SPLICE: new Achv("splice", "splice.description", "dna_splicers", 10),
|
SPLICE: new Achv("splice", "splice.description", "dna_splicers", 10),
|
||||||
MINI_BLACK_HOLE: new ModifierAchv(
|
MINI_BLACK_HOLE: new ModifierAchv(
|
||||||
"miniBlackHole",
|
"miniBlackHole",
|
||||||
@ -504,12 +500,7 @@ export const achvs = {
|
|||||||
SEE_SHINY: new Achv("seeShiny", "seeShiny.description", "pb_gold", 75),
|
SEE_SHINY: new Achv("seeShiny", "seeShiny.description", "pb_gold", 75),
|
||||||
SHINY_PARTY: new Achv("shinyParty", "shinyParty.description", "shiny_charm", 100).setSecret(true),
|
SHINY_PARTY: new Achv("shinyParty", "shinyParty.description", "shiny_charm", 100).setSecret(true),
|
||||||
HATCH_MYTHICAL: new Achv("hatchMythical", "hatchMythical.description", "manaphy_egg", 75).setSecret(),
|
HATCH_MYTHICAL: new Achv("hatchMythical", "hatchMythical.description", "manaphy_egg", 75).setSecret(),
|
||||||
HATCH_SUB_LEGENDARY: new Achv(
|
HATCH_SUB_LEGENDARY: new Achv("hatchSubLegendary", "hatchSubLegendary.description", "epic_egg", 100).setSecret(),
|
||||||
"hatchSubLegendary",
|
|
||||||
"hatchSubLegendary.description",
|
|
||||||
"epic_egg",
|
|
||||||
100,
|
|
||||||
).setSecret(),
|
|
||||||
HATCH_LEGENDARY: new Achv("hatchLegendary", "hatchLegendary.description", "legendary_egg", 125).setSecret(),
|
HATCH_LEGENDARY: new Achv("hatchLegendary", "hatchLegendary.description", "legendary_egg", 125).setSecret(),
|
||||||
HATCH_SHINY: new Achv("hatchShiny", "hatchShiny.description", "rogue_egg", 100).setSecret(),
|
HATCH_SHINY: new Achv("hatchShiny", "hatchShiny.description", "rogue_egg", 100).setSecret(),
|
||||||
HIDDEN_ABILITY: new Achv("hiddenAbility", "hiddenAbility.description", "ability_charm", 75),
|
HIDDEN_ABILITY: new Achv("hiddenAbility", "hiddenAbility.description", "ability_charm", 75),
|
||||||
|
Loading…
Reference in New Issue
Block a user