Merge branch 'beta' into evil-team-monogen
|
@ -1,37 +1,76 @@
|
||||||
<!-- Make sure the title includes categorization (i.e. [Bug], [QoL], [Localization]) -->
|
<!-- (Once you have read these comments, you are free to remove them) -->
|
||||||
<!-- Make sure that this PR is not overlapping with someone else's work -->
|
<!-- Feel free to look at other PRs for examples -->
|
||||||
<!-- Please try to keep the PR self-contained (and small) -->
|
<!--
|
||||||
|
Make sure the title includes categorization (choose the one that best fits):
|
||||||
|
- [Bug]: If the PR is primarily a bug fix
|
||||||
|
- [Move]: If a move has new or changed functionality
|
||||||
|
- [Ability]: If an ability has new or changed functionality
|
||||||
|
- [Item]: For new or modified items
|
||||||
|
- [Mystery]: For new or modified Mystery Encounters
|
||||||
|
- [Test]: If the PR is primarily adding or modifying tests
|
||||||
|
- [UI/UX]: If the PR is changing UI/UX elements
|
||||||
|
- [Audio]: If the PR is adding or changing music/sfx
|
||||||
|
- [Sprite]: If the PR is adding or changing sprites
|
||||||
|
- [Balance]: If the PR is related to game balance
|
||||||
|
- [Challenge]: If the PR is adding or modifying challenges
|
||||||
|
- [Refactor]: If the PR is primarily rewriting existing code
|
||||||
|
- [Docs]: If the PR is just adding or modifying documentation (such as tsdocs/code comments)
|
||||||
|
- [GitHub]: For changes to GitHub workflows/templates/etc
|
||||||
|
- [Misc]: If no other category fits the PR
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
Make sure that this PR is not overlapping with someone else's work
|
||||||
|
Please try to keep the PR self-contained (and small)
|
||||||
|
-->
|
||||||
|
|
||||||
## What are the changes the user will see?
|
## What are the changes the user will see?
|
||||||
<!-- Summarize what are the changes from a user perspective on the application -->
|
<!-- Summarize what are the changes from a user perspective on the application -->
|
||||||
|
|
||||||
## Why am I making these changes?
|
## Why am I making these changes?
|
||||||
<!-- Explain why you decided to introduce these changes -->
|
<!--
|
||||||
<!-- Does it come from an issue or another PR? Please link it -->
|
Explain why you decided to introduce these changes
|
||||||
<!-- Explain why you believe this can enhance user experience -->
|
Does it come from an issue or another PR? Please link it
|
||||||
|
Explain why you believe this can enhance user experience
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
If there are existing GitHub issues related to the PR that would be fixed,
|
||||||
|
you can add "Fixes #[issue number]" (ie: "Fixes #1234") to link an issue to your PR
|
||||||
|
so that it will automatically be closed when the PR is merged.
|
||||||
|
-->
|
||||||
|
|
||||||
## What are the changes from a developer perspective?
|
## What are the changes from a developer perspective?
|
||||||
<!-- Explicitly state what are the changes introduced by the PR -->
|
<!--
|
||||||
<!-- You can make use of a comparison between what was the state before and after your PR changes -->
|
Explicitly state what are the changes introduced by the PR
|
||||||
|
You can make use of a comparison between what was the state before and after your PR changes
|
||||||
|
Ex: What files have been changed? What classes/functions/variables/etc have been added or changed?
|
||||||
|
-->
|
||||||
|
|
||||||
### Screenshots/Videos
|
## Screenshots/Videos
|
||||||
<!-- If your change is changing anything on the user experience, please provide visual proofs of it -->
|
<!--
|
||||||
<!-- Please take screenshots/videos before and after your changes, to show what is brought by this PR -->
|
If your changes are changing anything on the user experience, please provide visual proofs of it
|
||||||
|
Please take screenshots/videos before and after your changes, to show what is brought by this PR
|
||||||
|
-->
|
||||||
|
|
||||||
## How to test the changes?
|
## How to test the changes?
|
||||||
<!-- How can a reviewer test your changes once they check out on your branch? -->
|
<!--
|
||||||
<!-- Did you just make use of the `src/overrides.ts` file? -->
|
How can a reviewer test your changes once they check out on your branch?
|
||||||
<!-- Did you introduce any automated tests? -->
|
Did you make use of the `src/overrides.ts` file?
|
||||||
<!-- Do the reviewer need to do something special in order to test your change? -->
|
Did you introduce any automated tests?
|
||||||
|
Do the reviewers need to do something special in order to test your changes?
|
||||||
|
-->
|
||||||
|
|
||||||
## Checklist
|
## Checklist
|
||||||
- [ ] **I'm using `beta` as my base branch**
|
- [ ] **I'm using `beta` as my base branch**
|
||||||
- [ ] There is no overlap with another PR?
|
- [ ] There is no overlap with another PR?
|
||||||
- [ ] The PR is self-contained and cannot be split into smaller PRs?
|
- [ ] The PR is self-contained and cannot be split into smaller PRs?
|
||||||
- [ ] Have I provided a clear explanation of the changes?
|
- [ ] Have I provided a clear explanation of the changes?
|
||||||
- [ ] Have I considered writing automated tests for the issue?
|
- [ ] Have I tested the changes manually?
|
||||||
- [ ] If I have text, did I make it translatable and add a key in the English locale file(s)?
|
- [ ] Are all unit tests still passing? (`npm run test`)
|
||||||
- [ ] Have I tested the changes (manually)?
|
- [ ] Have I created new automated tests (`npm run create-test`) or updated existing tests related to the PR's changes?
|
||||||
- [ ] Are all unit tests still passing? (`npm run test`)
|
- [ ] Have I provided screenshots/videos of the changes (if applicable)?
|
||||||
- [ ] Are the changes visual?
|
- [ ] Have I made sure that any UI change works for both UI themes (default and legacy)?
|
||||||
- [ ] Have I provided screenshots/videos of the changes?
|
|
||||||
|
Are there any localization additions or changes? If so:
|
||||||
|
- [ ] Has a locales PR been created on the [locales](https://github.com/pagefaultgames/pokerogue-locales) repo?
|
||||||
|
- [ ] If so, please leave a link to it here:
|
||||||
|
- [ ] Has the translation team been contacted for proofreading/translation?
|
|
@ -0,0 +1,620 @@
|
||||||
|
# 🎵 Music
|
||||||
|
|
||||||
|
## BGM
|
||||||
|
- Pokémon Mystery Dungeon: Explorers of Sky
|
||||||
|
- Arata Iiyoshi
|
||||||
|
- Hideki Sakamoto
|
||||||
|
- Keisuke Ito
|
||||||
|
- Ken-ichi Saito
|
||||||
|
- Yoshihiro Maeda
|
||||||
|
- Pokémon Black/White
|
||||||
|
- Go Ichinose
|
||||||
|
- Hitomi Sato
|
||||||
|
- Shota Kageyama
|
||||||
|
- Pokémon Mystery Dungeon: Rescue Team DX
|
||||||
|
- Keisuke Ito
|
||||||
|
- Arata Iiyoshi
|
||||||
|
- Atsuhiro Ishizuna
|
||||||
|
- Pokémon HeartGold/SoulSilver
|
||||||
|
- Pokémon Black/White 2
|
||||||
|
- Pokémon X/Y
|
||||||
|
- Pokémon Omega Ruby/Alpha Sapphire
|
||||||
|
- Pokémon Sun/Moon
|
||||||
|
- Pokémon Ultra Sun/Ultra Moon
|
||||||
|
- Pokémon Sword/Shield
|
||||||
|
- Pokémon Legends: Arceus
|
||||||
|
- Pokémon Scarlet/Violet
|
||||||
|
- Firel (Custom Graveyard, Ice Cave, Laboratory, Metropolis, Plains, Power Plant, Seabed, Space, and Volcano biome music)
|
||||||
|
- Lmz (Custom Ancient Ruins, Jungle, and Lake biome music)
|
||||||
|
- Andr06 (Custom Forest, Slum and Sea biome music)
|
||||||
|
- _tresnoir
|
||||||
|
- unveiler
|
||||||
|
|
||||||
|
## Sound Effects
|
||||||
|
- Pokémon Emerald
|
||||||
|
- Pokémon Black/White
|
||||||
|
|
||||||
|
|
||||||
|
# 🎨 Art
|
||||||
|
|
||||||
|
## Backgrounds
|
||||||
|
- Squip (Paid Commissions)
|
||||||
|
- Contributions by Someonealive-QN
|
||||||
|
|
||||||
|
## UI
|
||||||
|
- GAMEFREAK
|
||||||
|
- LJ Birdman
|
||||||
|
|
||||||
|
## Pagefault Games Intro
|
||||||
|
- Spectremint
|
||||||
|
|
||||||
|
## Game Logo
|
||||||
|
- Gonstar (Paid Commission)
|
||||||
|
|
||||||
|
## Trainer Sprites
|
||||||
|
- GAMEFREAK (Pokémon Black/White 2, Pokémon Diamond/Pearl)
|
||||||
|
- kyledove
|
||||||
|
- Brumirage
|
||||||
|
- pkmn_realidea (Paid Commissions)
|
||||||
|
- IceJkai
|
||||||
|
- Leparagon
|
||||||
|
- wormhood
|
||||||
|
|
||||||
|
## Mystery Event Sprites
|
||||||
|
- chrysomelinae
|
||||||
|
- koda_want_to_sleep
|
||||||
|
- “🐺Kieran/YJ 🐍” rival_kieran aka thedreadedden
|
||||||
|
- ImperialSympathizer
|
||||||
|
- wormhood
|
||||||
|
- gerolau
|
||||||
|
- otterwatch
|
||||||
|
|
||||||
|
## Trainer Portraits
|
||||||
|
- pkmn_realidea (Paid Commissions)
|
||||||
|
|
||||||
|
## Pokémon Sprites and Animation
|
||||||
|
In addition to the lists below, please check [the PokéRogue wiki](https://wiki.pokerogue.net/credits:credits) for a more detailed list of Pokémon Sprite credits.
|
||||||
|
|
||||||
|
- GAMEFREAK (Pokémon Black/White 2)
|
||||||
|
- Smogon Sprite Project (Various Artists)
|
||||||
|
- Skyflyer
|
||||||
|
- Nolo33
|
||||||
|
- Ebaru
|
||||||
|
- EricLostie
|
||||||
|
- kiriaura
|
||||||
|
- Caruban
|
||||||
|
- Sopita_Yorita
|
||||||
|
- Azrita
|
||||||
|
- AshnixsLaw
|
||||||
|
- Hellfire0raptor
|
||||||
|
- RetroNC
|
||||||
|
- Franark122k
|
||||||
|
- OldSoulja
|
||||||
|
- PKMarioG
|
||||||
|
- ItsYugen
|
||||||
|
- lucasomi
|
||||||
|
- Pkm Sinfonia
|
||||||
|
- Poki Papillon
|
||||||
|
- Fleimer_
|
||||||
|
- bizcoeindoloro
|
||||||
|
- mangalos810
|
||||||
|
- selstar
|
||||||
|
|
||||||
|
### Static Sprites and Base Shiny Replacements Credits
|
||||||
|
- AMVictory
|
||||||
|
- Antiant
|
||||||
|
- Arhops
|
||||||
|
- arinoelle
|
||||||
|
- Arkeis
|
||||||
|
- aXl
|
||||||
|
- BananaToast
|
||||||
|
- Basic Vanillite
|
||||||
|
- BlackWhiteRobin
|
||||||
|
- Blaquaza
|
||||||
|
- Branflakes325
|
||||||
|
- Brylark
|
||||||
|
- Buna
|
||||||
|
- Bynine
|
||||||
|
- Corson
|
||||||
|
- Cynda
|
||||||
|
- “Diashi” diazhi
|
||||||
|
- Dleep
|
||||||
|
- doomchaos
|
||||||
|
- Espeon Scientist
|
||||||
|
- Farriella
|
||||||
|
- fishbowlsoul90
|
||||||
|
- “Follower” rulerofthesea11
|
||||||
|
- Galifia
|
||||||
|
- GeoisEvil
|
||||||
|
- G.E.Z.
|
||||||
|
- Glustora
|
||||||
|
- Harrie
|
||||||
|
- HealnDeal
|
||||||
|
- Hematite
|
||||||
|
- HM100
|
||||||
|
- Ice-cold Claws
|
||||||
|
- Involuntary Twitch
|
||||||
|
- “Jay” itsamejay
|
||||||
|
- KattenK
|
||||||
|
- KingOfThe-X-Roads
|
||||||
|
- KyleDove
|
||||||
|
- Kyleo
|
||||||
|
- Kyuzeth
|
||||||
|
- Larryturbo
|
||||||
|
- Layell
|
||||||
|
- Legitimate Username
|
||||||
|
- leParagon
|
||||||
|
- “LJ” lj_birdman
|
||||||
|
- Luigi Player
|
||||||
|
- Madmadness65
|
||||||
|
- Mega-Pokebattlerz
|
||||||
|
- Mintly
|
||||||
|
- mjco
|
||||||
|
- “Momo” sphinx_sage
|
||||||
|
- MrDollSteak
|
||||||
|
- MyMarshlands
|
||||||
|
- N-Kin
|
||||||
|
- Noscium
|
||||||
|
- “Nova” fabunova
|
||||||
|
- “Omniv” omniv
|
||||||
|
- paintseagull
|
||||||
|
- princessofmusic
|
||||||
|
- PumpkinPastel
|
||||||
|
- Quanyails
|
||||||
|
- RadicalCharizard
|
||||||
|
- RedRooster
|
||||||
|
- “♂ROMEO⚧” gerolau
|
||||||
|
- ruleroftheseas11
|
||||||
|
- SelenaArmorclaw
|
||||||
|
- “serif” serifaizawa
|
||||||
|
- Siiilver
|
||||||
|
- Sleet
|
||||||
|
- Snivy101
|
||||||
|
- Speed-X
|
||||||
|
- Sphex
|
||||||
|
- Spook
|
||||||
|
- Squip
|
||||||
|
- TeraVolt
|
||||||
|
- TheAetherPlayer
|
||||||
|
- TheCynicalPoet
|
||||||
|
- Tooni
|
||||||
|
- TrainerSplash
|
||||||
|
- Travis
|
||||||
|
- Turtleye
|
||||||
|
- Tyrell D. Barnes
|
||||||
|
- “Vari” \_vari\_
|
||||||
|
- Wobblebuns
|
||||||
|
- WolfPP
|
||||||
|
- WPS
|
||||||
|
- Wyverii
|
||||||
|
- “zan” smtif
|
||||||
|
- Zerudez
|
||||||
|
- Z-nogyroP
|
||||||
|
|
||||||
|
### Animated Sprites Credits
|
||||||
|
- Antiant
|
||||||
|
- arinoelle
|
||||||
|
- Blaquaza
|
||||||
|
- Claire Starsword
|
||||||
|
- Coyotango
|
||||||
|
- DanEx
|
||||||
|
- “Diashi” diazhi
|
||||||
|
- GalacticArtistMuffin
|
||||||
|
- G.E.Z.
|
||||||
|
- hexagonereal
|
||||||
|
- HM100
|
||||||
|
- Katten
|
||||||
|
- LeParagon
|
||||||
|
- localghost
|
||||||
|
- MallowOut
|
||||||
|
- mattiwarden
|
||||||
|
- “Momo” sphinx_sage
|
||||||
|
- N-Kin
|
||||||
|
- NoelleMBrooks
|
||||||
|
- Nyx
|
||||||
|
- “Omniv” omniv
|
||||||
|
- princessofmusic
|
||||||
|
- PumpkinPastel
|
||||||
|
- RadicalCharizard
|
||||||
|
- seleccion
|
||||||
|
- SelenaArmorclaw
|
||||||
|
- TheAetherPlayer
|
||||||
|
- Tinkatooni
|
||||||
|
- Typhlito
|
||||||
|
- uppa
|
||||||
|
- “Vari” \_vari\_
|
||||||
|
|
||||||
|
### Rare/Epic Shiny Variants Credits
|
||||||
|
- “Andr06” andr06
|
||||||
|
- “Appo” appo
|
||||||
|
- “Ashhawk” k_redacted
|
||||||
|
- “Auralite” _auralite
|
||||||
|
- “Awesome_Soul” awesome_soul
|
||||||
|
- “Bagon” bagonganda
|
||||||
|
- “Bibble” nuts_.
|
||||||
|
- “BloomOfWoods” bloomofwoods
|
||||||
|
- “Buge” buge
|
||||||
|
- “bun” bunove
|
||||||
|
- “bukie” bukie
|
||||||
|
- cameranian
|
||||||
|
- “Caramel” saltedcarriemel
|
||||||
|
- “Chocolate Niblets” choconibs
|
||||||
|
- “CKC” ckc_
|
||||||
|
- “ClawsHDi” clawshdi
|
||||||
|
- “Clown Princess” clown_princess
|
||||||
|
- “Cmac2173” cmac2173
|
||||||
|
- “Corsola” corsola_bandit
|
||||||
|
- “Criminon” criminon
|
||||||
|
- “Cryptican Gogoat Enthusiast” crypticanexe
|
||||||
|
- “Diashi” diazhi
|
||||||
|
- “deviant.daffodil, bug enthusiast” deviant.daffodil
|
||||||
|
- “DigitalVaporeon” digitalvaporeon
|
||||||
|
- dingosig
|
||||||
|
- “Eku” ekusas00
|
||||||
|
- “Elefante”
|
||||||
|
- “Esca” colossalsquid
|
||||||
|
- “Folf” folf.
|
||||||
|
- “Follower” ruleroftheseas11
|
||||||
|
- “Fontbane” fontbane
|
||||||
|
- “Gallow” gallowhound
|
||||||
|
- “Giojoe” giojoe10
|
||||||
|
- “Gonfold” gonfold
|
||||||
|
- greenninja757
|
||||||
|
- “Grassy_Storm” grassy_storm
|
||||||
|
- “GreenMegaMan” greenmegaman
|
||||||
|
- “GROWL” myflixer.to
|
||||||
|
- “guy claiming to work on a guide” 7thatlas
|
||||||
|
- “h. 🍄” letterh.
|
||||||
|
- “hamez” .hamez
|
||||||
|
- “Hanniel” hanniel.15
|
||||||
|
- “ImaginaryNeon” imaginaryneon
|
||||||
|
- “Jay” itsamejay
|
||||||
|
- “Jelke” jelke
|
||||||
|
- kalikimothy
|
||||||
|
- “🐺Kieran/YJ 🐍” rival_kieran aka thedreadedden
|
||||||
|
- “Koda” Koda_want_to_sleep
|
||||||
|
- “Lana” smogonian
|
||||||
|
- “LJ” lj_birdman
|
||||||
|
- “Long Girl” docamakesart
|
||||||
|
- “Lucky” luckyluckylucky
|
||||||
|
- “MissingNo.” clickonflareblitz
|
||||||
|
- “Momo” sphinx_sage
|
||||||
|
- monkehestman
|
||||||
|
- “Nexxus” nexxus_
|
||||||
|
- “Nik :3” realniktrustme
|
||||||
|
- “Nikolatsu”
|
||||||
|
- “nora” ora.n
|
||||||
|
- “NOVA” fabunova
|
||||||
|
- officerporkchops
|
||||||
|
- “Omniv” omniv
|
||||||
|
- “Otterwatch” otterwatch_
|
||||||
|
- “Pandoraz” pandoraz
|
||||||
|
- “Papa Pepsm An” papapepsman
|
||||||
|
- “Penguin” peng06
|
||||||
|
- “Prodigy” lorekeeperprodigy
|
||||||
|
- “Purpenigma” purpenigma
|
||||||
|
- “Rage” ragerevival
|
||||||
|
- “♂ROMEO⚧” gerolau
|
||||||
|
- “Sagrell D'Arcadia” coffeerequired
|
||||||
|
- “serif” serifaizawa
|
||||||
|
- “SillyTopplingGoose” sillytopplinggoose
|
||||||
|
- “Splash Damage” splashceles
|
||||||
|
- “Sweg1b01” sweg1b01
|
||||||
|
- “SyntheGrim” synthegrim
|
||||||
|
- “TaMenace” tamariontherestless
|
||||||
|
- “TheTRUEgge” thetruegge
|
||||||
|
- “Thorn” crownofthorns
|
||||||
|
- “Togepi” togepimax
|
||||||
|
- “Toopy” .toopy
|
||||||
|
- “Tristan” tristan.w
|
||||||
|
- “Umbreon” umbreon\_.\_
|
||||||
|
- “Vari” \_vari\_
|
||||||
|
- “Waasephi”
|
||||||
|
- wormhood
|
||||||
|
- “Yep, it's Caio” yepitscaio
|
||||||
|
- “Ymri” ymri
|
||||||
|
- “zaccie” zaccie
|
||||||
|
- “zan” smtif
|
||||||
|
|
||||||
|
## Move Animations
|
||||||
|
- Pokémon Reborn
|
||||||
|
|
||||||
|
|
||||||
|
# ⚖️ Balance
|
||||||
|
|
||||||
|
## Balance Team
|
||||||
|
- damocleas
|
||||||
|
- Blitzy aka Kazapple
|
||||||
|
- Cynthia_calliope
|
||||||
|
- Esca
|
||||||
|
- Fontbane
|
||||||
|
- Plasto
|
||||||
|
- Sethcurry
|
||||||
|
- Starkrieg
|
||||||
|
|
||||||
|
## Past Members
|
||||||
|
- Swizzo
|
||||||
|
- Zaccie
|
||||||
|
|
||||||
|
## Past Contributors
|
||||||
|
- chrysomelinae (Mystery Events)
|
||||||
|
- AsdarDevelops (Mystery Events)
|
||||||
|
|
||||||
|
|
||||||
|
# 💻 Development
|
||||||
|
|
||||||
|
## Server Owner/Administrator
|
||||||
|
- pancakes aka patapancakes
|
||||||
|
|
||||||
|
## Senior Developers
|
||||||
|
- Walker
|
||||||
|
- NightKev
|
||||||
|
- Moka
|
||||||
|
- Temp aka Tempo-anon
|
||||||
|
- Madmadness65
|
||||||
|
|
||||||
|
## Developers
|
||||||
|
- CodeTappert
|
||||||
|
- flx-sta
|
||||||
|
- innerthunder
|
||||||
|
- frutescens
|
||||||
|
- Opaquer
|
||||||
|
- SN34KZ
|
||||||
|
- Swain aka torranx
|
||||||
|
|
||||||
|
## Junior Developers
|
||||||
|
- KimJeongSun
|
||||||
|
- ImperialSympathizer
|
||||||
|
|
||||||
|
## Bug/Issue Managers
|
||||||
|
- Snailman
|
||||||
|
- Daleks
|
||||||
|
- Lily
|
||||||
|
- PigeonBar
|
||||||
|
|
||||||
|
## Past Contributors
|
||||||
|
- Fontbane
|
||||||
|
- sodaMelon
|
||||||
|
- schmidtc1
|
||||||
|
- shayebeadling
|
||||||
|
- DustinLin
|
||||||
|
- lucfd
|
||||||
|
- madibye
|
||||||
|
- EmberCM
|
||||||
|
- Mewtwo2387
|
||||||
|
- hayuna
|
||||||
|
- sirzento
|
||||||
|
- ReneGV
|
||||||
|
- mattrossdev
|
||||||
|
- zacharied
|
||||||
|
- NxKarim
|
||||||
|
- td76099
|
||||||
|
- Xiaphear
|
||||||
|
- j-diefenbach
|
||||||
|
- jaimefd
|
||||||
|
- EvasiveAce
|
||||||
|
- EmoUsedHM01
|
||||||
|
- francktrouillez
|
||||||
|
- JakubHanko
|
||||||
|
- FredeX
|
||||||
|
- PigeonBar
|
||||||
|
- prime-dialga
|
||||||
|
- rnicar245
|
||||||
|
- rationality6
|
||||||
|
- Neverblade
|
||||||
|
- Corrade
|
||||||
|
- Admiral-Billy
|
||||||
|
- okimin
|
||||||
|
- Arxalc
|
||||||
|
- PrabbyDD
|
||||||
|
- JonStudders
|
||||||
|
- karl-police
|
||||||
|
- prateau
|
||||||
|
- meepen
|
||||||
|
- arColm
|
||||||
|
- allen925
|
||||||
|
- InfernoVulpix
|
||||||
|
- snoozbuster
|
||||||
|
- zaccie
|
||||||
|
- happinyz
|
||||||
|
- PyGaVS
|
||||||
|
- mcmontag
|
||||||
|
- ElizaAlex
|
||||||
|
- AsdarDevelops
|
||||||
|
- Vassiat
|
||||||
|
- RedstonewolfX
|
||||||
|
- Sam/Flashfyre (initial developer, started PokéRogue)
|
||||||
|
- Greenlamp
|
||||||
|
- bennybroseph
|
||||||
|
- OrangeRed
|
||||||
|
- Dakurei
|
||||||
|
- Brain Frog
|
||||||
|
|
||||||
|
|
||||||
|
# 🌎 Translation
|
||||||
|
|
||||||
|
## In-Game Translators
|
||||||
|
|
||||||
|
### 🇩🇪 German (de)
|
||||||
|
- CodeTappert
|
||||||
|
|
||||||
|
### 🇪🇸 Spanish (es-ES)
|
||||||
|
- Dan Stevenson
|
||||||
|
- Javi
|
||||||
|
- Lily Alterni
|
||||||
|
- Qyxgames
|
||||||
|
|
||||||
|
### 🇫🇷 French (fr)
|
||||||
|
- Lugiadrien
|
||||||
|
|
||||||
|
### 🇮🇹 Italian (it)
|
||||||
|
- Nicus
|
||||||
|
|
||||||
|
### 🇯🇵 Japanese (ja)
|
||||||
|
- 6mozuke9
|
||||||
|
- Chapybara
|
||||||
|
- PeachFresca
|
||||||
|
|
||||||
|
### 🇰🇷 Korean (ko)
|
||||||
|
- Enoch
|
||||||
|
- KimJeongSun
|
||||||
|
- Returntoice
|
||||||
|
- sodamelon
|
||||||
|
|
||||||
|
### 🇧🇷 Portuguese (pt-BR)
|
||||||
|
- Zé Ricardo
|
||||||
|
|
||||||
|
### 🇨🇳 Chinese (zh-CN)
|
||||||
|
- dddsenic
|
||||||
|
- mercurius
|
||||||
|
- VittorioVeneto
|
||||||
|
- Yonmaru
|
||||||
|
|
||||||
|
### 🇹🇼 Chinese (zh-TW)
|
||||||
|
- mercurius
|
||||||
|
- Seagull
|
||||||
|
|
||||||
|
### Past contributors
|
||||||
|
- Asdar (es-ES)
|
||||||
|
- Rafa (es-ES)
|
||||||
|
- GINK-SS (ko)
|
||||||
|
- prostagma (pt-BR)
|
||||||
|
- Ei (zh-TW)
|
||||||
|
|
||||||
|
## Wiki Translators
|
||||||
|
|
||||||
|
### 🇪🇸 Spanish (es-ES)
|
||||||
|
- victorcooler
|
||||||
|
|
||||||
|
### 🇫🇷 French (fr)
|
||||||
|
- Evan
|
||||||
|
- Mitsue
|
||||||
|
- Papier
|
||||||
|
- Sangara
|
||||||
|
- Voltarix
|
||||||
|
|
||||||
|
### 🇮🇹 Italian (it)
|
||||||
|
- Purce
|
||||||
|
- T-reds
|
||||||
|
|
||||||
|
### 🇰🇷 Korean (ko)
|
||||||
|
- LeKaaN
|
||||||
|
- Returntoice
|
||||||
|
- sodamelon
|
||||||
|
|
||||||
|
### 🇵🇱 Polish (pl)
|
||||||
|
- Talo
|
||||||
|
|
||||||
|
### 🇧🇷 Portuguese (pt-BR)
|
||||||
|
- Beast
|
||||||
|
- Sushi
|
||||||
|
- Zé Ricardo
|
||||||
|
|
||||||
|
### 🇨🇳 Chinese (zh-CN)
|
||||||
|
- jw-0-
|
||||||
|
|
||||||
|
### Past contributors
|
||||||
|
- Dietaube (de)
|
||||||
|
- Gnorpelltroll (de)
|
||||||
|
- xRegix (de)
|
||||||
|
- Broly Ikari (fr)
|
||||||
|
- Leo Edgar_Zimmer (fr)
|
||||||
|
- Telor (fr)
|
||||||
|
- dorri (ko)
|
||||||
|
- Little Moder_eldenring (ko)
|
||||||
|
- Andy (zh-CN)
|
||||||
|
- Black Feather (zh-CN)
|
||||||
|
- itschili (zh-CN)
|
||||||
|
- RimKnight (zh-CN)
|
||||||
|
- Yubari (zh-CN)
|
||||||
|
|
||||||
|
## 🇺🇸 English Proofreaders
|
||||||
|
- Cheyu
|
||||||
|
- Faust
|
||||||
|
- HaywiredUp
|
||||||
|
- Irridescence
|
||||||
|
- Ke'ahi
|
||||||
|
- Louie
|
||||||
|
- Nully
|
||||||
|
- PeD
|
||||||
|
- The Programmer
|
||||||
|
|
||||||
|
### Past contributors
|
||||||
|
- I...
|
||||||
|
|
||||||
|
|
||||||
|
# 📰 Wiki
|
||||||
|
|
||||||
|
## Wiki Head
|
||||||
|
- H.A.R.V.
|
||||||
|
|
||||||
|
## Wiki Lead
|
||||||
|
- Sangara
|
||||||
|
- Zac
|
||||||
|
- Smew
|
||||||
|
- Brain Frog
|
||||||
|
- Hannah
|
||||||
|
|
||||||
|
## Editor
|
||||||
|
- Prodigy
|
||||||
|
- Akuma
|
||||||
|
- Dan Gioia
|
||||||
|
- Shimizoki
|
||||||
|
- Stave
|
||||||
|
- NalysArbur
|
||||||
|
- Ceimir
|
||||||
|
- Solanum Tuberosum
|
||||||
|
- Pom
|
||||||
|
|
||||||
|
## Artist
|
||||||
|
- dub
|
||||||
|
- SmashMania
|
||||||
|
- Wren
|
||||||
|
- Lugiadrien
|
||||||
|
|
||||||
|
## Contributor
|
||||||
|
- Daleks <3
|
||||||
|
- Inferno Vulpix
|
||||||
|
- Embri
|
||||||
|
- Nekod
|
||||||
|
- P0kemonY
|
||||||
|
- Scoom
|
||||||
|
- BlueVaron
|
||||||
|
|
||||||
|
|
||||||
|
# ☎️ Discord
|
||||||
|
|
||||||
|
## Head Moderator
|
||||||
|
- leah
|
||||||
|
|
||||||
|
## Senior Moderators
|
||||||
|
- Solanum Tuberosum
|
||||||
|
- Madmadness65
|
||||||
|
- Necrowmancer
|
||||||
|
- lana
|
||||||
|
|
||||||
|
## Moderators
|
||||||
|
- Sethcurry
|
||||||
|
|
||||||
|
## Junior Moderators
|
||||||
|
- chacolah
|
||||||
|
- ChaosGrimmon
|
||||||
|
- Cynthia
|
||||||
|
- Kat
|
||||||
|
- lyn
|
||||||
|
- Pom
|
||||||
|
|
||||||
|
|
||||||
|
# ✨ Special Thanks
|
||||||
|
|
||||||
|
## Reddit Moderators
|
||||||
|
- TheZigglez
|
||||||
|
- Vicksin
|
||||||
|
- Sapphire
|
||||||
|
- Javi
|
||||||
|
- roi
|
||||||
|
|
||||||
|
## External Tools
|
||||||
|
- Ydarissep (RogueDex)
|
||||||
|
- Admiral-Billy (Offline App - Desktop)
|
||||||
|
- Red aka StonedModder (iOS App)
|
90
README.md
|
@ -37,92 +37,6 @@ For detailed guidelines on documenting your code, refer to the [comments.md](./d
|
||||||
Check out [Github Issues](https://github.com/pagefaultgames/pokerogue/issues) to see how can you help us!
|
Check out [Github Issues](https://github.com/pagefaultgames/pokerogue/issues) to see how can you help us!
|
||||||
|
|
||||||
# 📝 Credits
|
# 📝 Credits
|
||||||
> If this project contains assets you have produced and you do not see your name here, **please** reach out.
|
> If this project contains assets you have produced and you do not see your name, **please** reach out, either [here on GitHub](https://github.com/pagefaultgames/pokerogue/issues/new) or via [Discord](https://discord.gg/pokerogue).
|
||||||
|
|
||||||
### 🎵 BGM
|
Thank you to all the wonderful people that have contributed to the PokéRogue project! You can find the credits [here](./CREDITS.md).
|
||||||
- Pokémon Mystery Dungeon: Explorers of Sky
|
|
||||||
- Arata Iiyoshi
|
|
||||||
- Hideki Sakamoto
|
|
||||||
- Keisuke Ito
|
|
||||||
- Ken-ichi Saito
|
|
||||||
- Yoshihiro Maeda
|
|
||||||
- Pokémon Black/White
|
|
||||||
- Go Ichinose
|
|
||||||
- Hitomi Sato
|
|
||||||
- Shota Kageyama
|
|
||||||
- Pokémon Mystery Dungeon: Rescue Team DX
|
|
||||||
- Keisuke Ito
|
|
||||||
- Arata Iiyoshi
|
|
||||||
- Atsuhiro Ishizuna
|
|
||||||
- Pokémon HeartGold/SoulSilver
|
|
||||||
- Pokémon Black/White 2
|
|
||||||
- Pokémon X/Y
|
|
||||||
- Pokémon Omega Ruby/Alpha Sapphire
|
|
||||||
- Pokémon Sun/Moon
|
|
||||||
- Pokémon Ultra Sun/Ultra Moon
|
|
||||||
- Pokémon Sword/Shield
|
|
||||||
- Pokémon Legends: Arceus
|
|
||||||
- Pokémon Scarlet/Violet
|
|
||||||
- Firel (Custom Ice Cave, Laboratory, Metropolis, Plains, Power Plant, Seabed, Space, and Volcano biome music)
|
|
||||||
- Lmz (Custom Ancient Ruins, Jungle, and Lake biome music)
|
|
||||||
- Andr06 (Custom Slum and Sea biome music)
|
|
||||||
|
|
||||||
### 🎵 Sound Effects
|
|
||||||
- Pokémon Emerald
|
|
||||||
- Pokémon Black/White
|
|
||||||
|
|
||||||
### 🎨 Backgrounds
|
|
||||||
- Squip (Paid Commissions)
|
|
||||||
- Contributions by Someonealive-QN
|
|
||||||
|
|
||||||
### 🎨 UI
|
|
||||||
- GAMEFREAK
|
|
||||||
- LJ Birdman
|
|
||||||
|
|
||||||
### 🎨 Pagefault Games Intro
|
|
||||||
- Spectremint
|
|
||||||
|
|
||||||
### 🎨 Game Logo
|
|
||||||
- Gonstar (Paid Commission)
|
|
||||||
|
|
||||||
### 🎨 Trainer Sprites
|
|
||||||
- GAMEFREAK (Pokémon Black/White 2, Pokémon Diamond/Pearl)
|
|
||||||
- kyledove
|
|
||||||
- Brumirage
|
|
||||||
- pkmn_realidea (Paid Commissions)
|
|
||||||
- IceJkai
|
|
||||||
|
|
||||||
### 🎨 Trainer Portraits
|
|
||||||
- pkmn_realidea (Paid Commissions)
|
|
||||||
|
|
||||||
### 🎨 Pokemon Sprites and Animation
|
|
||||||
- GAMEFREAK (Pokémon Black/White 2)
|
|
||||||
- Smogon Sprite Project (Various Artists)
|
|
||||||
- Skyflyer
|
|
||||||
- Nolo33
|
|
||||||
- Ebaru
|
|
||||||
- EricLostie
|
|
||||||
- KingOfThe-X-Roads
|
|
||||||
- kiriaura
|
|
||||||
- Caruban
|
|
||||||
- Sopita_Yorita
|
|
||||||
- Azrita
|
|
||||||
- AshnixsLaw
|
|
||||||
- Hellfire0raptor
|
|
||||||
- RetroNC
|
|
||||||
- Franark122k
|
|
||||||
- OldSoulja
|
|
||||||
- PKMarioG
|
|
||||||
- ItsYugen
|
|
||||||
- lucasomi
|
|
||||||
- Pkm Sinfonia
|
|
||||||
- Poki Papillon
|
|
||||||
- Fleimer_
|
|
||||||
- bizcoeindoloro
|
|
||||||
- mangalos810
|
|
||||||
- Involuntary-Twitch
|
|
||||||
- selstar
|
|
||||||
- koda_want_to_sleep
|
|
||||||
|
|
||||||
### 🎨 Move Animations
|
|
||||||
- Pokémon Reborn
|
|
||||||
|
|
|
@ -10,5 +10,5 @@ declare global {
|
||||||
*
|
*
|
||||||
* To set up your own server in a test see `game_data.test.ts`
|
* To set up your own server in a test see `game_data.test.ts`
|
||||||
*/
|
*/
|
||||||
var i18nServer: SetupServerApi;
|
var server: SetupServerApi;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "pokemon-rogue-battle",
|
"name": "pokemon-rogue-battle",
|
||||||
"version": "1.1.6",
|
"version": "1.3.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "pokemon-rogue-battle",
|
"name": "pokemon-rogue-battle",
|
||||||
"version": "1.1.6",
|
"version": "1.3.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@material/material-color-utilities": "^0.2.7",
|
"@material/material-color-utilities": "^0.2.7",
|
||||||
|
@ -16,6 +16,7 @@
|
||||||
"i18next-http-backend": "^2.6.1",
|
"i18next-http-backend": "^2.6.1",
|
||||||
"i18next-korean-postposition-processor": "^1.0.0",
|
"i18next-korean-postposition-processor": "^1.0.0",
|
||||||
"json-stable-stringify": "^1.1.0",
|
"json-stable-stringify": "^1.1.0",
|
||||||
|
"jszip": "^3.10.1",
|
||||||
"phaser": "^3.70.0",
|
"phaser": "^3.70.0",
|
||||||
"phaser3-rex-plugins": "^1.1.84"
|
"phaser3-rex-plugins": "^1.1.84"
|
||||||
},
|
},
|
||||||
|
@ -2723,6 +2724,11 @@
|
||||||
"node": ">= 0.6"
|
"node": ">= 0.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/core-util-is": {
|
||||||
|
"version": "1.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
||||||
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
|
||||||
|
},
|
||||||
"node_modules/cross-fetch": {
|
"node_modules/cross-fetch": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
|
||||||
|
@ -4045,6 +4051,11 @@
|
||||||
"node": ">= 4"
|
"node": ">= 4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/immediate": {
|
||||||
|
"version": "3.0.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
|
||||||
|
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ=="
|
||||||
|
},
|
||||||
"node_modules/import-fresh": {
|
"node_modules/import-fresh": {
|
||||||
"version": "3.3.0",
|
"version": "3.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
|
||||||
|
@ -4072,6 +4083,11 @@
|
||||||
"node": ">=0.8.19"
|
"node": ">=0.8.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/inherits": {
|
||||||
|
"version": "2.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
||||||
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
||||||
|
},
|
||||||
"node_modules/ini": {
|
"node_modules/ini": {
|
||||||
"version": "4.1.1",
|
"version": "4.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
|
||||||
|
@ -4481,6 +4497,17 @@
|
||||||
"url": "https://github.com/sponsors/ljharb"
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/jszip": {
|
||||||
|
"version": "3.10.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
|
||||||
|
"integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
|
||||||
|
"dependencies": {
|
||||||
|
"lie": "~3.3.0",
|
||||||
|
"pako": "~1.0.2",
|
||||||
|
"readable-stream": "~2.3.6",
|
||||||
|
"setimmediate": "^1.0.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/keyv": {
|
"node_modules/keyv": {
|
||||||
"version": "4.5.4",
|
"version": "4.5.4",
|
||||||
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
||||||
|
@ -4648,6 +4675,14 @@
|
||||||
"node": ">= 0.8.0"
|
"node": ">= 0.8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/lie": {
|
||||||
|
"version": "3.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
|
||||||
|
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"immediate": "~3.0.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/linkify-it": {
|
"node_modules/linkify-it": {
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
|
||||||
|
@ -5237,6 +5272,11 @@
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "BlueOak-1.0.0"
|
"license": "BlueOak-1.0.0"
|
||||||
},
|
},
|
||||||
|
"node_modules/pako": {
|
||||||
|
"version": "1.0.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
|
||||||
|
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
|
||||||
|
},
|
||||||
"node_modules/papaparse": {
|
"node_modules/papaparse": {
|
||||||
"version": "5.4.1",
|
"version": "5.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz",
|
||||||
|
@ -5485,6 +5525,11 @@
|
||||||
"node": ">= 0.8.0"
|
"node": ">= 0.8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/process-nextick-args": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
||||||
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
||||||
|
},
|
||||||
"node_modules/prompts": {
|
"node_modules/prompts": {
|
||||||
"version": "2.4.2",
|
"version": "2.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
|
||||||
|
@ -5551,6 +5596,25 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"node_modules/readable-stream": {
|
||||||
|
"version": "2.3.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
||||||
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
||||||
|
"dependencies": {
|
||||||
|
"core-util-is": "~1.0.0",
|
||||||
|
"inherits": "~2.0.3",
|
||||||
|
"isarray": "~1.0.0",
|
||||||
|
"process-nextick-args": "~2.0.0",
|
||||||
|
"safe-buffer": "~5.1.1",
|
||||||
|
"string_decoder": "~1.1.1",
|
||||||
|
"util-deprecate": "~1.0.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/readable-stream/node_modules/isarray": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
|
||||||
|
},
|
||||||
"node_modules/rechoir": {
|
"node_modules/rechoir": {
|
||||||
"version": "0.8.0",
|
"version": "0.8.0",
|
||||||
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
|
||||||
|
@ -5741,6 +5805,11 @@
|
||||||
"tslib": "^2.1.0"
|
"tslib": "^2.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/safe-buffer": {
|
||||||
|
"version": "5.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
||||||
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
||||||
|
},
|
||||||
"node_modules/safe-regex": {
|
"node_modules/safe-regex": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
|
||||||
|
@ -5800,6 +5869,11 @@
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/setimmediate": {
|
||||||
|
"version": "1.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
|
||||||
|
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
|
||||||
|
},
|
||||||
"node_modules/shebang-command": {
|
"node_modules/shebang-command": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
||||||
|
@ -5917,6 +5991,14 @@
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/string_decoder": {
|
||||||
|
"version": "1.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
||||||
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
||||||
|
"dependencies": {
|
||||||
|
"safe-buffer": "~5.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/string-width": {
|
"node_modules/string-width": {
|
||||||
"version": "5.1.2",
|
"version": "5.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
||||||
|
@ -6473,6 +6555,11 @@
|
||||||
"requires-port": "^1.0.0"
|
"requires-port": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/util-deprecate": {
|
||||||
|
"version": "1.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
||||||
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
||||||
|
},
|
||||||
"node_modules/vite": {
|
"node_modules/vite": {
|
||||||
"version": "5.4.8",
|
"version": "5.4.8",
|
||||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz",
|
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "pokemon-rogue-battle",
|
"name": "pokemon-rogue-battle",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.1.6",
|
"version": "1.3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
|
@ -55,6 +55,7 @@
|
||||||
"i18next-http-backend": "^2.6.1",
|
"i18next-http-backend": "^2.6.1",
|
||||||
"i18next-korean-postposition-processor": "^1.0.0",
|
"i18next-korean-postposition-processor": "^1.0.0",
|
||||||
"json-stable-stringify": "^1.1.0",
|
"json-stable-stringify": "^1.1.0",
|
||||||
|
"jszip": "^3.10.1",
|
||||||
"phaser": "^3.70.0",
|
"phaser": "^3.70.0",
|
||||||
"phaser3-rex-plugins": "^1.1.84"
|
"phaser3-rex-plugins": "^1.1.84"
|
||||||
},
|
},
|
||||||
|
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 454 B After Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 722 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 998 B |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 972 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 835 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 610 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 610 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 840 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 548 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 907 B |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1010 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1001 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1012 B |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 782 B |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 3.8 KiB |