Draft:Two Worlds:Heal

The Two Worlds Wiki - Documenting Two Worlds since 2008.
Jump to navigation Jump to search

Template:ItemInfoBoxHeal is an air magic spell that restores HP.

Formulas

HP Restoration

Healling power is calculated using the formula:

(cards * spell_booster_level * 100) +
(cards * air_magic_level * 100)
  • cards = Number of Heal cards
  • spell_booster_level = Level increased by Spell Boosters
  • air_magic_level = Level of Air Magic

Examples:

  • 3 cards, 0 spell boosters, air school level 1:
    0 + (1 * 3 * 100) HP =
    300 HP
    
  • 3 cards, 0 spell boosters, air school level 15:
    0 + (15 * 3 * 100) HP =
    4500 HP
    
  • 3 cards, 2 spell boosters, air school level 15:
    (3 * 3 * 100) + (15 * 3 * 100) HP =
    900 + 4500 HP =
    5400 HP
    

Mana Cost

Mana consumption is calculated by the formula:

floor(40 + 40/7 + max(0, cards + air_magic_level + spell_booster_level - 3) * 40/7)

For examples and more information, see the Mana Cost page.
]