Dungeon Link Wiki
Advertisement

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

return {
	name        = 'Ghost',
	image       = 'Ghost.png',
	type        = 'water',
	base        = 'normal',
	desc        = 'What grudge? Can\'t I just hang around for the heck of it?',
	
	tierPvE     = 'C+',
	tierPvP     = 'C+',
	tierTower   = 'C+',
	
	dash        = 'vertical',
	skill       = 'Water Wall',
	passive     = 'water',
	evolutions  = {
		[4] = {
			stars           = 4,
			hp              = 5120,
			taunt           = 10,
			defense         = 44,
			critical        = 10,
			water           = 1159,
			
			dashValue       = 110,
			skillLevel      = 4,
			passiveValue    = 40,
		},
		[5] = {
			stars           = 5,
			hp              = 7867,
			taunt           = 10,
			defense         = 336,
			critical        = 10,
			water           = 1399,
			
			dashValue       = 130,
			skillLevel      = 6,
			passiveValue    = 50,
		},
		[6] = {
			stars           = 6,
			hp              = 11448,
			taunt           = 10,
			defense         = 441,
			critical        = 10,
			water           = 2110,
			
			dashValue       = 150,
			skillLevel      = 8,
			passiveValue    = 60,
		},
	}
}
Advertisement