Home/Mechanics

Game Mechanics

31 game constants and formulas extracted from the game data.

Formulas (16)

Crafting Skill Xp Formula

15.0 * skill_level^1.8

Dungeon Duration Formula

300 + tier * 180

Dungeon Gold Formula

25 * (tier+1)^2

Dungeon Xp Formula

100 * (tier+1) + (tier+1)^2 * 25

Gathering Skill Xp Formula

10.0 * skill_level^1.8

Level Xp Formula

10.0 * level^1.8

Quest Duration Formula

190 + level * 10

Quest Gold Formula

5 + level * 3 + level^2 / 10

Quest Xp Formula

15 + level * 5 + level^2 / 5

Raid Duration Formula

3600 + index * 1800

Raid Gold Formula

500 * (index+1)^2

Raid Xp Formula

2000 * (index+1)

Tier Base Attack Formula

8 + tier * 10 + tier^2 * 2

Tier Base Combat Power Formula

15 + tier * 12 + tier^2 * 2

Tier Base Defense Formula

4 + tier * 5 + tier^2

Tier Base Health Formula

100 + tier^2 * 50 + tier * 25

Rarity Multipliers (10)

Constant Value
Rarity Cp Multiplier Common 1.0
Rarity Cp Multiplier Epic 2.2
Rarity Cp Multiplier Legendary 3.0
Rarity Cp Multiplier Rare 1.5
Rarity Cp Multiplier Uncommon 1.3
Rarity Value Multiplier Common 1.0
Rarity Value Multiplier Epic 2.8
Rarity Value Multiplier Legendary 4.0
Rarity Value Multiplier Rare 1.8
Rarity Value Multiplier Uncommon 1.4

General (5)

Constant Value
Max Character Level 60
Max Offline Hours 24
Offline Crafting Rate 0.5
Offline Gathering Rate 0.5
Offline Quest Rate 0.25