Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Demonia the Devil/doc

return {
	name        = 'Demonia the Devil',
	image       = 'Demonia the Devil.png',
	type        = 'fire',
	base        = 'normal',
	desc        = 'I could really use a warm, fiery shower.',
	
	tierPvE     = 'C+',
	tierPvP     = 'C+',
	tierTower   = 'C+',
	
	dash        = '8 adjacent',
	skill       = 'Sacrifice Flame',
	passive     = 'fire',
	evolutions  = {
		[3] = {
			stars           = 3,
			attack          = 330,
			hp              = 4243,
			taunt           = 15,
			defense         = 33,
			critical        = 20,
			fire            = 574,
			
			dash            = '4 adjacent',
			dashValue       = 60,
			skillLevel      = 3,
			passiveValue    = 35,
		},
		[4] = {
			stars           = 4,
			attack          = 495,
			hp              = 6605,
			taunt           = 15,
			defense         = 280,
			critical        = 23,
			fire            = 765,
			
			dash            = '4 adjacent',
			dashValue       = 70,
			skillLevel      = 6,
			passiveValue    = 45,
		},
		[5] = {
			stars           = 5,
			attack          = 660,
			hp              = 10230,
			taunt           = 15,
			defense         = 329,
			critical        = 26,
			fire            = 1168,
			
			dash            = '8 adjacent',
			dashValue       = 80,
			skillLevel      = 8,
			passiveValue    = 55,
		},
	}
}
Advertisement