Zerstörer der verbrannten Rinde
Humanoid
200% erhöhte Betäubungsschwelle
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
Leben
550%
Rüstung
+250%
Ausweichen
+25%
Ailment Threshold
550%
Widerstand
75 0 0 0
Damage
275%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
5 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
Erfahrung
100%
Model Size
100%
Type
AncestralMoltenDestroyer
Metadata
AncestralMoltenDestroyer
Stufe
68
Leben
35,383
Rüstung
100,765
Ausweichen
5,924
Energieschild
0
Damage
1,027
Zauberschaden
1,027
Genauigkeit
290
Attack Time
1.5
Erfahrung
10,255
Ailment Threshold
35,383
Chill
112
Shock
112
Brittle
633
Scorch
112
Sap
309
EASAncestralDestroyTotemBuffs
Spell
Zauberzeit: 1 Sek.
Abklingzeit: 10 Sek.
action attack or cast time uses animation length [1]
spell maximum action distance +% [-60]
GSAncestralTotemMoltenShellExplode
Spell, Triggerable
Kritische Trefferchance: 5%
Zauberzeit: 1 Sek.
Verursacht 2017 bis 3026 Feuerschaden
is area damage [1]
monster damage +% final vs monsters [7500]
ABTTAncestralTotemMoltenShell
Buff, Duration, Spell
Zauberzeit: 1 Sek.
Abklingzeit: 30 Sek.
action attack or cast time uses animation length [1]
spell maximum action distance +% [-80]
MeleeAtAnimationSpeedFire
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 822–1233
Kritische Trefferchance: 5%
Angriffsschaden: 75%
Attack Time: 1.5 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
Verursacht 25% weniger Angriffsschaden
Verursacht 150.3% mehr Schaden
75% des physischen Schadens werden in Feuerschaden umgewandelt
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 = { }, },
    },
}
200% erhöhte Betäubungsschwelle
IdAncestralTrailMonsterStunThresholdNgamahu
FamilyAncestralTrialMonster
DomainsMonster (3)
GenerationTypeEinzigartig (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
    DomainsMonster (3)
    GenerationTypeEinzigartig (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
  • Zerstörer der verbrannten Rinde
    Humanoid
    200% erhöhte Betäubungsschwelle
    Blackbark Demolisher
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueAncestral/AncestralMoltenDestroyerStandaloneSpectre
    Tagshuman, humanoid, karui, medium_movement, not_int, red_blood
    Packs
  • Zerstörer der verbrannten Rinde, Vulkanischer Verwüster, Feuerspucker
  • Leben
    550%
    Rüstung
    +250%
    Ausweichen
    +25%
    Ailment Threshold
    550%
    Widerstand
    75 0 0 0
    Damage
    206%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    200%
    Model Size
    100%
    Type
    AncestralMoltenDestroyerStandalone
    Metadata
    AncestralMoltenDestroyerStandalone_
    Stufe
    68
    Leben
    35,383
    Rüstung
    100,765
    Ausweichen
    5,924
    Energieschild
    0
    Damage
    770
    Zauberschaden
    770
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    20,510
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    EASAncestralDestroyTotemBuffs
    Spell
    Zauberzeit: 1 Sek.
    Abklingzeit: 10 Sek.
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-60]
    GSAncestralTotemMoltenShellExplode
    Spell, Triggerable
    Kritische Trefferchance: 5%
    Zauberzeit: 1 Sek.
    Verursacht 2017 bis 3026 Feuerschaden
    is area damage [1]
    monster damage +% final vs monsters [7500]
    ABTTAncestralTotemMoltenShell
    Buff, Duration, Spell
    Zauberzeit: 1 Sek.
    Abklingzeit: 30 Sek.
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-80]
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 616–923
    Kritische Trefferchance: 5%
    Angriffsschaden: 75%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    Verursacht 25% weniger Angriffsschaden
    Verursacht 150.3% mehr Schaden
    75% des physischen Schadens werden in Feuerschaden umgewandelt
    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 = { }, },
        },
    }
    
    200% erhöhte Betäubungsschwelle
    IdAncestralTrailMonsterStunThresholdNgamahu
    FamilyAncestralTrialMonster
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • stun threshold +% Min: 200 Max: 200 Global
  • Zerstörer der verbrannten Rinde
    Humanoid
    200% erhöhte Betäubungsschwelle
    Blackbark Demolisher
    SpectreY
    Tagshuman, humanoid, karui, medium_movement, not_int, red_blood
    Leben
    400%
    Rüstung
    +250%
    Ausweichen
    +25%
    Ailment Threshold
    400%
    Widerstand
    75 0 0 0
    Damage
    206%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    200%
    Model Size
    100%
    Type
    AncestralMoltenDestroyerStandaloneSpectre
    Metadata
    AncestralMoltenDestroyerStandaloneSpectre
    Stufe
    68
    Leben
    25,733
    Rüstung
    100,765
    Ausweichen
    5,924
    Energieschild
    0
    Damage
    770
    Zauberschaden
    770
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    20,510
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    EASAncestralDestroyTotemBuffs
    Spell
    Zauberzeit: 1 Sek.
    Abklingzeit: 10 Sek.
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-60]
    GSAncestralTotemMoltenShellExplode
    Spell, Triggerable
    Kritische Trefferchance: 5%
    Zauberzeit: 1 Sek.
    Verursacht 2017 bis 3026 Feuerschaden
    is area damage [1]
    monster damage +% final vs monsters [7500]
    ABTTAncestralTotemMoltenShell
    Buff, Duration, Spell
    Zauberzeit: 1 Sek.
    Abklingzeit: 30 Sek.
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-80]
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 616–923
    Kritische Trefferchance: 5%
    Angriffsschaden: 75%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    Verursacht 25% weniger Angriffsschaden
    Verursacht 150.3% mehr Schaden
    75% des physischen Schadens werden in Feuerschaden umgewandelt
    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 = { }, },
        },
    }
    
    200% erhöhte Betäubungsschwelle
    IdAncestralTrailMonsterStunThresholdNgamahu
    FamilyAncestralTrialMonster
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • stun threshold +% Min: 200 Max: 200 Global
  • Zerstörer der verbrannten Rinde
    Gunst: 1,400
    Spezialität: Schützt Totems
    Reinigt gegnerische Totems


    Stammes-Passive: Widersteht Betäuben

    Reinigung mit Feuer
    Badet ein gegnerisches Totem in Feuer und entfernt alle Stärkungen davon

    Geschmolzene Hülle
    Eine geschmolzene Hülle umschließt ein Totem. Die Hülle explodiert, wenn ein Gegner versucht, das Totem zu zerstören
    Blackbark Demolisher
    Edit

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