Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Aratoron the Battery Commander/doc

return {
    name        = 'Aratoron the Battery Commander',
    image       = 'Aratoron the Battery Commander.png',
    type        = 'attack',
    base        = 'normal',
    desc        = 'My bullets are never missed.',
 
    tierPvE     = 'S',
    tierPvP     = 'S',
    tierTower   = 'S',
 
    dash        = 'machine gun',
    skill       = 'X-Strike',
    passive     = 'attack',
 
    evolutions  = {
        [4] = {
            stars           = 4,
            attack          = 919,
            hp              = 5090,
            taunt           = 20,
            defense         = 126,
            freeze          = 2,
            critical        = 10,
            
            dashValue       = 100,
            skillLevel      = 9,
            passiveValue    = 40,
        },
        [5] = {
            stars           = 5,
            attack          = 1633,
            hp              = 7354,
            taunt           = 20,
            defense         = 306,
            freeze          = 2,
            critical        = 12,
            
            dashValue       = 110,
            skillLevel      = 11,
            passiveValue    = 50,
        },
        [6] = {
            stars           = 6,
            attack          = 2631,
            hp              = 12569,
            taunt           = 20,
            defense         = 440,
            freeze          = 2,
            critical        = 13,
            
            dashValue       = 120,
            skillLevel      = 13,
            passiveValue    = 60,
        },
    }
}
Advertisement