阿茲里的愛將
生物
undead description [1]
增加 30% 全域物理傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Atziri's Chosen
幽魂N
標籤bone_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%
異常狀態臨界值
221%
抗性
42 42 42 0
傷害
274%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 11
攻擊間隔
1.32 秒
傷害分佈
±20%
經驗值
170%
Model Size
120%
類型
ConstructMeleeArmouredBoss
Metadata
MapSkeletonMeleeKnightElementalBoss
等級
68
生命
307,955
護甲
57,580
閃避
4,739
能量護盾
0
傷害
1,166
法術傷害
1,740
命中
290
攻擊間隔
0.8844
經驗值
95,884
異常狀態臨界值
194,012
冰緩
613
感電
613
易碎
3,471
焦灼
613
殘喘
1,695
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1851–2777
暴擊率: 5%
攻擊間隔: 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]
ElementalHitSkeletonKnight
攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
元素打擊
基本傷害: 1851–2777
暴擊率: 5%
攻擊傷害: 150%
攻擊間隔: 1.32 秒
每次使用此技能攻擊將會隨機選擇1種元素,並只會使用該元素造成傷害。攻擊擊中敵人時會對周圍的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
造成 50% 更多攻擊傷害
造成 359% 更多傷害
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]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.35
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/MapSkeletonMeleeKnightElementalBoss"] = {
    name = "Atziri's Chosen",
    life = 2.21,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    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 = {
        "active_skill_damage_+%_final",
        "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] = {150, 50, 10, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [3] = {300, 50, 10, baseMultiplier = 1.5, levelRequirement = 45, statInterpolation = {2},  cost = { }, },
        [4] = {400, 50, 10, baseMultiplier = 1.5, levelRequirement = 84, statInterpolation = {2},  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]
IdMonsterNecromancerRaisable
FamilyMonsterNecromancerRaisable
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    增加 30% 全域物理傷害
    IdMonsterImplicitAuraMediumDamage1
    FamilyMonsterAura
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level4 (Effective: 3)
    Stats
  • physical damage +% Min: 30 Max: 30 全域
  • Craft Tagsphysical_damage damage physical
    物理增傷光環
    範圍: 50
    周圍友方增加物理傷害
    增加 30% 物理傷害
    Medium Physical Damage Aura
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • Edit

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