Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Li the Monk/doc

return {
	name        = 'Li the Monk',
	image       = 'Li the Monk.png',
	type        = 'wood',
	base        = 'normal',
	desc        = 'Your training will never betray you!',
	
	tierPvE     = 'S+',
	tierPvP     = 'S+',
	tierTower   = 'S+',
	
	dash        = '8 adjacent',
	skill       = 'Sacrifice Wood',
	passive     = 'critical',
	evolutions  = {
		[4] = {
			stars           = 4,
			hp              = 6247,
			taunt           = 25,
			defense         = 329,
			freeze          = 8,
			critical        = 20,
			wood            = 1324,
			
			dash            = '4 adjacent',
			dashValue       = 70,
			skillLevel      = 6,
			passiveValue    = 10,
		},
		[5] = {
			stars           = 5,
			hp              = 9077,
			taunt           = 28,
			defense         = 681,
			freeze          = 8,
			critical        = 23,
			wood            = 1672,
			
			dash            = '8 adjacent',
			dashValue       = 80,
			skillLevel      = 8,
			passiveValue    = 11,
		},
		[6] = {
			stars           = 6,
			hp              = 11800,
			taunt           = 30,
			defense         = 1033,
			freeze          = 8,
			critical        = 26,
			wood            = 2319,
			
			dash            = '8 adjacent',
			dashValue       = 90,
			skillLevel      = 11,
			passiveValue    = 12,
		},
	}
}
Advertisement