Aquele de Tul
Demoníaco
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
stance movement speed +% final [280]
It of Tul
SpectreY
Spectre OverrideMetadata/Monsters/Miner/MinerBreachColdSpectre
End GameReceba 100% do Dano Físico como Dano de Gelo Extra
Tagsbludgeoning_weapon, breach_monster_cold, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, very_slow_movement
Packs
  • Aquele de Tul, Aquele de Tul
  • Aqueles de Tul, Aquele de Tul, Aquele de Tul
  • Vida
    118%
    Ailment Threshold
    118%
    Resistência
    0 40 0 0
    Damage
    105%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    115%
    Type
    BreachMinerColdNormal
    Metadata
    MinerBreachColdNormal
    Nível
    68
    Vida
    7,591
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    392
    Dano Mágico
    392
    Precisão
    290
    Attack Time
    1.395
    Experiência
    10,255
    Ailment Threshold
    7,591
    Chill
    24
    Shock
    24
    Brittle
    136
    Scorch
    24
    Sap
    66
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 314–471
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 314–471
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreachColdNormal"] = {
        name = "It of Tul",
        life = 1.18,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.05,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Aquele de Tul
    Demoníaco
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    stance movement speed +% final [280]
    It of Tul
    SpectreY
    Spectre OverrideMetadata/Monsters/Miner/MinerBreachColdSpectre
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, breach_monster_cold, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, very_slow_movement
    Packs
  • Aqueles de Tul, Aquele de Tul, Aquele de Tul
  • Vida
    170%
    Ailment Threshold
    170%
    Resistência
    0 40 0 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    115%
    Type
    BreachMinerCold
    Metadata
    MinerBreachCold
    Nível
    68
    Vida
    10,937
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.395
    Experiência
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreachCold"] = {
        name = "It of Tul",
        life = 1.7,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Aquele de Tul
    Demoníaco
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    stance movement speed +% final [280]
    It of Tul
    SpectreY
    Spectre OverrideMetadata/Monsters/Miner/MinerBreachColdSpectre
    AreaDomínio de Tul, Domínio de Tul, Domínio de Tul, Domínio de Tul, Domínio de Tul
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, very_slow_movement
    Packs
  • Domínio de Tul, Domínio de Tul, Domínio de Tul, Domínio de Tul: Aqueles de Tul, Aquele de Tul, Aquele de Tul
  • Domínio de Tul: Aqueles de Tul, Aquele de Tul, Aquele de Tul
  • Vida
    468%
    Ailment Threshold
    468%
    Resistência
    0 40 0 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    115%
    Type
    BreachMinerColdMap
    Metadata
    MinerBreachColdMap
    Nível
    84
    Vida
    165,181
    Armadura
    99,834
    Evasão
    8,120
    Escudo de Energia
    0
    Damage
    1,334
    Dano Mágico
    1,334
    Precisão
    538
    Attack Time
    1.395
    Experiência
    13,250
    Ailment Threshold
    165,181
    Chill
    522
    Shock
    522
    Brittle
    2,955
    Scorch
    522
    Sap
    1,443
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1068–1601
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 1068–1601
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreachColdMap"] = {
        name = "It of Tul",
        life = 4.68,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Aquele de Tul
    Demoníaco
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    stance movement speed +% final [280]
    It of Tul
    SpectreY
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, melee, no_bloodlines, physical_affinity, red_blood, very_slow_movement
    Vida
    360%
    Ailment Threshold
    360%
    Resistência
    0 40 0 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    115%
    Type
    BreachMinerColdMapSpectre
    Metadata
    MinerBreachColdSpectre
    Nível
    68
    Vida
    23,160
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.395
    Experiência
    10,255
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreachColdSpectre"] = {
        name = "It of Tul",
        life = 3.6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Aquele de Tul
    Demoníaco
    monster no drops or experience [1]
    cannot be used as minion [1]
    stance movement speed +% final [280]
    Dano aumentado em 30%
    Velocidade de Ataque aumentada em 40%
    Velocidade de Movimento aumentada em 40%
    Dano recebido reduzido em 25%
    It of Tul
    SpectreN
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, unusable_corpse, very_slow_movement
    Vida
    3375%
    Ailment Threshold
    3375%
    Resistência
    20 20 20 0
    Damage
    210%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    115%
    Type
    BreachMinerColsSpawner
    Metadata
    MinerBreachColdSpawner
    Nível
    68
    Vida
    217,126
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    784
    Dano Mágico
    784
    Precisão
    290
    Attack Time
    1.395
    Experiência
    15,383
    Ailment Threshold
    217,126
    Chill
    687
    Shock
    687
    Brittle
    3,884
    Scorch
    687
    Sap
    1,897
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 628–941
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 628–941
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreachColdSpawner"] = {
        name = "It of Tul",
        life = 33.75,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 2.1,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Dano aumentado em 30%
    Velocidade de Ataque aumentada em 40%
    Velocidade de Movimento aumentada em 40%
    Dano recebido reduzido em 25%
    IdChimeraMinionFerocity
    FamilyChimeraMinionFerocity
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • damage +% Min: 30 Max: 30 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft Tagsdamage attack speed
    Aquele de Tul
    Demoníaco
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    stance movement speed +% final [280]
    It of Tul
    SpectreY
    Spectre OverrideMetadata/Monsters/Miner/MinerBreachColdSpectre
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, breach_monster_cold, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, very_slow_movement
    Packs
  • Aquele de Tul, Aquele de Tul
  • Aqueles de Tul, Aquele de Tul, Aquele de Tul
  • Vida
    118%
    Ailment Threshold
    118%
    Resistência
    0 40 0 0
    Damage
    105%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    115%
    Type
    BreachMinerColdNormal
    Metadata
    MinerBreach2ColdNormal
    Nível
    68
    Vida
    7,591
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    392
    Dano Mágico
    392
    Precisão
    290
    Attack Time
    1.395
    Experiência
    10,255
    Ailment Threshold
    7,591
    Chill
    24
    Shock
    24
    Brittle
    136
    Scorch
    24
    Sap
    66
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 314–471
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 314–471
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreach2ColdNormal"] = {
        name = "It of Tul",
        life = 1.18,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.05,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Aquele de Tul
    Demoníaco
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    stance movement speed +% final [280]
    It of Tul
    SpectreY
    Spectre OverrideMetadata/Monsters/Miner/MinerBreachColdSpectre
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, breach_monster_cold, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, very_slow_movement
    Packs
  • Aqueles de Tul, Aquele de Tul, Aquele de Tul
  • Vida
    170%
    Ailment Threshold
    170%
    Resistência
    0 40 0 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    115%
    Type
    BreachMinerCold
    Metadata
    MinerBreach2Cold
    Nível
    68
    Vida
    10,937
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.395
    Experiência
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreach2Cold"] = {
        name = "It of Tul",
        life = 1.7,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Aquele de Tul
    Demoníaco
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    stance movement speed +% final [280]
    It of Tul
    SpectreY
    Spectre OverrideMetadata/Monsters/Miner/MinerBreachColdSpectre
    AreaDomínio de Tul, Domínio de Tul, Domínio de Tul, Domínio de Tul, Domínio de Tul
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, very_slow_movement
    Packs
  • Domínio de Tul, Domínio de Tul, Domínio de Tul, Domínio de Tul: Aqueles de Tul, Aquele de Tul, Aquele de Tul
  • Domínio de Tul: Aqueles de Tul, Aquele de Tul, Aquele de Tul
  • Vida
    468%
    Ailment Threshold
    468%
    Resistência
    0 40 0 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    115%
    Type
    BreachMinerColdMap
    Metadata
    MinerBreach2ColdMap
    Nível
    84
    Vida
    165,181
    Armadura
    99,834
    Evasão
    8,120
    Escudo de Energia
    0
    Damage
    1,334
    Dano Mágico
    1,334
    Precisão
    538
    Attack Time
    1.395
    Experiência
    13,250
    Ailment Threshold
    165,181
    Chill
    522
    Shock
    522
    Brittle
    2,955
    Scorch
    522
    Sap
    1,443
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1068–1601
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 1068–1601
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreach2ColdMap"] = {
        name = "It of Tul",
        life = 4.68,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Aquele de Tul
    Demoníaco
    monster no drops or experience [1]
    cannot be used as minion [1]
    stance movement speed +% final [280]
    Dano aumentado em 30%
    Velocidade de Ataque aumentada em 40%
    Velocidade de Movimento aumentada em 40%
    Dano recebido reduzido em 25%
    It of Tul
    SpectreN
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, unusable_corpse, very_slow_movement
    Vida
    3375%
    Ailment Threshold
    3375%
    Resistência
    20 20 20 0
    Damage
    210%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    115%
    Type
    BreachMinerColsSpawner
    Metadata
    MinerBreach2ColdSpawner
    Nível
    68
    Vida
    217,126
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    784
    Dano Mágico
    784
    Precisão
    290
    Attack Time
    1.395
    Experiência
    15,383
    Ailment Threshold
    217,126
    Chill
    687
    Shock
    687
    Brittle
    3,884
    Scorch
    687
    Sap
    1,897
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 628–941
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 628–941
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreach2ColdSpawner"] = {
        name = "It of Tul",
        life = 33.75,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 2.1,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Dano aumentado em 30%
    Velocidade de Ataque aumentada em 40%
    Velocidade de Movimento aumentada em 40%
    Dano recebido reduzido em 25%
    IdChimeraMinionFerocity
    FamilyChimeraMinionFerocity
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • damage +% Min: 30 Max: 30 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft Tagsdamage attack speed
    Aquele de Tul
    Demoníaco
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    stance movement speed +% final [280]
    It of Tul
    SpectreN
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, unusable_corpse, very_slow_movement
    Vida
    170%
    Ailment Threshold
    170%
    Resistência
    0 40 0 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    115%
    Type
    BreachMinerColdAvatar
    Metadata
    MinerBreachColdAvatar
    Nível
    68
    Vida
    10,937
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.395
    Experiência
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreachColdAvatar"] = {
        name = "It of Tul",
        life = 1.7,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Aquele de Tul
    Demoníaco
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    stance movement speed +% final [280]
    It of Tul
    SpectreN
    End GameReceba 100% do Dano Físico como Dano de Gelo Extra
    Tagsbludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, physical_affinity, red_blood, unusable_corpse, very_slow_movement
    Vida
    170%
    Ailment Threshold
    170%
    Resistência
    0 40 0 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    115%
    Type
    BreachMinerColdAvatar
    Metadata
    MinerBreach2ColdAvatar
    Nível
    68
    Vida
    10,937
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    523
    Dano Mágico
    523
    Precisão
    290
    Attack Time
    1.395
    Experiência
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Abate seus inimigos com um golpe poderoso.
    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]
    BreachFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Lâminas Gélidas
    Base Damage: 418–628
    Chance de Crítico: 5%
    Attack Time: 1.395 seg
    Recarga: 2 seg
    Ataque um inimigo com alcance ampliado, liberando lâminas geladas do primeiro inimigo acertado que voam para outros inimigos. Requer uma Arma Corpo a Corpo.
    Causa 25% mais Dano
    Dispara 2 Projéteis adicionais
    50% do Dano Físico Convertido para Dano de Gelo
    +1.4 metros ao Alcance de Golpes Corpo a Corpo
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerBreach2ColdAvatar"] = {
        name = "It of Tul",
        life = 1.7,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = 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_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 Global
  • Craft Tagsspeed
    Edit

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