This page is a collection of formulas used for calculating various in-game numbers.
Formulas[]
Hero Cost Formula (cost of upgrading from "Level")[]
- The cost to level up Cid, the Helpful Adventurer from level 1 to 15 is:
- floor((5 + Level) × 1.07Level - 1)
- The cost to level up Cid, the Helpful Adventurer from level 16 is:
- floor(20 × 1.07Level - 1)
- The cost to level up another non-Ace Scout by one is:
- floor(BaseCost × 1.07Level - 1)
- The cost to level up an Ace Scout by one is:
- floor(BaseCost × 1.22 Level - 1)
Hero DPS[]
DPS of each hero, the number displayed on the right side of the hero's levelling buttons, is a product of
- Hero Base Damage
- Hero Level
- ×4 Multiplier for each 25 Hero Levels, starting from level 200; at Hero Level 1000, 2000, ..., 8000 the multiplier is ×10. Heroes after Frostleaf have a ×5 multiplier instead of ×4 for each 25 Hero levels from 525 to 725;
- Personal DPS Upgrade bonuses
- ×2 Damage Bonus, which costs 50 rubies
- Dark Ritual Stacks (×1.05 with each normal DR, ×1.1 with each Energized DR)
- Global DPS Upgrades:
- ×1.25 from The Wandering Fisherman;
- ×2.0736 from Betty Clicker;
- ×1.25 from Leon;
- ×1.25 from Broyle Lindeoven, Fire Mage;
- ×1.44 from Amenhotep;
- ×1.1 from Beastlord;
- ×1.1 from Shinatobe, Wind Deity;
- ×1.5625 from Grant, The General;
- ×1.25 from Frostleaf;
- ×1.5 from Gog;
- ×1.5 from Moeru;
- ×2.34375 from Zilar;
- ×1.11 from Yachiyl
- Bonus from unused Hero Souls and Morgulis, which equals to (1 + Hero Souls × 0.1 + Level of Morgulis × 0.11)
- Gild bonus, which is (1 + (0.5 + Level of Argaiv × 0.02) × NumberOfGilds)
- Phandoryss bonus (+100% DPS per level)
Total DPS, the number displayed on the upper left side of Hero tab, is a product of:
- Sum of all Heroes DPS
- Bonus from Siyalatas and Nogardnit (idle mode)
- Bonus from Juggernaut Combo (active mode)
- ×2 if Powersurge is activated (×3 with Energized Powersurge)
- ×2 if "2x multiplier to all your damage forever" is bought for 50 Rubies
Hero DPS per Gold[]
All character level costs use the same multiplier (Base×1.07Level). They also have the same scaling WRT DPS / level. The only difference is their base cost to base DPS ratio, and personal modifiers to damage. For example, Treebeast cost 50 gold for level 1, but gives you 5 base DPS (10:1 ratio), while Frostleaf costs 2.1e27 and gives 7.5e22 base DPS (28,113:1 ratio).
Below level 200, the scaling is: DPS = BaseDPS × StaticModifier × Level
StaticModifier includes the global adjustment, personal modifiers and gilding, but does not change based on the level of the character. (At level 199, this is Static × 199×(1.07-199) = Static × 2.828e-4, or 0.03% the DPS/gold you got at level 1).
After level 200, the 4 multiplier every 25 level starts to dominate, so we can ignore the other terms. You get
So each level is 1.2% less efficient of a DPS increase vs the cost to do the increase.
Each Hero is a little less efficient than the previous one. Ivan, the Drunken Brawler being 14% less base efficient than Treebeast, down to a low of Broyle Lindeoven, Fire Mage being 189% less base efficient than Bobby, Bounty Hunter. After Broyle Lindeoven, Fire Mage, each one, up to Frostleaf, is a static 36% less efficient than the previous one. At a 25 level upgrade, this is 26.3% less efficient. Which is fairly close to the average difference between heroes. So ignoring personal modifiers, it is close to optimally efficient to level each hero 25 levels higher than the next hero.
Hero Souls awarded for killing Primal Bosses[]
- Hero Souls awarded by defeating Primal Bosses:
- floor(((Level - 80) / 25)1.3 × (1 + (Bonus from Ponyboy)))
- Transcendent Power Hero Souls awarded by defeating Primal Bosses (only for transcendent player):
- 20 × (1 + (Bonus from Ponyboy)) × (1 + TP%)(Level / 5) - 20
Note: Omeet (Centurion Boss at Level 100) always gives 1 Hero Souls and 0 Transcendent Power Hero Souls, regardless of the formulas above.
Monster HP for levels[]
- From Level 1 to Level 140:
- From Level 141 to Level 500:
- From Level 501 to Level 200000:
- From Level 200001 onwards:
is the product symbol,
are ceiling brackets and
are flooring brackets.
Monster Gold Drop[]
This is how much Gold you will get (on average) from killing a monster. Gold dropped is the product of:
- Monster gold worth (see below),
- 1 + 9 × ( Fortuna Chance),
- Bonus from Libertas (idle mode).
- Bonus from Pluto per click during Golden Clicks (active mode, × 2 with energized Golden Clicks)
Monster Gold Worth[]
This is how much killing a monster is "worth" - it is used in determining Gold dropped (see above) and for the Golden Clicks skill. Monster worth is the ceiling (round up to an integer) of the product of:
- (Gold is 1 at Zone 1 and is generally cumulatively multiplied by 1.6 every monster zone and 6.1 or 6.25 every boss zone until Zone 140)
- 4.717e28 * 1.15level-140 if level is greater than 139,
- × 10 if it is a Boss,
- Gold Found Upgrades:
- × 2.9296875 from King Midas,
- × 1.5 from Bomber Max,
- × 3 from Tsuchi,
- Bonus from Mammon,
- × 10 × (Bonus from Mimzee), if it is a Treasure Chest,
- × 2 if Metal Detector is activated (×3 with Energized Metal Detector).
Formula for sum of n1.5[]
The approximation below can be used to estimate the total cost of raising an Ancient with upgrade cost at level n equals to n1.5, from level 1 to level n:
where R≈-0.0254852. This result can be obtained with the Euler-Maclaurin formula. In practice, the terms after n5/2 can be ignored, leaving the following:
The cost to level such Ancient, from level x to level y, can be estimated using
.