Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi there o/
What is the Card Mixer logic to prefer the first or the second card to be the final result ?
Is it only RNG and there is no way to guess right to avoid good card loss ? :S

(+1)

For what I noticed, its RNG if the cards are the same level, and if one is of a higher level, the result will be equal the one of higher level

(+1)

ah good to know for the higher level thing

After my first attempts I thought something like 'the second card will be the result", but then I lost a good card by fusing it with the similar non-nude card :( 

(+1)

After double-checking my code to make sure, it is as the other mentioned. The higher level will be the one to remain. If they both have the same level, it will be random instead.