Changes

7 bytes added ,  20:05, 28 October 2016
m
→‎Produce Quality and Type: Fixed math being all on same line
Line 94: Line 94:  
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 600 Friendship (3 Hearts), 150 Mood, and 0.10 Daily Luck, would be calculated as:
 
<code> =(600 + (150*(-2)))/5000 +0.1
 
<code> =(600 + (150*(-2)))/5000 +0.1
 +
 
=(600-300)/5000 +0.1
 
=(600-300)/5000 +0.1
 +
 
=0.16</code>
 
=0.16</code>
   Line 107: Line 109:  
For example, an animal with 600 Friendship (3 Hearts) and 150 Mood would be calculated as:
 
For example, an animal with 600 Friendship (3 Hearts) and 150 Mood would be calculated as:
 
<code> =(600 + (150*(-2)))/1200
 
<code> =(600 + (150*(-2)))/1200
 +
 
=(600-300)/1200
 
=(600-300)/1200
 +
 
=0.25</code>
 
=0.25</code>
   Line 121: Line 125:     
<code>=(600/1000)-(1 - (150/225))
 
<code>=(600/1000)-(1 - (150/225))
 +
 
=0.6 - (1 - 0.666~)
 
=0.6 - (1 - 0.666~)
 +
 
=0.6 - 0.333~
 
=0.6 - 0.333~
 +
 
=0.266~ </code>
 
=0.266~ </code>
  
107

edits