Démolisseur noirécorce
Humanoïde
200% d'Augmentation du Seuil d'Étourdissement
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
Vie
550%
Armure
+250%
Évasion
+25%
Ailment Threshold
550%
Résistance
75 0 0 0
Damage
275%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
5 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
AncestralMoltenDestroyer
Metadata
AncestralMoltenDestroyer
Niveau
68
Vie
35,383
Armure
100,765
Évasion
5,924
Bouclier d'énergie
0
Damage
1,027
Dégâts des sorts
1,027
Précision
290
Attack Time
1.5
Expérience
10,255
Ailment Threshold
35,383
Chill
112
Shock
112
Brittle
633
Scorch
112
Sap
309
EASAncestralDestroyTotemBuffs
Spell
Temps d'incantation: 1 sec.
Temps de recharge: 10 sec.
action attack or cast time uses animation length [1]
spell maximum action distance +% [-60]
GSAncestralTotemMoltenShellExplode
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 2017 à 3026 Dégâts de feu
is area damage [1]
monster damage +% final vs monsters [7500]
ABTTAncestralTotemMoltenShell
Buff, Duration, Spell
Temps d'incantation: 1 sec.
Temps de recharge: 30 sec.
action attack or cast time uses animation length [1]
spell maximum action distance +% [-80]
MeleeAtAnimationSpeedFire
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 822–1233
Chances de coup critique: 5%
Dégâts d'Attaque: 75%
Attack Time: 1.5 sec.
Frappez vos ennemis d'un coup puissant.
25% de Perte de Dégâts d'Attaque
150.3% Davantage de Dégâts
75% des Dégâts physiques sont Convertis en Dégâts de feu
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% d'Augmentation du Seuil d'Étourdissement
IdAncestralTrailMonsterStunThresholdNgamahu
FamilyAncestralTrialMonster
Domainsmonstre (3)
GenerationTypeUnique (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
    Domainsmonstre (3)
    GenerationTypeUnique (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
  • Blackbark Demolisher
    Humanoïde
    200% d'Augmentation du Seuil d'Étourdissement
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueAncestral/AncestralMoltenDestroyerStandaloneSpectre
    Tagshuman, humanoid, karui, medium_movement, not_int, red_blood
    Packs
  • Blackbark Demolisher, Caldera Ravager, Firebreather
  • Vie
    550%
    Armure
    +250%
    Évasion
    +25%
    Ailment Threshold
    550%
    Résistance
    75 0 0 0
    Damage
    206%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    100%
    Type
    AncestralMoltenDestroyerStandalone
    Metadata
    AncestralMoltenDestroyerStandalone_
    Niveau
    68
    Vie
    35,383
    Armure
    100,765
    Évasion
    5,924
    Bouclier d'énergie
    0
    Damage
    770
    Dégâts des sorts
    770
    Précision
    290
    Attack Time
    1.5
    Expérience
    20,510
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    EASAncestralDestroyTotemBuffs
    Spell
    Temps d'incantation: 1 sec.
    Temps de recharge: 10 sec.
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-60]
    GSAncestralTotemMoltenShellExplode
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    Inflige 2017 à 3026 Dégâts de feu
    is area damage [1]
    monster damage +% final vs monsters [7500]
    ABTTAncestralTotemMoltenShell
    Buff, Duration, Spell
    Temps d'incantation: 1 sec.
    Temps de recharge: 30 sec.
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-80]
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 616–923
    Chances de coup critique: 5%
    Dégâts d'Attaque: 75%
    Attack Time: 1.5 sec.
    Frappez vos ennemis d'un coup puissant.
    25% de Perte de Dégâts d'Attaque
    150.3% Davantage de Dégâts
    75% des Dégâts physiques sont Convertis en Dégâts de feu
    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% d'Augmentation du Seuil d'Étourdissement
    IdAncestralTrailMonsterStunThresholdNgamahu
    FamilyAncestralTrialMonster
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stun threshold +% Min: 200 Max: 200 Global
  • Blackbark Demolisher
    Humanoïde
    200% d'Augmentation du Seuil d'Étourdissement
    SpectreY
    Tagshuman, humanoid, karui, medium_movement, not_int, red_blood
    Vie
    400%
    Armure
    +250%
    Évasion
    +25%
    Ailment Threshold
    400%
    Résistance
    75 0 0 0
    Damage
    206%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    100%
    Type
    AncestralMoltenDestroyerStandaloneSpectre
    Metadata
    AncestralMoltenDestroyerStandaloneSpectre
    Niveau
    68
    Vie
    25,733
    Armure
    100,765
    Évasion
    5,924
    Bouclier d'énergie
    0
    Damage
    770
    Dégâts des sorts
    770
    Précision
    290
    Attack Time
    1.5
    Expérience
    20,510
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    EASAncestralDestroyTotemBuffs
    Spell
    Temps d'incantation: 1 sec.
    Temps de recharge: 10 sec.
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-60]
    GSAncestralTotemMoltenShellExplode
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    Inflige 2017 à 3026 Dégâts de feu
    is area damage [1]
    monster damage +% final vs monsters [7500]
    ABTTAncestralTotemMoltenShell
    Buff, Duration, Spell
    Temps d'incantation: 1 sec.
    Temps de recharge: 30 sec.
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-80]
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 616–923
    Chances de coup critique: 5%
    Dégâts d'Attaque: 75%
    Attack Time: 1.5 sec.
    Frappez vos ennemis d'un coup puissant.
    25% de Perte de Dégâts d'Attaque
    150.3% Davantage de Dégâts
    75% des Dégâts physiques sont Convertis en Dégâts de feu
    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% d'Augmentation du Seuil d'Étourdissement
    IdAncestralTrailMonsterStunThresholdNgamahu
    FamilyAncestralTrialMonster
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stun threshold +% Min: 200 Max: 200 Global
  • Démolisseur noirécorce
    Faveur: 1,400
    Spécialité : Protège les Totems
    Purifie les Totems ennemis


    Passif tribal : Résistant à l'Étourdissement

    Purifier par le feu
    Enflamme un totem ennemi, lui retirant tous ses effets bénéfiques

    Carapace volcanique
    Une carapace volcanique enveloppe un totem. La carapace explose lorsqu'un ennemi essaye de détruire le totem
    Blackbark Demolisher
    Edit

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