Demolidor Casca-Negra
Humanóide
Ponto de Atordoamento aumentado em 200%
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
Blackbark Demolisher
SpectreN
Tagshuman, humanoid, karui, medium_movement, not_int, red_blood
Vida
550%
Armadura
+250%
Evasão
+25%
Ailment Threshold
550%
Resistência
75 0 0 0
Damage
275%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
5 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
100%
Model Size
100%
Type
AncestralMoltenDestroyer
Metadata
AncestralMoltenDestroyer
Nível
68
Vida
35,383
Armadura
100,765
Evasão
5,924
Escudo de Energia
0
Damage
1,027
Dano Mágico
1,027
Precisão
290
Attack Time
1.5
Experiência
10,255
Ailment Threshold
35,383
Chill
112
Shock
112
Brittle
633
Scorch
112
Sap
309
EASAncestralDestroyTotemBuffs
Spell
Tempo de Conjuração: 1 seg
Recarga: 10 seg
action attack or cast time uses animation length [1]
spell maximum action distance +% [-60]
GSAncestralTotemMoltenShellExplode
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 2017 a 3026 de Dano de Fogo
is area damage [1]
monster damage +% final vs monsters [7500]
ABTTAncestralTotemMoltenShell
Buff, Duration, Spell
Tempo de Conjuração: 1 seg
Recarga: 30 seg
action attack or cast time uses animation length [1]
spell maximum action distance +% [-80]
MeleeAtAnimationSpeedFire
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 822–1233
Chance de Crítico: 5%
Dano de Ataque: 75%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
Causa 25% menos Dano de Ataque
Causa 150.3% mais Dano
75% do Dano Físico Convertido para Dano de Fogo
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralMoltenDestroyer"] = {
    name = "Blackbark Demolisher",
    life = 5.5,
    fireResist = 75,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.75,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 13,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "MeleeAtAnimationSpeedFire",
        "ABTTAncestralTotemMoltenShell",
        "GSAncestralTotemMoltenShellExplode",
        "EASAncestralDestroyTotemBuffs",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedFire"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ABTTAncestralTotemMoltenShell"] = {
    name = "ABTTAncestralTotemMoltenShell",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSAncestralTotemMoltenShellExplode"] = {
    name = "GSAncestralTotemMoltenShellExplode",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "monster_damage_+%_final_vs_monsters",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 7500, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASAncestralDestroyTotemBuffs"] = {
    name = "EASAncestralDestroyTotemBuffs",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Ponto de Atordoamento aumentado em 200%
IdAncestralTrailMonsterStunThresholdNgamahu
FamilyAncestralTrialMonster
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • stun threshold +% Min: 200 Max: 200 Global
  • monster chance to not flee % [100]
    monster damage +% final vs monsters from ancestral rank [200]
    IdAncestralTrialMonsterChampionFleeAndDamage
    FamilyAncestralTrialMonster
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster chance to not flee % Min: 100 Max: 100 Global
  • monster damage +% final vs monsters from ancestral rank Min: 200 Max: 200 Global
  • Demolidor Casca-Negra
    Humanóide
    Ponto de Atordoamento aumentado em 200%
    Blackbark Demolisher
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueAncestral/AncestralMoltenDestroyerStandaloneSpectre
    Tagshuman, humanoid, karui, medium_movement, not_int, red_blood
    Packs
  • Demolidor Casca-Negra, Devastador da Caldeira, Cuspidor de Fogo
  • Vida
    550%
    Armadura
    +250%
    Evasão
    +25%
    Ailment Threshold
    550%
    Resistência
    75 0 0 0
    Damage
    206%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    AncestralMoltenDestroyerStandalone
    Metadata
    AncestralMoltenDestroyerStandalone_
    Nível
    68
    Vida
    35,383
    Armadura
    100,765
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    770
    Dano Mágico
    770
    Precisão
    290
    Attack Time
    1.5
    Experiência
    20,510
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    EASAncestralDestroyTotemBuffs
    Spell
    Tempo de Conjuração: 1 seg
    Recarga: 10 seg
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-60]
    GSAncestralTotemMoltenShellExplode
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1 seg
    Causa 2017 a 3026 de Dano de Fogo
    is area damage [1]
    monster damage +% final vs monsters [7500]
    ABTTAncestralTotemMoltenShell
    Buff, Duration, Spell
    Tempo de Conjuração: 1 seg
    Recarga: 30 seg
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-80]
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 616–923
    Chance de Crítico: 5%
    Dano de Ataque: 75%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    Causa 25% menos Dano de Ataque
    Causa 150.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralMoltenDestroyerStandalone_"] = {
        name = "Blackbark Demolisher",
        life = 5.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.06,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeedFire",
            "ABTTAncestralTotemMoltenShell",
            "GSAncestralTotemMoltenShellExplode",
            "EASAncestralDestroyTotemBuffs",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedFire"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ABTTAncestralTotemMoltenShell"] = {
        name = "ABTTAncestralTotemMoltenShell",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAncestralTotemMoltenShellExplode"] = {
        name = "GSAncestralTotemMoltenShellExplode",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_damage_+%_final_vs_monsters",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 7500, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAncestralDestroyTotemBuffs"] = {
        name = "EASAncestralDestroyTotemBuffs",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Ponto de Atordoamento aumentado em 200%
    IdAncestralTrailMonsterStunThresholdNgamahu
    FamilyAncestralTrialMonster
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stun threshold +% Min: 200 Max: 200 Global
  • Demolidor Casca-Negra
    Humanóide
    Ponto de Atordoamento aumentado em 200%
    Blackbark Demolisher
    SpectreY
    Tagshuman, humanoid, karui, medium_movement, not_int, red_blood
    Vida
    400%
    Armadura
    +250%
    Evasão
    +25%
    Ailment Threshold
    400%
    Resistência
    75 0 0 0
    Damage
    206%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    AncestralMoltenDestroyerStandaloneSpectre
    Metadata
    AncestralMoltenDestroyerStandaloneSpectre
    Nível
    68
    Vida
    25,733
    Armadura
    100,765
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    770
    Dano Mágico
    770
    Precisão
    290
    Attack Time
    1.5
    Experiência
    20,510
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    EASAncestralDestroyTotemBuffs
    Spell
    Tempo de Conjuração: 1 seg
    Recarga: 10 seg
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-60]
    GSAncestralTotemMoltenShellExplode
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1 seg
    Causa 2017 a 3026 de Dano de Fogo
    is area damage [1]
    monster damage +% final vs monsters [7500]
    ABTTAncestralTotemMoltenShell
    Buff, Duration, Spell
    Tempo de Conjuração: 1 seg
    Recarga: 30 seg
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-80]
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 616–923
    Chance de Crítico: 5%
    Dano de Ataque: 75%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    Causa 25% menos Dano de Ataque
    Causa 150.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralMoltenDestroyerStandaloneSpectre"] = {
        name = "Blackbark Demolisher",
        life = 4,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.06,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeedFire",
            "ABTTAncestralTotemMoltenShell",
            "GSAncestralTotemMoltenShellExplode",
            "EASAncestralDestroyTotemBuffs",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedFire"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ABTTAncestralTotemMoltenShell"] = {
        name = "ABTTAncestralTotemMoltenShell",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAncestralTotemMoltenShellExplode"] = {
        name = "GSAncestralTotemMoltenShellExplode",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_damage_+%_final_vs_monsters",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 7500, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAncestralDestroyTotemBuffs"] = {
        name = "EASAncestralDestroyTotemBuffs",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Ponto de Atordoamento aumentado em 200%
    IdAncestralTrailMonsterStunThresholdNgamahu
    FamilyAncestralTrialMonster
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stun threshold +% Min: 200 Max: 200 Global
  • Demolidor Casca-Negra
    Favor: 1,400
    Especialidade: Protege os Totens
    Purifica os Totens Inimigos


    Passiva Tribal: Resistênte a Atordoamentos

    Purificação Ardente
    Banha um totem inimigo em fogo, removendo todos os buffs dele

    Escudo Flamejante
    Um escudo flamejante envolve um totem. O escudo explodirá quando um inimigo tentar destruir o totem
    Blackbark Demolisher
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.