Dota 2 Wiki
(Undo revision 1745743 by Sanhard (talk) it clearly says 0.1 in the patch notes..)
Tag: Undo
m (now need to remove primary attribute multiplier from everywhere -_-)
Line 1: Line 1:
 
return {
 
return {
['bonus health'] = 18,
+
['bonus health'] = 20,
 
['bonus health regeneration flat'] = 0.1,
 
['bonus health regeneration flat'] = 0.1,
 
['bonus magic resistance'] = 0.08,
 
['bonus magic resistance'] = 0.08,
Line 13: Line 13:
 
['mana'] = 75,
 
['mana'] = 75,
 
['magic resistance'] = 0.25,
 
['magic resistance'] = 0.25,
['primary attribute multiplier'] = 1.25,
 
 
}
 
}

Revision as of 13:51, 31 January 2019

Documentation for this module may be created at Module:Attribute bonuses/data/doc

return {
  ['bonus health'] = 20,
  ['bonus health regeneration flat'] = 0.1,
  ['bonus magic resistance'] = 0.08,
  ['bonus mana'] = 12,
  ['bonus mana regeneration flat'] = 0.05,
  ['bonus spell damage'] = 0.07,
  ['bonus armor'] = 0.16,
  ['bonus attack speed'] = 1,
  ['bonus movement speed'] = 0.05,
  ['bonus damage'] = 1,
  ['health'] = 200,
  ['mana'] = 75,
  ['magic resistance'] = 0.25,
}