MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Ystral, le Traqueur de l'hiver
Bête
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Résiste aux Tourelles de froid
Évite l'Embrasement
100% de chances de ne pas subir la Frigorification
100% de chances de ne pas subir le Gel
Insensibilité à l'Électrocution
monster dropped item rarity +% [0]
monster slain experience +% [100]
Vous ne pouvez pas être Repoussé(e)
Ystral, Winter Stalker
Spectre
Tagsanimal_claw_weapon, beast, blight_boss, blight_monster, canine_beast, Lanceur de sorts, cold_affinity, is_unarmed, light_armour, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, red_blood, very_slow_movement
Vie
1200%
Évasion
+10%
Ailment Threshold
1200%
Résistance
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
300%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 15
Attack Time
1.14 Second
Damage Spread
±20%
Expérience
200%
Model Size
140%
Type
BlightColdAlphaWolfBoss
Metadata
BlightColdAlphaWolfBoss
Niveau
68
Vie
1,672,156
Armure
28,790
Score d'Évasion
5,213
Damage
1,276
Dégâts des sorts
1,905
Précision
580
Attack Time
0.7638
Expérience
112,805
Minion Life
362,705
Minion Damage
1,019
Ailment Threshold
1,053,458
Chill
3,331
Shock
3,331
Brittle
18,845
Scorch
3,331
Sap
9,203
Phys Convert Ele
240%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 8971345
Chances de coup critique: 5%
Attack Time: 1.14 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
BlightWolfFrostBreath
Spell, Triggerable
Temps d'incantation: 1.23 sec.
is area damage [1]
spell maximum base cold damage [2247]
spell minimum base cold damage [1498]
BlightWolfBossIceArmour
Triggerable, Spell
Temps d'incantation: 1.5 sec.
Temps de recharge: 8 sec.
GeometryTriggerBlightWolfIceCascade
Triggerable, Spell
Temps d'incantation: 1 sec.
GeometryTriggerBlightWolfIceExplode
Triggerable, Spell
Temps d'incantation: 1 sec.
BlightDelayedBlastTriggered
Spell, Damage, Area, Triggerable, AreaSpell
Temps d'incantation: 1 sec.
active skill area of effect radius +% final [-35]
is area damage [1]
spell maximum base physical damage [1396]
spell minimum base physical damage [931]
EmptyActionAttackBlightWolfIceSlam
Attack
Base Damage: 8971345
Chances de coup critique: 5%
Attack Time: 1.14 sec.
Temps de recharge: 10 sec.
cast time overrides attack duration [1]
GeometrySpellBlightIceWolfExplode
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
is area damage [1]
spell maximum base cold damage [1768]
spell minimum base cold damage [1178]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/Cold/BlightColdAlphaWolfBoss"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Ystral, Winter Stalker",
    life = 12,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.14,
    attackRange = 15,
    accuracy = 1,
    skillList = {
        "Melee",
        "BlightDelayedBlastTriggered",
        "GeometrySpellBlightIceWolfExplode",
        "EmptyActionAttackBlightWolfIceSlam",
        "BlightWolfFrostBreath",
        "BlightWolfBossIceArmour",
        "GeometryTriggerBlightWolfIceCascade",
        "GeometryTriggerBlightWolfIceExplode",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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 = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightDelayedBlastTriggered"] = {
    name = "BlightDelayedBlastTriggered",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometrySpellBlightIceWolfExplode"] = {
    name = "GeometrySpellBlightIceWolfExplode",
    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_cold_damage",
        "spell_maximum_base_cold_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionAttackBlightWolfIceSlam"] = {
    name = "EmptyActionAttackBlightWolfIceSlam",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightWolfFrostBreath"] = {
    name = "BlightWolfFrostBreath",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.23,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightWolfBossIceArmour"] = {
    name = "BlightWolfBossIceArmour",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometryTriggerBlightWolfIceCascade"] = {
    name = "GeometryTriggerBlightWolfIceCascade",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometryTriggerBlightWolfIceExplode"] = {
    name = "GeometryTriggerBlightWolfIceExplode",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Résiste aux Tourelles de froid
FamilyBlightMonsterType
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • is blight cold monster 1 1 Global — Valeur fixe
  • Évite l'Embrasement
    100% de chances de ne pas subir la Frigorification
    100% de chances de ne pas subir le Gel
    Insensibilité à l'Électrocution
    FamilyAvoidStatusAilments
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base avoid chill % 100 100 Global
  • base avoid freeze % 100 100 Global
  • base avoid ignite % 0 0 Global
  • unaffected by shock 0 0 Global — Valeur fixe
  • Craft TagsÉlémentaire Feu Froid Foudre Altération
    monster dropped item rarity +% [0]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 0 0 Global
  • Vous ne pouvez pas être Repoussé(e)
    FamilyCannotBeKnockedBack
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valeur fixe
  • Edit

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