Changes

Jump to navigation Jump to search
20 bytes added ,  02:27, 25 October 2021
fix syntaxhighlight error
Line 58: Line 58:     
:::My numbers are different than what LahaiRoi got. My numbers were all the same as what the page already has for all fertilizers, except the Deluxe. I think the actual formulas are, based on the given code (forgive my pseudo code):
 
:::My numbers are different than what LahaiRoi got. My numbers were all the same as what the page already has for all fertilizers, except the Deluxe. I think the actual formulas are, based on the given code (forgive my pseudo code):
:::<syntaxhighlight>
+
:::<syntaxhighlight lang="C#">
 
iridium: gold chance / 2
 
iridium: gold chance / 2
   Line 87: Line 87:  
::::[[User:LahaiRoi|LahaiRoi]] ([[User talk:LahaiRoi|talk]]) 17:42, 10 September 2021 (UTC)
 
::::[[User:LahaiRoi|LahaiRoi]] ([[User talk:LahaiRoi|talk]]) 17:42, 10 September 2021 (UTC)
 
::::Here are my exact formulas:
 
::::Here are my exact formulas:
::::<syntaxhighlight>
+
::::<syntaxhighlight lang="C#">
 
gold chance (r) = 0.2*(farminglevel/10) + 0.2*fertlevel*((farminglevel+2)/12)+0.01
 
gold chance (r) = 0.2*(farminglevel/10) + 0.2*fertlevel*((farminglevel+2)/12)+0.01
 
iridium chance = if fertlevel >= 3
 
iridium chance = if fertlevel >= 3
107,395

edits

Navigation menu