Hello, a bug experienced a week ago or so. I was playing freerunner, no challenge (learnign freerunner was challenge enough). I wanted to use seeds to get XP potion (I was in floor 23 or 24, level 29) I used black/black/green, wishing to get XP, or at worse, health. -> I got a Fire potion. peeved, I tried 3 green --> got poison. I tried, 1 grey, 1 pink, 1 yellow, I got Ice potion I tried a few other combination of 3, and almost always for a potion unrelated to the seeds.
What is the bug here? You got random potions because you used different seeds
Read it fully, he says he got other potions when using 3 seeds.
Now @calavente healing potions stop being produced after a while from sungrass but I doubt you hit that limit.
Other than that unless you use only 3 of a certain seed you have a 1/4 chance to get a fully random potion.
The chance of producing a potion of healing decreases with each succesfully crafted one. You can craft a random one instead even after crafting just one.
oh thanks. it still mean that I got 4-5 times the “1/4 fully random” :) I had a lot of healing potions dropped by bats and all, but it was my first alchemy healing. and 3 green seeds should have given me a health… :/
https://github.com/00-Evan/shattered-pixel-dungeon/blob/2bb34a4e91d29c8785a9363cad6ddfe5122b1d4f/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/potions/Potion.java#L515 With 3 different seeds, there is a 50% chance of a fully random potion. With 2 different seeds, there is a 25% chance of a fully random potion.
https://github.com/00-Evan/shattered-pixel-dungeon/blob/2bb34a4e91d29c8785a9363cad6ddfe5122b1d4f/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/potions/Potion.java#L538 The 1st healing potion is garunteed and the limit is 9, every brew decreasing the chance.
normaly you should get random… between the seeds used. you shouldn’t get a fourth effect. (apparently there’s still a 25% of random effect)

