Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Joy the Nurse/doc

return {
	name        = 'Joy the Nurse',
	image       = 'Joy the Nurse.png',
	type        = 'support',
	base        = 'normal',
	desc        = 'This shot won\'t hurt. I promise.',
	
	tierPvE     = 'B',
	tierPvP     = 'B',
	tierTower   = 'B',
	
	dash        = 'heal',
	skill       = 'Mass Heal',
	passive     = 'revive',
	evolutions  = {
		[4] = {
			stars           = 4,
			attack          = 748,
			heal            = 1355,
			hp              = 5683,
			taunt           = 3,
			defense         = 273,
			critical        = 10,
			
			skillLevel      = 4,
			passiveValue    = 34,
		},
		[5] = {
			stars           = 5,
			attack          = 1070,
			heal            = 2088,
			hp              = 8119,
			taunt           = 3,
			defense         = 431,
			critical        = 10,
			
			skillLevel      = 6,
			passiveValue    = 36,
		},
		[6] = {
			stars           = 6,
			attack          = 1528,
			heal            = 3214,
			hp              = 11599,
			taunt           = 3,
			defense         = 617,
			critical        = 10,
			
			skillLevel      = 8,
			passiveValue    = 38,
		},
	}
}
Advertisement