Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Aira the Ice Mage/doc

return {
	name        = 'Aira the Ice Mage',
	image       = 'Aira the Ice Mage 6.png',
	type        = 'water',
	base        = 'story',
	desc        = 'My sister? Just follow the trail of fire and destruction...',
	
	tierPvE     = 'G',
	tierPvP     = 'G',
	tierTower   = 'G',
	
	dash        = '2 radius',
	skill       = 'Ice Sphere',
	passive     = 'water',
	evolutions  = {
		[4] = {
			stars           = 4,
			image           = 'Aira the Ice Mage 4.png',
			hp              = 5689,
			taunt           = 7,
			defense         = 247,
			freeze          = 3,
			critical        = 10,
			water           = 1351,
			
			dashValue       = 210,
			skillLevel      = 5,
			passiveValue    = 50,
		},
		[5] = {
			stars            = 5,
			image           = 'Aira the Ice Mage 5.png',
			hp              = 8580,
			taunt           = 7,
			defense         = 336,
			freeze          = 4,
			critical        = 10,
			water           = 1803,
			
			dashValue       = 230,
			skillLevel      = 7,
			passiveValue    = 63,
		},
		[6] = {
			stars            = 6,
			image           = 'Aira the Ice Mage 6.png',
			hp              = 14183,
			taunt           = 7,
			defense         = 503,
			freeze          = 5,
			critical        = 10,
			water           = 3411,
			
			dashValue       = 260,
			skillLevel      = 10,
			passiveValue    = 77,
		},
	}
}
Advertisement