Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+3)

atm, if order does something and if 3 potions is the max number for combination, there's 336 possible combinations.

would be good to have a "flush cauldron" button (or have one of the potion do that with an indicator).

(+1)

I can assure you that order doesn't matter, hopefully for now. Find a potion that makes any effect, mix them again in a different order, it'll make the same effect.

(+3)

Mistake.

The formula for apply, is " n! / ((n-k)!* k!) "
n = Total of elements
k = Elements per group.

Applying it to the case, it is " 7! / ((7-3)!*3!) "
Which, results in "35" possible combinations

This only applies, when the order of the elements in the group does not matter.
As it is in this case.