Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Corrupted Bard Girl/doc

return {
	name        = 'Corrupted Bard Girl',
	image       = 'Corrupted Bard Girl.png',
	type        = 'wood',
	base        = 'normal',
	desc        = 'Dark music is so much cooler than your lighthearted tunes.',
	
	tierPvE     = 'C+',
	tierPvP     = 'C+',
	tierTower   = 'C+',
	
	dash        = '2 radius',
	skill       = 'Wood Strike',
	passive     = 'wood',
	evolutions  = {
		[3] = {
			stars           = 3,
			hp              = 3684,
			taunt           = 10,
			defense         = 33,
			critical        = 10,
			wood            = 919,
			
			dashValue       = 180,
			skillLevel      = 3,
			passiveValue    = 50,
		},
		[4] = {
			stars           = 4,
			hp              = 5227,
			taunt           = 10,
			defense         = 280,
			critical        = 10,
			wood            = 1159,
			
			dashValue       = 210,
			skillLevel      = 4,
			passiveValue    = 60,
		},
		[5] = {
			stars           = 5,
			hp              = 7537,
			taunt           = 10,
			defense         = 385,
			critical        = 10,
			wood            = 1399,
			
			dashValue       = 230,
			skillLevel      = 6,
			passiveValue    = 70,
		},
	}
}
Advertisement