Dungeon Link Wiki
Register
Advertisement

Documentation for this module may be created at Module:Hero/Mikan the Idol/doc

return {
	name        = 'Mikan the Idol',
	image       = 'Mikan the Idol.png',
	type        = 'support',
	base        = 'normal',
	desc        = 'Hey! Wanna be in my girl band?',
	
	tierPvE     = 'S+',
	tierPvP     = 'S+',
	tierTower   = 'S+',
	
	dash        = 'horizontal',
	skill       = 'Stun Hammer',
	passive     = 'chain',
	evolutions  = {
		[4] = {
			stars           = 4,
			attack          = 1093,
			hp              = 4589,
			taunt           = 8,
			defense         = 120,
			freeze          = 4,
			critical        = 10,
			
			dashValue       = 110,
			skillLevel      = 6,
			passiveValue    = 100,
			passiveValue2   = 3,
		},
		[5] = {
			stars           = 5,
			attack          = 1485,
			hp              = 6378,
			taunt           = 8,
			defense         = 273,
			freeze          = 4,
			critical        = 10,
			
			dashValue       = 130,
			skillLevel      = 8,
			passiveValue    = 115,
			passiveValue2   = 3,
		},
		[6] = {
			stars           = 6,
			attack          = 2266,
			hp              = 9739,
			taunt           = 8,
			defense         = 354,
			freeze          = 4,
			critical        = 10,
			
			dashValue       = 150,
			skillLevel      = 10,
			passiveValue    = 130,
			passiveValue2   = 3,
		},
	}
}
Advertisement