Cr4xy / noita-seed-tool

https://cr4xy.dev/noita/index.html
MIT License
28 stars 5 forks source link

if you hold a flask that is exactly the same material then shift is skipped #12

Open whismerhill opened 2 years ago

whismerhill commented 2 years ago

I just discovered this mechanic putting it here for lack of knowing where to write this discovery: if you hold a flask that is exactly the same material then shift is skipped

example: polymorphine shift with polymorphine in your flask then this shift will be skipped & the next shift will execute instead, taking your flask of polymorphine into account if there's a flask in source or destination.

let's do that in this seed: 805956690 with NO previous shifts done, polymorphine will be transformed to blood (shift number 2)

Cr4xy commented 2 years ago

That's very interesting! Thanks for posting this. I guess a good place for this would be in the the Noita Wiki page about fungal shifts (https://noita.fandom.com/wiki/Fungal_Reality_Shift?#:~:text=New%20Game%20Plus.-,Holding%20a%20flask,-If%20the%20player)

whismerhill commented 2 years ago

additional notes:
-if the other material is a "group" it won't skip. (since there is no way to match a group with a group AFAIK) -if you use noita cheat tools then it will accurately tell you whether next shift will be skipped

and the wiki, well.... this information only becomes relevant if you use noita seed tool or something otherwise if you don't, the only way to know that a shift was skipped is to count the number of shifts, do them all & realize you got less than 20

So what I'm getting at is that : I have no idea how to rewrite that idea specifically for the wiki.