MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Избранник Атзири
Механизм
MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
undead description [1]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Atziri's Chosen
Spectre
Tagsbone_armour, bones, construct, has_two_hand_sword, has_two_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, undead, very_slow_movement
Здоровье
221%
Броня
+100%
Ailment Threshold
221%
Сопротивление
MonsterResistanceIconFire42 MonsterResistanceIconCold42 MonsterResistanceIconLightning42 MonsterResistanceIconChaos0
Damage
274%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
4 ~ 11
Attack Time
1.32 Second
Damage Spread
±20%
Опыт
170%
Model Size
120%
Type
ConstructMeleeArmouredBoss
Metadata
MapSkeletonMeleeKnightElementalBoss
Spectre Reservation
74%
Companion Reservation
39%
Уровень
68
Здоровье
307,955
Броня
57,580
Уклонение
4,739
Damage
1,166
Урон от чар
1,740
Точность
580
Attack Time
0.8844
Опыт
95,884
Minion Life
66,798
Minion Damage
931
Ailment Threshold
194,012
Chill
613
Shock
613
Brittle
3,471
Scorch
613
Sap
1,695
Phys Convert Ele
240%
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 18512777
Шанс критического удара: 5%
Attack Time: 1.32 сек.
Герой наносит обычный удар.
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]
iconbasicattack
ElementalHitSkeletonKnight
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, MeleeSingleTarget, Multistrikeable, Melee, Fire, Cold, Lightning, RangedAttack, MirageArcherCanUse, Area, Triggerable, RandomElement
Удар стихии
Base Damage: 18512777
Шанс критического удара: 5%
Урон от атаки: 150%
Attack Time: 1.32 сек.
Каждая атака этим умением случайно выбирает стихию и наносит урон только от этой стихии. При нанесении удара этой атакой по врагу, урон будет нанесен и в области вокруг него, при этом радиус поражения будет больше, если на врага действует состояние от выбранной умением стихии. Умение будет пытаться не использовать одну и ту же стихию два раза подряд.
Наносит на 50% больше урона атаками
50% шанс заморозить, поджечь и наложить шок
Базовый радиус - 1 м
action attack or cast time uses animation length [1]
is area damage [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconelementalhit

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Emerge"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/MapSkeletonMeleeKnightElementalBoss"] = {
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    name = "Atziri's Chosen",
    life = 2.21,
    damage = 2.74,
    damageSpread = 0.2,
    attackTime = 1.32,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "Two Hand Sword",
    skillList = {
        "ElementalHitSkeletonKnight",
        "MeleeAtAnimationSpeed",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ElementalHitSkeletonKnight"] = {
    name = "Elemental Hit",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Each attack with this skill will choose an element at random, and will only be able to deal damage of that element. If the attack hits an enemy, it will deal damage in an area around them, with the radius being larger if that enemy is suffering from an ailment of the chosen element. It will avoid choosing the same element twice in a row.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Fire] = true,
        [SkillType.Cold] = true,
        [SkillType.Lightning] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.RandomElement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "chance_to_freeze_shock_ignite_%",
        "active_skill_base_area_of_effect_radius",
        "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",
        "is_area_damage",
    },
    levels = {
        [1] = {50, 10, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- 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 = { }, },
    },
}
undead description [1]
FamilyMonsterNecromancerRaisable
Domainsмонстр (3)
GenerationTypeуник (3)
Req. level1
Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    FamilyMonsterAura
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level4 (Effective: 3)
    Stats
  • physical damage +% 30 30 Global
  • Craft Tagsphysical_damage Урон Физический
    Средняя аура физического урона
    Радиус: 50
    Союзники наносят дополнительный физический урон
    30% увеличение физического урона
    Medium Physical Damage Aura
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsмонстр (3)
    GenerationTypeуник (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
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Неизменяемое значение
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Edit

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