Skip to main content

Efficiency Types & Entities

(Enum) Efficiency Algorithm Type

'main', 'ironman', 'ultimate', 'lvl3', 'f2p', 'f2p_lvl3', 'f2p_ironman', 'f2p_lvl3_ironman'

(Object) Skill Meta Method

FieldTypeDescription
startExpnumberWhat exp to start calculating EHP from.
ratenumberThe exp per hour for the method.
realRate?numberScaled exp per hour for the method based on bonuses received.
descriptionstringThe description of the method.

(Object) Bonus

FieldTypeDescription
originSkillSkillThe skill that gives the bonus.
bonusSkillSkillThe skill that receives the bonus.
startExpnumberStart exp of origin skill for which bonus skill starts receiving bonus exp.
endExpnumberEnd exp of origin skill for which bonus skill stops receiving bonus exp.
maxBonus?numberCalculated max bonus a bonus skill can receive from origin skill.
endbooleanWhether the bonus exp is added at the end when calculating EHP for the bonus skill.
rationumberThe ratio of bonus xp given to bonus skill per exp in origin skill.

(Object) Skill Meta Config

FieldTypeDescription
skillSkill
methodsSkillMetaMethod[]An array of skill methods used to calculate EHP.
bonusesBonus[]A list of bonuses the skill gives to other skills.

(Object) Boss Meta Config

FieldTypeDescription
bossBoss
ratenumberThe kills per hour for a certain boss.