Arconte do Horror
Demoníaco
50% de chance de Amaldiçoar Inimigos com Vulnerabilidade ao Acertar
50% de aumento do Dano Físico Global
monster no map drops [1]
Horror Archon
SpectreN
Tagsanimal_claw_weapon, Conjurador, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood
Vida
99%
Ailment Threshold
99%
Resistência
0 0 85 0
Damage
88%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 18
Attack Time
2.445 Second
Damage Spread
±20%
Experiência
110%
Model Size
115%
Type
DemonFemaleBossStrIntMission
Metadata
DemonBossStrIntMission
Nível
68
Vida
6,369
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
329
Dano Mágico
329
Precisão
290
Attack Time
2.445
Experiência
11,281
Ailment Threshold
6,369
Chill
20
Shock
20
Brittle
114
Scorch
20
Sap
56
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 263–394
Chance de Crítico: 5%
Attack Time: 2.445 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterCyclone
Attack, Area, Melee, Movement
Ciclone
Base Damage: 263–394
Chance de Crítico: 5%
Attack Time: 2.445 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.
Causa 40% menos Dano
Dano Físico aumentado em 20%
Velocidade de Ataque aumentada em 30%
30% menos Velocidade de Movimento
base skill number of additional hits [1]
is area damage [1]
BloodNovaStrIntBoss
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
Nova Glacial
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 130%
Tempo de Conjuração: 0.8 seg
Recarga: 4 seg
Um círculo se expande a partir do conjurador.
Causa 625.7 a 977.6 de Dano de Gelo
Raio Base igual a 2.6 metros
active skill area of effect radius +% final [15]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]

Object Type

version 2
extends "Metadata/Monsters/DemonFemale/DemonFemale"

Object Type Codes

version 2
extends "Metadata/Monsters/DemonFemale/DemonFemale"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonFemale/DemonBossStrIntMission"] = {
    name = "Horror Archon",
    life = 0.99,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 0.88,
    damageSpread = 0.2,
    attackTime = 2.445,
    attackRange = 18,
    accuracy = 1,
    skillList = {
        "BloodNovaStrIntBoss",
        "Melee",
        "MonsterCyclone",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BloodNovaStrIntBoss"] = {
    name = "Ice Nova",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "A circle of ice expands from the caster.",
    skillTypes = {
        [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.Cold] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_base_area_of_effect_radius",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.25, 26, -25, 15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- 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["MonsterCyclone"] = {
    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 = {
        "physical_damage_+%",
        "attack_speed_+%",
        "cyclone_movement_speed_+%_final",
        "active_skill_damage_+%_final",
        "base_skill_number_of_additional_hits",
        "is_area_damage",
    },
    levels = {
        [1] = {20, 30, -30, -40, 1, levelRequirement = 10, statInterpolation = {},  cost = { }, },
    },
}
50% de chance de Amaldiçoar Inimigos com Vulnerabilidade ao Acertar
IdMonsterChanceToVulnerabilityOnHit2
FamilyMonsterChanceToVulnerabilityOnHit
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • curse on hit % vulnerability Min: 50 Max: 50 Global
  • Craft Tagscaster curse
    50% de aumento do Dano Físico Global
    IdMonsterImplicitAuraLargeDamage1
    FamilyMonsterAura
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level4 (Effective: 3)
    Stats
  • physical damage +% Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage damage physical
    Aura de Dano Físico Grande
    Raio: 50
    Aliados Causam Dano Físico Extra
    Dano Físico aumentado em 50%
    Large Physical Damage Aura
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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