Dungeon Link Wiki
Advertisement

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

return {
	name        = 'White Tiger',
	image       = 'White Tiger.png',
	type        = 'attack',
	base        = 'normal',
	desc        = 'No, I\'m not an albino tiger. I\'m a mythical creature.',
	
	tierPvE     = 'C+',
	tierPvP     = 'C+',
	tierTower   = 'C+',
	
	dash        = 'horizontal',
	skill       = 'Melee Strike',
	passive     = 'attack',
	evolutions  = {
		[3] = {
			stars           = 3,
			attack          = 854,
			hp              = 4642,
			taunt           = 30,
			defense         = 33,
			freeze          = 3,
			critical        = 43,
			
			dashValue       = 90,
			skillLevel      = 3,
			passiveValue    = 20,
		},
		[4] = {
			stars           = 4,
			attack          = 982,
			hp              = 5692,
			taunt           = 30,
			defense         = 280,
			freeze          = 3,
			critical        = 46,
			
			dashValue       = 110,
			skillLevel      = 4,
			passiveValue    = 30,
		},
		[5] = {
			stars           = 5,
			attack          = 1309,
			hp              = 8739,
			taunt           = 30,
			defense         = 385,
			freeze          = 3,
			critical        = 50,
			
			dashValue       = 130,
			skillLevel      = 6,
			passiveValue    = 40,
		},
	}
}
Advertisement