奪靈之主
生物
地區: InvasionBoss
monster casts elemental hit text [1]
增加 300% 物品掉落數量
增加 800% 物品掉落稀有度
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
The Spiritless
幽魂N
地區InvasionBoss
End Game增加 50% 最大生命
標籤bone_armour, bones, construct, has_two_hand_sword, has_two_handed_melee, invasion_boss, large_height, melee, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, undead, very_slow_movement
Packs
  • InvasionBoss: 奪靈之主, 瓦爾墮靈, 瓦爾墮靈
  • 生命
    120%
    護甲
    +100%
    異常狀態臨界值
    120%
    抗性
    30 30 30 20
    傷害
    100%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.605 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    160%
    類型
    ConstructMeleeBossInvasion
    Metadata
    ConstructBossInvasion
    等級
    68
    生命
    7,720
    護甲
    57,580
    閃避
    4,739
    能量護盾
    0
    傷害
    374
    法術傷害
    374
    命中
    290
    攻擊間隔
    1.605
    經驗值
    10,255
    異常狀態臨界值
    7,720
    冰緩
    24
    感電
    24
    易碎
    138
    焦灼
    24
    殘喘
    67
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 299–448
    暴擊率: 5%
    攻擊間隔: 1.605 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ElementalHitSkeletonKnightInvasion
    攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
    元素打擊
    基本傷害: 299–448
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.605 秒
    每次使用此技能攻擊將會隨機選擇1種元素,並只會使用該元素造成傷害。攻擊擊中敵人時會對周圍的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 118.4% 更多傷害
    25% 機率造成冰凍、感電與燃燒
    基礎範圍為 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/ConstructBossInvasion"] = {
        name = "The Spiritless",
        life = 1.2,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "ElementalHitSkeletonKnightInvasion",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ElementalHitSkeletonKnightInvasion"] = {
        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] = {0, 25, 10, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [3] = {1, 25, 10, baseMultiplier = 1.5, levelRequirement = 45, statInterpolation = {2},  cost = { }, },
            [4] = {200, 25, 10, baseMultiplier = 1.5, levelRequirement = 84, statInterpolation = {2},  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 = { }, },
        },
    }
    
    monster casts elemental hit text [1]
    IdMonsterCastsElementalHitText
    FamilyMonsterCastsElementalHitText
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster casts elemental hit text Min: 1 Max: 1 全域
  • 增加 300% 物品掉落數量
    增加 800% 物品掉落稀有度
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 全域
  • monster dropped item quantity +% Min: 300 Max: 300 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 全域
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    Edit

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