Changes

371 bytes added ,  16:15, 29 October 2016
→‎Produce Quality and Type: Added some colouring to make the calculation examples slightly easier to understand
Line 89: Line 89:  
For each Duck or Rabbit, an overall score is created which is equal to the animals Friendship added to the "Mood Modifier" all divided by 5,000, then added to the player's Daily Luck.
 
For each Duck or Rabbit, an overall score is created which is equal to the animals Friendship added to the "Mood Modifier" all divided by 5,000, then added to the player's Daily Luck.
   −
For example, an animal with 600 Friendship (3 Hearts), 150 Mood, and 0.10 Daily Luck, would be calculated as:
+
For example, an animal with <font color="Red">600 Friendship</font> (3 Hearts), <font color="Blue">150 Mood</font>, and <font color="Green>0.10 Daily Luck</font>, would be calculated as:
   −
<code> =(600 + (150*(-2)))/5000 +0.1
+
<code> =(<font color="Red">600</font> + (<font color="Blue">150</font>*(-2)))/5000 + <font color="Color_Name">0.10</font>
   −
=(600-300)/5000 +0.1
+
=(600-300)/5000 + 0.10
    
=0.16</code>
 
=0.16</code>
    
Each time a product is rolled, a number between 0-1 is chosen randomly. If the overall score is higher than the random number, a Deluxe product will be created.
 
Each time a product is rolled, a number between 0-1 is chosen randomly. If the overall score is higher than the random number, a Deluxe product will be created.
 +
    
====Large Eggs & Large Milk====
 
====Large Eggs & Large Milk====
Line 105: Line 106:  
Each animal will have an overall score created equal to the animals Friendship added to the "Mood Modifier" all divided by 1,200.
 
Each animal will have an overall score created equal to the animals Friendship added to the "Mood Modifier" all divided by 1,200.
   −
For example, an animal with 600 Friendship (3 Hearts) and 150 Mood would be calculated as:
+
For example, an animal with <font color="Red">600 Friendship</font> (3 Hearts) and <font color="Blue">150 Mood</font> would be calculated as:
   −
<code> =(600 + (150*(-2)))/1200
+
<code> =((<font color="Red">600</font> + (<font color="Blue">150</font>*(-2)))/1200
    
=(600-300)/1200
 
=(600-300)/1200
Line 121: Line 122:  
Each animal will have an overall score created equal to One minus mood divided by 225, all subtracted from Friendship divided by 1,000
 
Each animal will have an overall score created equal to One minus mood divided by 225, all subtracted from Friendship divided by 1,000
   −
For example, an animal with 600 Friendship (3 Hearts) and 150 Mood would be calculated as:
+
For example, an animal with <font color="Red">600 Friendship</font> (3 Hearts) and <font color="Blue">150 Mood</font> would be calculated as:
   −
<code>=(600/1000)-(1 - (150/225))
+
<code>=((<font color="Red">600</font>/1000)-(1 - (<font color="Blue">150</font>/225))
    
=0.6 - (1 - 0.666~)
 
=0.6 - (1 - 0.666~)
107

edits