LegoFigure11 / swsh-overworld-rng-gui

GNU General Public License v3.0
28 stars 13 forks source link

Some encounter-data appears to be missing. #20

Closed yatsuna827 closed 2 years ago

yatsuna827 commented 2 years ago

3番道路に出現するアオガラスと、ルミナスメイズの森に出現するベロバー、ギモーの固定シンボルのデータが無いようです。 これらのポケモンはOverworld RNGの対象ですか?

There seems to be no data of EncouterType: Static for Corvisquire that appears on Road 3 and Impidimp and Morgrem that appear in Glimwood Tangle. Are these Pokémon eligible for Overworld RNG?

LegoFigure11 commented 2 years ago

I'm unsure about the Corvisquire, but as per https://gist.github.com/Lusamine/e17168d92019672c1f9dcc1a246d9818#these-encounters-do-not-use-overworld-rng the Impidimp and Morgrem are scripted encounters that do not use the Overworld RNG. I will be able to check the Corvisquire later today and I will get back to you regarding that one!

LegoFigure11 commented 2 years ago

The Route 3 Corvisquire does use Overworld RNG! image It is a static encounter with Shiny Lock. I will add it to the JSON later and close this issue when I do. Thank you for pointing this out!

LegoFigure11 commented 2 years ago

Please note I added a new boolean | null field "ShinyLocked" to the JSON and you may need to update your TypeScript to account for this ^^"