Formulae: Difference between revisions

From IdleOn MMO Wiki
m (Fix broken formula)
Line 164: Line 164:
=== Attack Speed ===
=== Attack Speed ===
<math>
<math>
{\rm SPD}_{25>Class\ Lv}\ =\ \left(\frac{75-lvl}{25}\right)\ast1.8\  
\text{WaitTimeSpeed}\begin{Bmatrix}
\text{Fired Up Buff} = & Min\left(13,2+\text{Weapon Speed}\right) \\
\text{ClassLevel} < 25 = & Min\left(13,\left ( \frac{75-Level}{25} \right )*1.8+\text{Weapon Speed}\right) \\
\text{ClassLevel} > 25 = & \text{Weapon Speed}
\end{Bmatrix}
</math>
</math>


<math>
<math>
{Wait\ Time\ Speed}_{25>Class\ Lv}=Min\left(13,SPD+AttackSpeed\right)
\text{Fisticuffs and Spear}=\frac{\frac{\left(0.6\ +\ \left(\frac{10-WaitTimeSpeed}{5}\right)\ +\ 0.35\right)}{\left(\text{BasicATKSpeedBonuses}+CauliflowerMeal+PotatoChip+HyperSwiftBubble+DeathsStorageUnitShipment\right)}}{100}+1
</math>
</math>


<math>
<math>
{Wait\ Time\ Speed}_{25<Class\ Lv}=Min\left(13,2+AttackSpeed\right)
Bow=\frac{\frac{0.7\ +\ \left(\frac{10-WaitTimeSpeed}{5}\right)+0.1}{\text{BasicATKSpeedBonuses}+CauliflowerMeal+PotatoChip+HyperSwiftBubble+DeathsStorageUnitShipment}}{100}+1
</math>
</math>


<math>
<math>
Fisticuffs\ N\ Spear=\frac{\frac{\left(0.6\ +\ \left(\frac{10-WaitTimeSpeed}{5}\right)+0.35\right)}{\left(MidnightStopwatchRing+BalloonDogChain+CauliflowerMeal+PotatoChip+HyperSwiftBubble+DeathsStorageUnitShipment\right)}}{100}+1
Wand=\frac{\frac{0.16\ +\ \left(\frac{10-WaitTimeSpeed}{5}\right)+1.2}{SpeedyBookTalentBuff+\text{BasicATKSpeedBonuses}+CauliflowerMeal+PotatoChip+HyperSwiftBubble+DeathsStorageUnitShipment}}{100}+1
</math>
</math>


<math>
<math>
Bow=\frac{\frac{0.7\ +\ \left(\frac{10-WaitTimeSpeed}{5}\right)+0.1}{MidnightStopwatchRing+BalloonDogChain+CauliflowerMeal+PotatoChip+HyperSwiftBubble+DeathsStorageUnitShipment}}{100}+1
AFKAttackSpeed=Max\left(0.1,\frac{\frac{1\ +\ \left(\frac{10-WaitTimeSpeed}{5}\right)}{SpeedyBookTalentBuff+MidnightStopwatchRing+BalloonDogChain+CauliflowerMeal+PotatoChip+HyperSwiftBubble+DeathsStorageUnitShipment}}{100}+1\right)
</math>
 
<math>
Wand=\frac{\frac{0.16\ +\ \left(\frac{10-WaitTimeSpeed}{5}\right)+1.2}{SpeedyBookTalentBuff+MidnightStopwatchRing+BalloonDogChain+CauliflowerMeal+PotatoChip+HyperSwiftBubble+DeathsStorageUnitShipment}}{100}+1
</math>
</math>


<math>
AFKAttackSpeed=Max\left(0.1,\frac{\frac{1\ +\ \left(\frac{10-WaitTimeSpeed}{5}\right)}{SpeedyBookTalentBuff+MidnightStopwatchRing+BalloonDogChain+CauliflowerMeal+PotatoChip+HyperSwiftBubble+DeathsStorageUnitShipment}}{100}+1\right)
</math>
=== Food Consumption===
=== Food Consumption===
==== Healing Food ====
==== Healing Food ====

Revision as of 19:55, 1 May 2024

Note: Page under construction. Feel free to add any additional information. If you don't know how to use the math mode, just put the raw, I (#Sacrezar#9802)'ll modify it.

XP required per level

Skilling

Mining

Choppin

Fishing

Catching

Cooking


luckVAL is accessed by the index of the meal in the list. Example: The 5th meal has a base luckVAL of 0.02.

Actual luck depends on the previous (to the right) meal's failure. So the second in a list of 5 would need meals 3, 4, and 5 to all fail and then it's own to succeed. Without fire level or luck factoring in that would be:

(1-0.02) * (1-0.05) * (1-0.1) * 0.2 = 16.758%

Fighting formula

Damage done

Crit Chance

Crit Damage

Boss Damage

Attack Speed

Food Consumption

Healing Food

Movement Speed Food

Skilling Food

Damage taken per hit

Alchemy

P2W Tab

Cauldrons

Liquid

Vials

Player

Liquid

  • is P2W Liquid Regen

Multiply this by 1.5 if you have the corresponding gem upgrade.

Active Alchemy XP/Hr

Misc

Drop Rate

Teleportation cap

Where 'n' is the number of time you bought Daily Teleports.

Statues

Stamps

As of v1.14, the bribe effect is 8%, not 5%.

  • is the Blue Flav vial effect.
  • is the number of time you can lvl up a stamp before having to pay using materials.
  • and are value you can find in the code or in the wiki, look for data-i in the .stampdiv of the stamp you want to know about.

Post Office

Worship

w = ((5+highest wave)/10)^2.6

f= Food bonus

Souls from Totem = 5(1+Bonus souls on map)*w*f

Gaming

Functions