Dungeon Link Wiki
Advertisement

Documentation for this module may be created at Module:Hero/Tree Trunks/doc

return {
    name        = 'Tree Trunks',
    image       = 'Tree Trunks.png',
    type        = 'support',
    base        = 'adventuretime',
    desc        = 'When we get home, it\'s apple pie time.',
 
    tierPvE     = 'C',
    tierPvP     = 'C',
    tierTower   = 'C',
 
    dash        = 'heal',
    skill       = 'Mass Heal',
    passive     = 'lastdungeon',
 
    evolutions  = {
        [3] = {
            stars           = 3,
            heal            = 423,
            hp              = 4015,
            taunt           = 10,
            defense         = 59,
            critical        = 10,
            wood            = 841,
            
            skillLevel      = 3,
            passiveValue    = 60,
        },
        [4] = {
            stars           = 4,
            heal            = 886,
            hp              = 7133,
            taunt           = 10,
            defense         = 281,
            critical        = 10,
            wood            = 1354,
            
            skillLevel      = 6,
            passiveValue    = 70,
        },
        [5] = {
            stars           = 5,
            heal            = 2069,
            hp              = 8846,
            taunt           = 10,
            defense         = 393,
            critical        = 10,
            wood            = 1741,
            
            skillLevel      = 8,
            passiveValue    = 80,
        },
    }
}
Advertisement