Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Yeti/doc

return {
	name        = 'Yeti',
	image       = 'Yeti.png',
	type        = 'water',
	base        = 'normal',
	desc        = 'How about a snowball fight?',
	
	tierPvE     = 'A',
	tierPvP     = 'A',
	tierTower   = 'A',
	
	dash        = 'horizontal',
	skill       = 'Water Pillar',
	passive     = 'water',
	evolutions  = {
		[4] = {
			stars           = 4,
			attack          = 66,
			hp              = 5917,
			taunt           = 55,
			defense         = 44,
			critical        = 17,
			water           = 1159,
			
			dashValue       = 110,
			skillLevel      = 4,
			passiveValue    = 50,
		},
		[5] = {
			stars           = 5,
			attack          = 74,
			hp              = 8615,
			taunt           = 55,
			defense         = 575,
			critical        = 20,
			water           = 1399,
			
			dashValue       = 130,
			skillLevel      = 6,
			passiveValue    = 60,
		},
		[6] = {
			stars           = 6,
			attack          = 82,
			hp              = 13019,
			taunt           = 55,
			defense         = 928,
			critical        = 23,
			water           = 2118,
			
			dashValue       = 150,
			skillLevel      = 8,
			passiveValue    = 70,
		},
	}
}
Advertisement