Dungeon Link Wiki
Advertisement

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

return {
	name        = 'Grim Reaper',
	image       = 'Death.png',
	type        = 'attack',
	base        = 'normal',
	desc        = 'Death is inevitable.',
	
	tierPvE     = 'S',
	tierPvP     = 'S',
	tierTower   = 'S',
	
	dash        = 'vertical',
	skill       = 'Assassinate',
	passive     = 'critical',
	evolutions  = {
		[4] = {
			stars           = 4,
			attack          = 1351,
			hp              = 6103,
			taunt           = 23,
			defense         = 433,
			freeze          = 8,
			critical        = 18,
			
			dashValue       = 110,
			skillLevel      = 10,
			passiveValue    = 10,
		},
		[5] = {
			stars           = 5,
			attack          = 1932,
			hp              = 8721,
			taunt           = 23,
			defense         = 621,
			freeze          = 8,
			critical        = 20,
			
			dashValue       = 130,
			skillLevel      = 11,
			passiveValue    = 12,
		},
		[6] = {
			stars           = 6,
			attack          = 2762,
			hp              = 12459,
			taunt           = 23,
			defense         = 891,
			freeze          = 8,
			critical        = 21,
			
			dashValue       = 150,
			skillLevel      = 12,
			passiveValue    = 14,
		},
	}
}
Advertisement