Changes

Jump to navigation Jump to search
No change in size ,  01:36, 6 November 2017
m
Made formula not broken up and easier to read.
Line 14: Line 14:  
The formula used to calculate daily luck (as of PC v1.11) is:
 
The formula used to calculate daily luck (as of PC v1.11) is:
   −
<code>If player has '''Special Charm'''
+
<pre>If player has Special Charm
 
+
    and
and  
+
  a random number between 0.0 and 1.0 is less than 0.8
 
+
Then
a random number between 0.0 and 1.0 is less than 0.8
+
    Daily Luck = 0.1
 
+
Otherwise
Then daily luck = 0.1
+
    Daily Luck = a random number between -0.1 and 0.1</pre>
 
  −
Otherwise  
  −
 
  −
Daily Luck = a random number between -0.1 and 0.1</code>
      
Since the Special Charm is unavailable, the last part of the formula always executes.
 
Since the Special Charm is unavailable, the last part of the formula always executes.

Navigation menu