Dota 2 Wiki
m (it's 0.07 now, not 1/14.)
mNo edit summary
Line 1: Line 1:
 
return {
 
return {
 
['bonus health'] = 18,
 
['bonus health'] = 18,
['bonus health regeneration percent'] = 0.55,
+
['bonus health regeneration flat'] = 0.1,
 
['bonus magic resistance'] = 0.08,
 
['bonus magic resistance'] = 0.08,
 
['bonus mana'] = 12,
 
['bonus mana'] = 12,
['bonus mana regeneration percent'] = 1.8,
+
['bonus mana regeneration flat'] = 0.05,
 
['bonus spell damage'] = 0.07,
 
['bonus spell damage'] = 0.07,
 
['bonus armor'] = 0.16,
 
['bonus armor'] = 0.16,

Revision as of 14:45, 20 November 2018

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

return {
  ['bonus health'] = 18,
  ['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,
  ['primary attribute multiplier'] = 1.25,
}