Experience and Recipe Algorithms

Members online

No members online now.

Hegemon

Administrator
Staff member
Administrator
posted Jan 19, 16

We have been creating and polishing our levelling algorithm to scale with increased levels as well as interesting algorithm which will dictate the success/fail rate of a recipe depending on the required level and the increases to success that having each level above the required level of the recipe gives.

Recipe Formulas:

Percentage Success Increase / Level Above Requirement = 5/((Recipe Level*0.1)-(Recipe Level*0.05))
Chance for Recipe to Fail = (Recipe Level/2+70-Recipe Level)
Level Required for Perfection = (Recipe Level/2+70-Recipe Level)/5/((Recipe Level*0.1)-(Recipe Level*0.05))+Recipe Level

Experience Formulas:

Experience Reward for Success = (Recipe Level/8*5)+50+((Recipe Level-10)*1.5)
Experience Required for Level Up = To be Confirmed
 
Top