cecilbowen / pokemon-sandwich-simulator

Simulate making sandwiches for Pokemon Scarlet and Violet.
https://cecilbowen.github.io/pokemon-sandwich-simulator/
98 stars 34 forks source link

pokemon scarlet v1.1.0 recipe don't match #29

Open KellerBeMaciel opened 1 year ago

KellerBeMaciel commented 1 year ago

image

Well, i'm using this simulator to create recepies to farm exp. point while farming EV or anyway when i'm in the midle of a outbreak, in this case i use the simulator and created the recepie on the image, but, when i tryed in game, give this boost, in this order:

At first i though that was maybe just an error on the algorithm, but the fairy type catch me by surprise

cecilbowen commented 1 year ago

You probably followed the recipe incorrectly or dropped some ingredients off the sandwich, since I tried it in-game and the powers were identical to the sim. In fact, you probably used 2 regular tomatoes instead of cherry tomatoes, as regular tomatoes are the ones that give Fairy typing. image

That being said, the types last 2 types are swapped in the sim. This is because of the work-in-progress on the special, low-level type cases documented here: https://github.com/cecilbowen/pokemon-sandwich-simulator/blob/master/src/misc/rules.txt#L45 So props for helping refine that special type case a little further. I will update the tool in the future with that recipe added as a test, and updated type calculation to pass it.