Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Isabella the Vampire/doc

return {
	name        = 'Isabella the Vampire',
	image       = 'Isabella the Vampire 6.png',
	type        = 'attack',
	base        = 'story',
	desc        = 'You look tasty.',
	
	tierPvE     = 'G',
	tierPvP     = 'G',
	tierTower   = 'G',
	
	dash        = 'horizontal',
	skill       = 'Bat Wave',
	passive     = 'attack',
	evolutions  = {
		[4] = {
			stars           = 4,
			image           = 'Isabella the Vampire 4.png',
			attack          = 1221,
			heal            = 239,
			hp              = 6685,
			taunt           = 20,
			defense         = 44,
			freeze          = 3,
			critical        = 10,
			
			dashValue       = 110,
			skillLevel      = 5,
			passiveValue    = 41,
		},
		[5] = {
			stars            = 5,
			image           = 'Isabella the Vampire 5.png',
			attack          = 1633,
			heal            = 877,
			hp              = 8615,
			taunt           = 20,
			defense         = 336,
			freeze          = 4,
			critical        = 10,
			
			dashValue       = 130,
			skillLevel      = 6,
			passiveValue    = 52,
		},
		[6] = {
			stars            = 6,
			image           = 'Isabella the Vampire 6.png',
			attack          = 3222,
			heal            = 1244,
			hp              = 15047,
			taunt           = 20,
			defense         = 618,
			freeze          = 5,
			critical        = 10,
			
			dashValue       = 150,
			skillLevel      = 8,
			passiveValue    = 63,
		},
	}
}
Advertisement