Dungeon Link Wiki
Advertisement

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

return {
	name        = 'Rika the Vampire Princess',
	image       = 'Rika the Vampire Princess.png',
	type        = 'support',
	base        = 'normal',
	desc        = 'I think you would make a tasty snack!',
	
	tierPvE     = 'A+',
	tierPvP     = 'A+',
	tierTower   = 'A+',
	
	dash        = 'vertical',
	skill       = 'Bat Wave',
	passive     = 'perfect',
	evolutions  = {
		[4] = {
			stars           = 4,
			attack          = 1053,
			heal            = 518,
			hp              = 5604,
			taunt           = 25,
			defense         = 80,
			freeze          = 3,
			critical        = 12,
			
			dashValue       = 110,
			skillLevel      = 3,
			passiveValue    = 75,
		},
		[5] = {
			stars           = 5,
			attack          = 1474,
			heal            = 800,
			hp              = 7848,
			taunt           = 25,
			defense         = 320,
			freeze          = 3,
			critical        = 13,
			
			dashValue       = 130,
			skillLevel      = 4,
			passiveValue    = 100,
		},
		[6] = {
			stars           = 6,
			attack          = 2502,
			heal            = 1244,
			hp              = 12089,
			taunt           = 25,
			defense         = 578,
			freeze          = 3,
			critical        = 15,
			
			dashValue       = 150,
			skillLevel      = 5,
			passiveValue    = 125,
		},
	}
}
Advertisement