Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Irene the Magical Girl/doc

return {
	name        = 'Irene the Magical Girl',
	image       = 'Irene the Magical Girl.png',
	type        = 'fire',
	base        = 'normal',
	desc        = 'In the name of Sun, I\'ll punish you!',
	
	tierPvE     = 'A',
	tierPvP     = 'A',
	tierTower   = 'A',
	
	dash        = '2 radius',
	skill       = 'Meteor Strike',
	passive     = 'elemental',
	evolutions  = {
		[4] = {
			stars           = 4,
			hp              = 6613,
			taunt           = 10,
			defense         = 61,
			critical        = 13,
			fire            = 968,
			
			dashValue       = 210,
			skillLevel      = 4,
			passiveValue    = 35,
		},
		[5] = {
			stars           = 5,
			hp              = 7990,
			taunt           = 10,
			defense         = 296,
			critical        = 17,
			fire            = 1452,
			
			dashValue       = 230,
			skillLevel      = 5,
			passiveValue    = 40,
		},
		[6] = {
			stars           = 6,
			hp              = 12156,
			taunt           = 10,
			defense         = 447,
			critical        = 20,
			fire            = 2538,
			
			dashValue       = 260,
			skillLevel      = 7,
			passiveValue    = 45,
		},
	}
}
Advertisement