Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Party Pat/doc

return {
    name        = 'Party Pat',
    image       = 'Party Pat.png',
    type        = 'support',
    base        = 'adventuretime',
    desc        = 'Before you talk to the chief, you must party with the chief.',
 
    tierPvE     = 'A',
    tierPvP     = 'A',
    tierTower   = 'A',
 
    dash        = 'vertical',
    skill       = 'Buff Concert',
    passive     = 'super',
 
    evolutions  = {
        [4] = {
            stars           = 4,
            attack          = 1373,
            hp              = 6375,
            taunt           = 15,
            defense         = 207,
            freeze          = 3,
            critical        = 10,
            buff            = 16,
            
            dashValue       = 110,
            skillLevel      = 5,
            passiveValue    = 70,
        },
        [5] = {
            stars           = 5,
            attack          = 1768,
            hp              = 8816,
            taunt           = 20,
            defense         = 360,
            freeze          = 3,
            critical        = 10,
            buff            = 19,
            
            dashValue       = 130,
            skillLevel      = 6,
            passiveValue    = 90,
        },
        [6] = {
            stars           = 6,
            attack          = 2605,
            hp              = 11815,
            taunt           = 25,
            defense         = 439,
            freeze          = 3,
            critical        = 10,
            buff            = 22,
            
            dashValue       = 150,
            skillLevel      = 7,
            passiveValue    = 110,
        },
    }
}
Advertisement