mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 13:33:01 +02:00
Update dark-deal-encounter.ts
Cleanup to match Weird Dream formatting
This commit is contained in:
parent
03bff38844
commit
db624271b6
@ -26,12 +26,8 @@ const namespace = "mysteryEncounters/darkDeal";
|
|||||||
|
|
||||||
/** Exclude Ultra Beasts (inludes Cosmog/Solgaleo/Lunala/Necrozma), Paradox (includes Miraidon/Koraidon), Eternatus, and Mythicals */
|
/** Exclude Ultra Beasts (inludes Cosmog/Solgaleo/Lunala/Necrozma), Paradox (includes Miraidon/Koraidon), Eternatus, and Mythicals */
|
||||||
const excludedBosses = [
|
const excludedBosses = [
|
||||||
SpeciesId.NECROZMA,
|
|
||||||
SpeciesId.COSMOG,
|
|
||||||
SpeciesId.COSMOEM,
|
|
||||||
SpeciesId.SOLGALEO,
|
|
||||||
SpeciesId.LUNALA,
|
|
||||||
SpeciesId.ETERNATUS,
|
SpeciesId.ETERNATUS,
|
||||||
|
/** UBs */
|
||||||
SpeciesId.NIHILEGO,
|
SpeciesId.NIHILEGO,
|
||||||
SpeciesId.BUZZWOLE,
|
SpeciesId.BUZZWOLE,
|
||||||
SpeciesId.PHEROMOSA,
|
SpeciesId.PHEROMOSA,
|
||||||
@ -43,6 +39,12 @@ const excludedBosses = [
|
|||||||
SpeciesId.NAGANADEL,
|
SpeciesId.NAGANADEL,
|
||||||
SpeciesId.STAKATAKA,
|
SpeciesId.STAKATAKA,
|
||||||
SpeciesId.BLACEPHALON,
|
SpeciesId.BLACEPHALON,
|
||||||
|
SpeciesId.COSMOG,
|
||||||
|
SpeciesId.COSMOEM,
|
||||||
|
SpeciesId.SOLGALEO,
|
||||||
|
SpeciesId.LUNALA,
|
||||||
|
SpeciesId.NECROZMA,
|
||||||
|
/** Paradox */
|
||||||
SpeciesId.GREAT_TUSK,
|
SpeciesId.GREAT_TUSK,
|
||||||
SpeciesId.SCREAM_TAIL,
|
SpeciesId.SCREAM_TAIL,
|
||||||
SpeciesId.BRUTE_BONNET,
|
SpeciesId.BRUTE_BONNET,
|
||||||
@ -50,9 +52,9 @@ const excludedBosses = [
|
|||||||
SpeciesId.SLITHER_WING,
|
SpeciesId.SLITHER_WING,
|
||||||
SpeciesId.SANDY_SHOCKS,
|
SpeciesId.SANDY_SHOCKS,
|
||||||
SpeciesId.ROARING_MOON,
|
SpeciesId.ROARING_MOON,
|
||||||
SpeciesId.KORAIDON,
|
|
||||||
SpeciesId.WALKING_WAKE,
|
SpeciesId.WALKING_WAKE,
|
||||||
SpeciesId.GOUGING_FIRE,
|
SpeciesId.GOUGING_FIRE,
|
||||||
|
SpeciesId.KORAIDON,
|
||||||
SpeciesId.RAGING_BOLT,
|
SpeciesId.RAGING_BOLT,
|
||||||
SpeciesId.IRON_TREADS,
|
SpeciesId.IRON_TREADS,
|
||||||
SpeciesId.IRON_BUNDLE,
|
SpeciesId.IRON_BUNDLE,
|
||||||
@ -61,22 +63,23 @@ const excludedBosses = [
|
|||||||
SpeciesId.IRON_MOTH,
|
SpeciesId.IRON_MOTH,
|
||||||
SpeciesId.IRON_THORNS,
|
SpeciesId.IRON_THORNS,
|
||||||
SpeciesId.IRON_VALIANT,
|
SpeciesId.IRON_VALIANT,
|
||||||
SpeciesId.MIRAIDON,
|
|
||||||
SpeciesId.IRON_LEAVES,
|
SpeciesId.IRON_LEAVES,
|
||||||
SpeciesId.IRON_BOULDER,
|
SpeciesId.IRON_BOULDER,
|
||||||
SpeciesId.IRON_CROWN,
|
SpeciesId.IRON_CROWN,
|
||||||
|
SpeciesId.MIRAIDON,
|
||||||
|
/** Mythical */
|
||||||
SpeciesId.MEW,
|
SpeciesId.MEW,
|
||||||
SpeciesId.CELEBI,
|
SpeciesId.CELEBI,
|
||||||
SpeciesId.DEOXYS,
|
|
||||||
SpeciesId.JIRACHI,
|
SpeciesId.JIRACHI,
|
||||||
SpeciesId.DARKRAI,
|
SpeciesId.DEOXYS,
|
||||||
SpeciesId.PHIONE,
|
SpeciesId.PHIONE,
|
||||||
SpeciesId.MANAPHY,
|
SpeciesId.MANAPHY,
|
||||||
SpeciesId.ARCEUS,
|
SpeciesId.DARKRAI,
|
||||||
SpeciesId.SHAYMIN,
|
SpeciesId.SHAYMIN,
|
||||||
|
SpeciesId.ARCEUS,
|
||||||
SpeciesId.VICTINI,
|
SpeciesId.VICTINI,
|
||||||
SpeciesId.MELOETTA,
|
|
||||||
SpeciesId.KELDEO,
|
SpeciesId.KELDEO,
|
||||||
|
SpeciesId.MELOETTA,
|
||||||
SpeciesId.GENESECT,
|
SpeciesId.GENESECT,
|
||||||
SpeciesId.DIANCIE,
|
SpeciesId.DIANCIE,
|
||||||
SpeciesId.HOOPA,
|
SpeciesId.HOOPA,
|
||||||
@ -84,9 +87,9 @@ const excludedBosses = [
|
|||||||
SpeciesId.MAGEARNA,
|
SpeciesId.MAGEARNA,
|
||||||
SpeciesId.MARSHADOW,
|
SpeciesId.MARSHADOW,
|
||||||
SpeciesId.ZERAORA,
|
SpeciesId.ZERAORA,
|
||||||
SpeciesId.ZARUDE,
|
|
||||||
SpeciesId.MELTAN,
|
SpeciesId.MELTAN,
|
||||||
SpeciesId.MELMETAL,
|
SpeciesId.MELMETAL,
|
||||||
|
SpeciesId.ZARUDE,
|
||||||
SpeciesId.PECHARUNT,
|
SpeciesId.PECHARUNT,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user