Talk:Mana To Damage

From Noita Wiki
Jump to navigation Jump to search

Incorrect Projectile Damage Calculation??

The page says that mana to damage conversion ratio is 1:0.625 but the source says it's 1:0.025??

   if ( mana > 50 ) then
       local manaforspell = mana - 50
       c.damage_projectile_add = c.damage_projectile_add + 0.025 * manaforspell
       mana = 50
   if

Did I miss something about projectile damage mechanics or is the wiki page wrong? -- User:Anonymous 2022-08-13 12:00

See Data.wak#Finding information to update this wiki:
  • "HP and damage values in the data files are all 1/25th the in-game numbers. For example, hp="3.5" * 25 = 87.5hp"
Hope that helps! Thanks for asking. :) Quiddity-wp (talk) 22:48, 14 August 2022 (UTC)