Difference between revisions of "Color"

From PotionEmpire Wiki
Jump to: navigation, search
Line 4: Line 4:
 
* If more than '''4''' ingredients in the mix has an extract of '''different colors''' the result will be '''black'''.
 
* If more than '''4''' ingredients in the mix has an extract of '''different colors''' the result will be '''black'''.
 
* The white color is ignored, unless you mix 2 or more colors with white extract; in that case, if the majority of the combination results are white the potion will be white
 
* The white color is ignored, unless you mix 2 or more colors with white extract; in that case, if the majority of the combination results are white the potion will be white
* When mixing more then 2 ingredients, the most recurring combination result will be taken as valid.
+
* When mixing more then 2 ingredients, the most recurring combination result will be taken as valid. If there is no most recurring combination, the potion will take the color of the first combination.
  
 
== Combination results ==
 
== Combination results ==
Line 58: Line 58:
 
* orange = 1
 
* orange = 1
  
The most recurrent is '''orange''', so this will be the final result.
+
Since there is not a most recurring combination, the potion will have the color of the first combination, in this case '''green'''.

Revision as of 16:01, 1 June 2021

The ingredients, and therefore the potions you can make, can have 8 colors: black.pngblack, white.pngwhite, red.pngred, blue.pngblue, yellow.pngyellow, orange.pngorange, green.pnggreen and purple.pngpurple. When mixing two or more different colors, you must keep in mind that:

  • If at least 1/3 of the ingredients used has a black extract, the result will be black.
  • If more than 4 ingredients in the mix has an extract of different colors the result will be black.
  • The white color is ignored, unless you mix 2 or more colors with white extract; in that case, if the majority of the combination results are white the potion will be white
  • When mixing more then 2 ingredients, the most recurring combination result will be taken as valid. If there is no most recurring combination, the potion will take the color of the first combination.

Combination results

Black

  • + anything = black

Red

  • + red = red
  • + blue = purple
  • + yellow = orange
  • + purple = red
  • + orange = red
  • + green = green

Blue

  • + blue = blue
  • + yellow = green
  • + purple = blue
  • + orange = purple
  • + green = blue

Yellow

  • + yellow = yellow
  • + purple = orange
  • + orange = orange
  • + green = green

Purple

  • + purple = purple
  • + orange = red
  • + green = green

Orange

  • + orange = orange
  • + green = green

Green

  • + green = green

White

  • + white = white

Example

Lets say we are mixing 4 ingredients and their extract is respectively blue, yellow, orange and white. The parser will do the following operations:

  • blue + yellow = green
  • blue + orange = purple
  • yellow + orange = orange

We have the following occurrences:

  • green = 1
  • purple = 1
  • orange = 1

Since there is not a most recurring combination, the potion will have the color of the first combination, in this case green.