MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Chayula, Sonhadora
Demoníaco
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster no drops [1]
Chayula, Who Dreamt
Spectre
Tagsbludgeoning_weapon, Conjurador, chaos_affinity, demon, has_staff, has_two_handed_melee, humanoid, light_armour, medium_height, melee, no_pantheon_mod, physical_affinity, ranged, red_blood, very_fast_movement
Vida
4000%
Ailment Threshold
4000%
Resistência
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.155 Second
Damage Spread
±20%
Experiência
200%
Model Size
140%
Type
BreachBossChaosWild
Metadata
BreachBossChaosWild
Nível
68
Vida
257,334
Armadura
28,790
Evasão
4,739
Damage
747
Dano Mágico
747
Precisão
580
Attack Time
1.155
Experiência
20,510
Minion Life
55,818
Minion Damage
597
Ailment Threshold
257,334
Chill
814
Shock
814
Brittle
4,603
Scorch
814
Sap
2,248
Phys Convert Ele
240%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 598897
Chance de Crítico: 5%
Attack Time: 1.155 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
ChangeStanceChaosBreachWild
Recarga: 15 seg
Duração base é de 5 segundos
BreachCycloneProjectileWild
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1.5 seg
25% do Dano Físico Convertido para Dano de Caos
base is projectile [1]
cast on cyclone contact % [100]
monster projectile variation [15]
spell maximum base physical damage [974.6]
spell minimum base physical damage [649.7]
BreachCyclone
Attack, Area, Melee, Movement
Ciclone
Base Damage: 598897
Chance de Crítico: 5%
Attack Time: 1.155 seg
Danifica inimigos próximos a você, e então executa uma série de ataques giratórios conforme você viaja para o destino alvo. Não pode ser suportado por Impiedade ou Ataques Múltiplos.
Velocidade de Ataque aumentada em 100%
30% menos Velocidade de Movimento
active skill area of effect radius +% final [100]
cyclone extra distance [40]
cyclone has triggered skill [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-40]
cyclone
BreachMassMortarInLine
Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Tempo de Conjuração: 3.5 seg
Recarga: 14 seg
Dispara 1 Projéteis adicionais
25% do Dano Físico Convertido para Dano de Caos
Dispara Projéteis em um círculo
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
mortar distance in front of target [20]
projectile spread radius [125]
projectile uses contact position [1]
spell maximum base physical damage [487.3]
spell minimum base physical damage [324.9]

Object Type

version 2
extends "Metadata/Monsters/BreachBosses/BreachMonster"

Transitionable
{
}

MinimapIcon
{
	icon = "BreachBoss"	
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BreachBosses/BreachBossChaosWild"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Chayula, Who Dreamt",
    life = 40,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.155,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "Melee",
        "BreachCycloneProjectileWild",
        "BreachCyclone",
        "ChangeStanceChaosBreachWild",
        "BreachMassMortarInLine",
    },
    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["BreachCycloneProjectileWild"] = {
    name = "BreachCycloneProjectileWild",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "cast_on_cyclone_contact_%",
        "skill_physical_damage_%_to_convert_to_chaos",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 15, 100, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachCyclone"] = {
    name = "Cyclone",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "cyclone_movement_speed_+%_final",
        "attack_speed_+%",
        "cyclone_extra_distance",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "cyclone_has_triggered_skill",
    },
    levels = {
        [1] = {-30, 100, 40, -40, 100, levelRequirement = 10, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChangeStanceChaosBreachWild"] = {
    name = "ChangeStanceChaosBreachWild",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {5000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachMassMortarInLine"] = {
    name = "BreachMassMortarInLine",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "number_of_additional_projectiles",
        "mortar_distance_in_front_of_target",
        "skill_physical_damage_%_to_convert_to_chaos",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "base_is_projectile",
        "projectiles_nova",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 125, 1, 20, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops [1]
FamilyMonsterNoDrops
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster no drops 1 1 Global — Valor não escalável
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.is_breach_monster1
    Stats.monster_ignores_delve_darkness_mechanic1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Transitionable.on_transitionMakeCollidable();
    Transitionable.on_untransitionRemoveCollidability();
    MinimapIcon.iconBreachBoss
    Chayula, Sonhadora
    Demoníaco
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Não Pode ser Empurrado
    Chayula, Who Dreamt
    Spectre
    AreaDomínio de Chayula, Domínio de Chayula, Domínio de Chayula, Domínio de Chayula, Domínio de Chayula
    End GameReceba 40% do Dano Físico como Dano de Caos Extra
    Tagsbludgeoning_weapon, breachlord_boss_domain, Conjurador, chaos_affinity, chaos_breachlord, chayula_boss, demon, has_staff, has_two_handed_melee, humanoid, light_armour, medium_height, melee, no_pantheon_mod, not_dex, not_int, physical_affinity, ranged, red_blood, unique_map_boss, very_fast_movement
    Vida
    1200%
    Armadura
    +100%
    Ailment Threshold
    504%
    Resistência
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    200%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.155 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    140%
    Type
    BreachBossChaosMap
    Metadata
    BreachBossChaosMap
    Nível
    84
    Vida
    35,247,049
    Armadura
    199,668
    Evasão
    8,120
    Damage
    2,171
    Dano Mágico
    3,241
    Precisão
    1,076
    Attack Time
    0.77385
    Experiência
    145,750
    Minion Life
    6,661,508
    Minion Damage
    1,842
    Ailment Threshold
    6,957,767
    Chill
    22,000
    Shock
    22,000
    Brittle
    124,467
    Scorch
    22,000
    Sap
    60,783
    Phys Convert Ele
    300%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 34485172
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    BreachMassMortarInLine
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 3.5 seg
    Recarga: 14 seg
    Dispara 1 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    mortar distance in front of target [20]
    projectile spread radius [125]
    projectile uses contact position [1]
    spell maximum base physical damage [942.8]
    spell minimum base physical damage [628.6]
    BreachCycloneProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tempo de Conjuração: 1.5 seg
    Dispara 2 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    cast on cyclone contact % [100]
    monster penalty against minions damage +% final vs player minions [-30]
    monster projectile variation [15]
    spell maximum base physical damage [1886]
    spell minimum base physical damage [1257]
    BreachCyclone
    Attack, Area, Melee, Movement
    Ciclone
    Base Damage: 34485172
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Danifica inimigos próximos a você, e então executa uma série de ataques giratórios conforme você viaja para o destino alvo. Não pode ser suportado por Impiedade ou Ataques Múltiplos.
    Velocidade de Ataque aumentada em 100%
    30% menos Velocidade de Movimento
    active skill area of effect radius +% final [100]
    cyclone extra distance [40]
    cyclone has triggered skill [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    cyclone
    BreachMassFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe Súbito
    Base Damage: 34485172
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Recarga: 15 seg
    flicker strike more attack speed +% final [200]
    ignores proximity shield [1]
    mass flicker strike number of teleports [5]
    iconblinkstrike
    BreachMassMortarInLine2
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 3.5 seg
    Recarga: 14 seg
    Dispara 2 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    mortar distance in front of target [20]
    projectile spread radius [125]
    projectile uses contact position [1]
    spell maximum base physical damage [942.8]
    spell minimum base physical damage [628.6]
    BreachMassMortarInLine3
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 3.5 seg
    Recarga: 14 seg
    Dispara 3 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    mortar distance in front of target [20]
    projectile spread radius [125]
    projectile uses contact position [1]
    spell maximum base physical damage [942.8]
    spell minimum base physical damage [628.6]
    BreachMassMortarInLine4
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 3.5 seg
    Recarga: 14 seg
    Dispara 4 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    mortar distance in front of target [20]
    projectile spread radius [125]
    projectile uses contact position [1]
    spell maximum base physical damage [942.8]
    spell minimum base physical damage [628.6]
    TransitionObject
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    TransitionObject2
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    TransitionObject3
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    TransitionObject4
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    ChangeStanceChaosBreach
    Recarga: 25 seg
    Duração base é de 10 segundos
    BreachFlickerStrikeChayula
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe Súbito
    Base Damage: 34485172
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Recarga: 8 seg
    alternate minion [1]
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    iconblinkstrike
    ThrownWeaponBreachBoss
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Arremesso Espectral
    Base Damage: 34485172
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Lança uma cópia espectral de sua arma corpo a corpo. Ela voa e retorna para você em um ataque giratório que atinge inimigos em seu caminho.
    Causa 10% menos Dano
    Velocidade de Ataque aumentada em 35%
    Desaceleração do Projétil reduzida em 75%
    base is projectile [1]
    ghostlythrow
    BreachFlickerStrikeChayulaLowLife
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe Súbito
    Base Damage: 34485172
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Recarga: 4 seg
    alternate minion [1]
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    iconblinkstrike

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossChaosMap"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Chayula, Who Dreamt",
        life = 12,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.155,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "Melee",
            "BreachCycloneProjectile",
            "BreachCyclone",
            "ThrownWeaponBreachBoss",
            "ChangeStanceChaosBreach",
            "BreachFlickerStrikeChayula",
            "BreachFlickerStrikeChayulaLowLife",
            "BreachMassFlickerStrike",
            "BreachMassMortarInLine",
            "BreachMassMortarInLine2",
            "BreachMassMortarInLine3",
            "BreachMassMortarInLine4",
            "TransitionObject",
            "TransitionObject2",
            "TransitionObject3",
            "TransitionObject4",
        },
        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["BreachCycloneProjectile"] = {
        name = "BreachCycloneProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "cast_on_cyclone_contact_%",
            "number_of_additional_projectiles",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "projectiles_nova",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, 100, 2, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "cyclone_movement_speed_+%_final",
            "attack_speed_+%",
            "cyclone_extra_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cyclone_has_triggered_skill",
        },
        levels = {
            [1] = {-30, 100, 40, -40, 100, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ThrownWeaponBreachBoss"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spectral_throw_projectile_deceleration_+%",
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {-75, 35, -10, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeStanceChaosBreach"] = {
        name = "ChangeStanceChaosBreach",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {10000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFlickerStrikeChayula"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {1, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFlickerStrikeChayulaLowLife"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {1, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "mass_flicker_strike_number_of_teleports",
            "flicker_strike_more_attack_speed_+%_final",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {5, 200, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassMortarInLine"] = {
        name = "BreachMassMortarInLine",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_nova",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 1, 20, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassMortarInLine2"] = {
        name = "BreachMassMortarInLine2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_nova",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 2, 20, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassMortarInLine3"] = {
        name = "BreachMassMortarInLine3",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_nova",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 3, 20, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassMortarInLine4"] = {
        name = "BreachMassMortarInLine4",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_nova",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 4, 20, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject"] = {
        name = "TransitionObject",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject2"] = {
        name = "TransitionObject2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject3"] = {
        name = "TransitionObject3",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject4"] = {
        name = "TransitionObject4",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor não escalável
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Não Pode ser Empurrado
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valor não escalável
  • Chayula, Sonhadora
    Demoníaco
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Não Pode ser Empurrado
    Chayula, Who Dreamt
    Spectre
    End GameReceba 40% do Dano Físico como Dano de Caos Extra
    Tagsbludgeoning_weapon, Conjurador, chaos_affinity, demon, has_staff, has_two_handed_melee, humanoid, light_armour, medium_height, melee, no_pantheon_mod, not_dex, not_int, physical_affinity, ranged, red_blood, standalone_map_boss, very_fast_movement
    Vida
    1200%
    Armadura
    +100%
    Ailment Threshold
    504%
    Resistência
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    200%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.155 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    140%
    Type
    BreachBossChaosMap
    Metadata
    BreachBossChaosMapStandalone
    Nível
    68
    Vida
    1,672,156
    Armadura
    57,580
    Evasão
    4,739
    Damage
    851
    Dano Mágico
    1,270
    Precisão
    580
    Attack Time
    0.77385
    Experiência
    112,805
    Minion Life
    362,705
    Minion Damage
    680
    Ailment Threshold
    442,453
    Chill
    1,399
    Shock
    1,399
    Brittle
    7,915
    Scorch
    1,399
    Sap
    3,865
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 13512027
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    BreachMassMortarInLine
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 3.5 seg
    Recarga: 14 seg
    Dispara 1 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    mortar distance in front of target [20]
    projectile spread radius [125]
    projectile uses contact position [1]
    spell maximum base physical damage [487.3]
    spell minimum base physical damage [324.9]
    BreachCycloneProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tempo de Conjuração: 1.5 seg
    Dispara 2 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    cast on cyclone contact % [100]
    monster penalty against minions damage +% final vs player minions [-30]
    monster projectile variation [15]
    spell maximum base physical damage [974.6]
    spell minimum base physical damage [649.7]
    BreachCyclone
    Attack, Area, Melee, Movement
    Ciclone
    Base Damage: 13512027
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Danifica inimigos próximos a você, e então executa uma série de ataques giratórios conforme você viaja para o destino alvo. Não pode ser suportado por Impiedade ou Ataques Múltiplos.
    Velocidade de Ataque aumentada em 100%
    30% menos Velocidade de Movimento
    active skill area of effect radius +% final [100]
    cyclone extra distance [40]
    cyclone has triggered skill [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    cyclone
    BreachMassFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe Súbito
    Base Damage: 13512027
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Recarga: 15 seg
    flicker strike more attack speed +% final [200]
    ignores proximity shield [1]
    mass flicker strike number of teleports [5]
    iconblinkstrike
    BreachMassMortarInLine2
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 3.5 seg
    Recarga: 14 seg
    Dispara 2 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    mortar distance in front of target [20]
    projectile spread radius [125]
    projectile uses contact position [1]
    spell maximum base physical damage [487.3]
    spell minimum base physical damage [324.9]
    BreachMassMortarInLine3
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 3.5 seg
    Recarga: 14 seg
    Dispara 3 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    mortar distance in front of target [20]
    projectile spread radius [125]
    projectile uses contact position [1]
    spell maximum base physical damage [487.3]
    spell minimum base physical damage [324.9]
    BreachMassMortarInLine4
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 3.5 seg
    Recarga: 14 seg
    Dispara 4 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    mortar distance in front of target [20]
    projectile spread radius [125]
    projectile uses contact position [1]
    spell maximum base physical damage [487.3]
    spell minimum base physical damage [324.9]
    ChangeStanceChaosBreach
    Recarga: 25 seg
    Duração base é de 10 segundos
    BreachFlickerStrikeChayula
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe Súbito
    Base Damage: 13512027
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Recarga: 8 seg
    alternate minion [1]
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    iconblinkstrike
    ThrownWeaponBreachBoss
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Arremesso Espectral
    Base Damage: 13512027
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Lança uma cópia espectral de sua arma corpo a corpo. Ela voa e retorna para você em um ataque giratório que atinge inimigos em seu caminho.
    Causa 10% menos Dano
    Velocidade de Ataque aumentada em 35%
    Desaceleração do Projétil reduzida em 75%
    base is projectile [1]
    ghostlythrow
    BreachFlickerStrikeChayulaLowLife
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe Súbito
    Base Damage: 13512027
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Recarga: 4 seg
    alternate minion [1]
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    iconblinkstrike

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Stats
    {
    	set_monster_uses_map_boss_difficulty_scaling = 0
    	set_additional_life_scaling_index = 4
    }
    
    StateMachine
    {
    	define_shared_state = "add_effects;"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossChaosMapStandalone"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Chayula, Who Dreamt",
        life = 12,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.155,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "Melee",
            "BreachCycloneProjectile",
            "BreachCyclone",
            "ThrownWeaponBreachBoss",
            "ChangeStanceChaosBreach",
            "BreachFlickerStrikeChayula",
            "BreachFlickerStrikeChayulaLowLife",
            "BreachMassFlickerStrike",
            "BreachMassMortarInLine",
            "BreachMassMortarInLine2",
            "BreachMassMortarInLine3",
            "BreachMassMortarInLine4",
        },
        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["BreachCycloneProjectile"] = {
        name = "BreachCycloneProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "cast_on_cyclone_contact_%",
            "number_of_additional_projectiles",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "projectiles_nova",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, 100, 2, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "cyclone_movement_speed_+%_final",
            "attack_speed_+%",
            "cyclone_extra_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cyclone_has_triggered_skill",
        },
        levels = {
            [1] = {-30, 100, 40, -40, 100, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ThrownWeaponBreachBoss"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spectral_throw_projectile_deceleration_+%",
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {-75, 35, -10, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeStanceChaosBreach"] = {
        name = "ChangeStanceChaosBreach",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {10000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFlickerStrikeChayula"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {1, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachFlickerStrikeChayulaLowLife"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {1, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "mass_flicker_strike_number_of_teleports",
            "flicker_strike_more_attack_speed_+%_final",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {5, 200, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassMortarInLine"] = {
        name = "BreachMassMortarInLine",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_nova",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 1, 20, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassMortarInLine2"] = {
        name = "BreachMassMortarInLine2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_nova",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 2, 20, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassMortarInLine3"] = {
        name = "BreachMassMortarInLine3",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_nova",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 3, 20, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMassMortarInLine4"] = {
        name = "BreachMassMortarInLine4",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_nova",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 4, 20, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor não escalável
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Não Pode ser Empurrado
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valor não escalável
  • Chayula, Sonhadora
    Demoníaco
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Chayula, Who Dreamt
    Spectre
    End GameReceba 40% do Dano Físico como Dano de Caos Extra
    Tagsbludgeoning_weapon, demon, ghost_blood, has_staff, has_two_handed_melee, humanoid, light_armour, medium_height, melee, no_pantheon_mod, physical_affinity, slow_movement
    Vida
    200%
    Ailment Threshold
    200%
    Resistência
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    200%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.155 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    140%
    Type
    BreachBossChaosMapClone
    Metadata
    BreachBossChaosMapClone
    Nível
    68
    Vida
    12,867
    Armadura
    28,790
    Evasão
    4,739
    Damage
    747
    Dano Mágico
    747
    Precisão
    580
    Attack Time
    1.155
    Experiência
    20,510
    Minion Life
    2,791
    Minion Damage
    597
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 598897
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_is_breach_monster = 1
    	set_minion_dies_when_parent_dies = 1
    }
    
    DiesAfterTime
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossChaosMapClone"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Chayula, Who Dreamt",
        life = 2,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.155,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — Valor não escalável
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Valor não escalável
  • cant possess this 1 1 Global — Valor não escalável
  • cannot be afflicted 1 1 Global — Valor não escalável
  • monster no talismans 1 1 Global — Valor não escalável
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — Valor não escalável
  • cannot be tagged by sentinel 1 1 Global
  • Chayula, a Que Sonhou
    Demoníaco
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Chayula, Who Dreamt
    Spectre
    End GameReceba 40% do Dano Físico como Dano de Caos Extra
    Tagsbludgeoning_weapon, Conjurador, chaos_affinity, demon, has_staff, has_two_handed_melee, hidden_monster, humanoid, light_armour, medium_height, melee, no_pantheon_mod, not_dex, not_int, physical_affinity, ranged, red_blood, standalone_map_boss, unusable_corpse, very_fast_movement
    Vida
    1200%
    Armadura
    +100%
    Ailment Threshold
    504%
    Resistência
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    200%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.155 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    140%
    Type
    BreachBossChaosMap
    Metadata
    BreachBossOverlordCloneChaos
    Nível
    68
    Vida
    77,200
    Armadura
    57,580
    Evasão
    4,739
    Damage
    747
    Dano Mágico
    747
    Precisão
    580
    Attack Time
    1.155
    Experiência
    20,510
    Minion Life
    16,745
    Minion Damage
    597
    Ailment Threshold
    32,424
    Chill
    103
    Shock
    103
    Brittle
    580
    Scorch
    103
    Sap
    283
    Phys Convert Ele
    240%
    BreachCycloneProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tempo de Conjuração: 1.5 seg
    Dispara 2 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Dispara Projéteis em um círculo
    base is projectile [1]
    cast on cyclone contact % [100]
    monster penalty against minions damage +% final vs player minions [-30]
    monster projectile variation [15]
    spell maximum base physical damage [974.6]
    spell minimum base physical damage [649.7]
    BreachCyclone
    Attack, Area, Melee, Movement
    Ciclone
    Base Damage: 598897
    Chance de Crítico: 5%
    Attack Time: 1.155 seg
    Danifica inimigos próximos a você, e então executa uma série de ataques giratórios conforme você viaja para o destino alvo. Não pode ser suportado por Impiedade ou Ataques Múltiplos.
    Velocidade de Ataque aumentada em 100%
    30% menos Velocidade de Movimento
    active skill area of effect radius +% final [100]
    cyclone extra distance [40]
    cyclone has triggered skill [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    cyclone

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    BaseEvents
    {
    	on_construction_complete = "RemoveCollidability();"
    }
    
    StateMachine
    {
    	define_shared_state = "skill_done;"
    }
    
    DiesAfterTime {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossOverlordCloneChaos"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Chayula, Who Dreamt",
        life = 12,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.155,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "BreachCycloneProjectile",
            "BreachCyclone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachCycloneProjectile"] = {
        name = "BreachCycloneProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "cast_on_cyclone_contact_%",
            "number_of_additional_projectiles",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "projectiles_nova",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, 100, 2, 25, -30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "cyclone_movement_speed_+%_final",
            "attack_speed_+%",
            "cyclone_extra_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cyclone_has_triggered_skill",
        },
        levels = {
            [1] = {-30, 100, 40, -40, 100, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — Valor não escalável
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Valor não escalável
  • cant possess this 1 1 Global — Valor não escalável
  • cannot be afflicted 1 1 Global — Valor não escalável
  • monster no talismans 1 1 Global — Valor não escalável
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — Valor não escalável
  • cannot be tagged by sentinel 1 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    BaseEvents.on_construction_completeRemoveCollidability();
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Life.corpse_usablefalse
    StateMachine.define_shared_stateskill_done;
    Edit

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