巨型瓦爾墮靈
Colossal Vaal Fallen
幽魂Y
地區永恆實驗室, 沉寂船道, 幽僻河道, 沉寂船道, 幽僻河道
標籤bone_armour, bones, construct, has_one_hand_sword, has_one_handed_melee, large_height, melee, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, slow_movement, undead
Packs
  • 永恆實驗室: 巨型瓦爾墮靈, 瓦爾墮靈, 瓦爾墮靈
  • 生命
    198%
    護甲
    +80%
    異常狀態臨界值
    198%
    抗性
    37 37 37 0
    傷害
    405%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    180%
    Model Size
    100%
    類型
    ConstructLarge
    Metadata
    SkeletonMeleeKnightElementalLargeSword
    等級
    68
    生命
    12,738
    護甲
    51,822
    閃避
    4,739
    能量護盾
    0
    傷害
    1,513
    法術傷害
    1,513
    命中
    290
    攻擊間隔
    1.5
    經驗值
    18,459
    異常狀態臨界值
    12,738
    冰緩
    40
    感電
    40
    易碎
    228
    焦灼
    40
    殘喘
    111
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1210–1815
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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
    元素打擊
    基本傷害: 1210–1815
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.5 秒
    每次使用此技能攻擊將會隨機選擇 1 種元素,並只會使用該元素造成傷害。若攻擊擊中敵人,也會對附近的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 359% 更多傷害
    50% 機率造成冰凍、感電與燃燒
    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/SkeletonMeleeKnightElementalLargeSword"] = {
        name = "Colossal Vaal Fallen",
        life = 1.98,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 4.05,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One 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 also 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_%",
            "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, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [3] = {300, 50, baseMultiplier = 1.5, levelRequirement = 45, statInterpolation = {2},  cost = { }, },
            [4] = {400, 50, 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 = { }, },
        },
    }
    
    巨大瓦爾墮靈
    生物
    monster no map drops [1]
    Colossal Vaal Fallen
    幽魂Y
    地區穿越之室, 穿越之室, 穿越之室, 卡蘭德迷湖
    標籤bone_armour, bones, construct, has_one_hand_sword, has_one_handed_melee, incursion_monster, large_height, melee, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, slow_movement, undead
    生命
    248%
    護甲
    +80%
    異常狀態臨界值
    248%
    抗性
    37 37 37 0
    傷害
    405%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    75%
    Model Size
    100%
    類型
    VaalConstructLargeIncursion
    Metadata
    SkeletonMeleeKnightElementalLargeSwordIncursion
    等級
    55
    生命
    6,641
    護甲
    18,162
    閃避
    2,948
    能量護盾
    0
    傷害
    775
    法術傷害
    775
    命中
    172
    攻擊間隔
    1.5
    經驗值
    5,144
    異常狀態臨界值
    6,641
    冰緩
    21
    感電
    21
    易碎
    119
    焦灼
    21
    殘喘
    58
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 620–930
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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]
    ElementalHitSkeletonKnightIncursion
    攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
    元素打擊
    基本傷害: 620–930
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.5 秒
    每次使用此技能攻擊將會隨機選擇 1 種元素,並只會使用該元素造成傷害。若攻擊擊中敵人,也會對附近的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 52.03% 更多傷害
    25% 機率造成冰凍、感電與燃燒
    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/LeagueIncursion/MonsterIncursion"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursion"] = {
        name = "Colossal Vaal Fallen",
        life = 2.48,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 4.05,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "ElementalHitSkeletonKnightIncursion",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ElementalHitSkeletonKnightIncursion"] = {
        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 also 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_%",
            "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, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [3] = {1, 25, baseMultiplier = 1.5, levelRequirement = 45, statInterpolation = {2},  cost = { }, },
            [4] = {200, 25, 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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 巨大瓦爾墮靈
    生物
    地區: 穿越之室
    monster no map drops [1]
    Colossal Vaal Fallen
    幽魂Y
    幽魂 取代Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursion
    地區穿越之室, 穿越之室, 穿越之室
    標籤bone_armour, bones, construct, has_one_hand_sword, has_one_handed_melee, incursion_monster, large_height, melee, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, slow_movement, undead
    生命
    396%
    護甲
    +80%
    異常狀態臨界值
    396%
    抗性
    37 37 37 0
    傷害
    337%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    VaalConstructLargeIncursionMap
    Metadata
    SkeletonMeleeKnightElementalLargeSwordIncursionMap
    等級
    78
    生命
    72,223
    護甲
    113,281
    閃避
    6,667
    能量護盾
    0
    傷害
    2,275
    法術傷害
    2,275
    命中
    428
    攻擊間隔
    1.5
    經驗值
    12,377
    異常狀態臨界值
    72,223
    冰緩
    228
    感電
    228
    易碎
    1,292
    焦灼
    228
    殘喘
    631
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1820–2730
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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]
    ElementalHitSkeletonKnightIncursion
    攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
    元素打擊
    基本傷害: 1820–2730
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.5 秒
    每次使用此技能攻擊將會隨機選擇 1 種元素,並只會使用該元素造成傷害。若攻擊擊中敵人,也會對附近的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 169.4% 更多傷害
    25% 機率造成冰凍、感電與燃燒
    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/LeagueIncursion/MonsterIncursion"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursionMap"] = {
        name = "Colossal Vaal Fallen",
        life = 3.96,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 3.37,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "ElementalHitSkeletonKnightIncursion",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ElementalHitSkeletonKnightIncursion"] = {
        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 also 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_%",
            "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, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [3] = {1, 25, baseMultiplier = 1.5, levelRequirement = 45, statInterpolation = {2},  cost = { }, },
            [4] = {200, 25, 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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 巨大瓦爾墮靈
    生物
    monster no map drops [1]
    Colossal Vaal Fallen
    幽魂Y
    標籤bone_armour, bones, construct, has_one_hand_sword, has_one_handed_melee, incursion_monster, large_height, melee, no_spirit_walkers_archnemesis, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, slow_movement, undead
    Packs
  • 瓦爾鮮肉商, 遠古創造物, 巨大瓦爾墮靈
  • 生命
    396%
    護甲
    +80%
    異常狀態臨界值
    396%
    抗性
    37 37 37 0
    傷害
    337%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    VaalConstructLargeIncursionMap
    Metadata
    SkeletonMeleeKnightElementalLargeSwordIncursionMapMemoryLine
    等級
    68
    生命
    25,476
    護甲
    51,822
    閃避
    4,739
    能量護盾
    0
    傷害
    1,259
    法術傷害
    1,259
    命中
    290
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    25,476
    冰緩
    81
    感電
    81
    易碎
    456
    焦灼
    81
    殘喘
    223
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1007–1511
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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]
    ElementalHitSkeletonKnightIncursion
    攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
    元素打擊
    基本傷害: 1007–1511
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.5 秒
    每次使用此技能攻擊將會隨機選擇 1 種元素,並只會使用該元素造成傷害。若攻擊擊中敵人,也會對附近的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 118.4% 更多傷害
    25% 機率造成冰凍、感電與燃燒
    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/LeagueIncursion/MonsterIncursion"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursionMapMemoryLine"] = {
        name = "Colossal Vaal Fallen",
        life = 3.96,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 3.37,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "ElementalHitSkeletonKnightIncursion",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ElementalHitSkeletonKnightIncursion"] = {
        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 also 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_%",
            "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, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [3] = {1, 25, baseMultiplier = 1.5, levelRequirement = 45, statInterpolation = {2},  cost = { }, },
            [4] = {200, 25, 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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 巨大瓦爾墮靈
    生物
    Colossal Vaal Fallen
    幽魂Y
    幽魂 取代Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursion
    地區阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿
    標籤bone_armour, bones, construct, has_one_hand_sword, has_one_handed_melee, large_height, melee, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, slow_movement, undead
    Packs
  • 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿: 遠古創造物, 巨大瓦爾墮靈
  • 生命
    396%
    護甲
    +80%
    異常狀態臨界值
    396%
    抗性
    37 37 37 0
    傷害
    338%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    75%
    Model Size
    100%
    類型
    VaalConstructLargeIncursionTemple
    Metadata
    SkeletonMeleeKnightElementalLargeSwordIncursionTemple
    等級
    55
    生命
    10,605
    護甲
    18,162
    閃避
    2,948
    能量護盾
    0
    傷害
    647
    法術傷害
    647
    命中
    172
    攻擊間隔
    1.5
    經驗值
    5,144
    異常狀態臨界值
    10,605
    冰緩
    34
    感電
    34
    易碎
    190
    焦灼
    34
    殘喘
    93
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 517–776
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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]
    ElementalHitSkeletonKnightIncursion
    攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
    元素打擊
    基本傷害: 517–776
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.5 秒
    每次使用此技能攻擊將會隨機選擇 1 種元素,並只會使用該元素造成傷害。若攻擊擊中敵人,也會對附近的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 52.03% 更多傷害
    25% 機率造成冰凍、感電與燃燒
    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/LeagueIncursion/MonsterTemple"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/MonsterTemple"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursionTemple"] = {
        name = "Colossal Vaal Fallen",
        life = 3.96,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 3.38,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "ElementalHitSkeletonKnightIncursion",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ElementalHitSkeletonKnightIncursion"] = {
        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 also 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_%",
            "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, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [3] = {1, 25, baseMultiplier = 1.5, levelRequirement = 45, statInterpolation = {2},  cost = { }, },
            [4] = {200, 25, 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 = { }, },
        },
    }
    
    巨大瓦爾墮靈
    生物
    Colossal Vaal Fallen
    幽魂Y
    幽魂 取代Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursion
    地區阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿
    標籤bone_armour, bones, construct, has_one_hand_sword, has_one_handed_melee, large_height, melee, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, slow_movement, undead
    Packs
  • 阿茲瓦特神殿, 阿茲瓦特神殿, 阿茲瓦特神殿: 遠古創造物, 巨大瓦爾墮靈
  • 生命
    396%
    護甲
    +80%
    異常狀態臨界值
    396%
    抗性
    37 37 37 0
    傷害
    338%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    VaalConstructLargeIncursionTempleMap
    Metadata
    SkeletonMeleeKnightElementalLargeSwordIncursionTempleMap
    等級
    78
    生命
    72,223
    護甲
    113,281
    閃避
    6,667
    能量護盾
    0
    傷害
    2,282
    法術傷害
    2,282
    命中
    428
    攻擊間隔
    1.5
    經驗值
    18,566
    異常狀態臨界值
    72,223
    冰緩
    228
    感電
    228
    易碎
    1,292
    焦灼
    228
    殘喘
    631
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1825–2738
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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]
    ElementalHitSkeletonKnightIncursion
    攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
    元素打擊
    基本傷害: 1825–2738
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.5 秒
    每次使用此技能攻擊將會隨機選擇 1 種元素,並只會使用該元素造成傷害。若攻擊擊中敵人,也會對附近的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 169.4% 更多傷害
    25% 機率造成冰凍、感電與燃燒
    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/LeagueIncursion/MonsterTemple"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/MonsterTemple"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursionTempleMap"] = {
        name = "Colossal Vaal Fallen",
        life = 3.96,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 3.38,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "ElementalHitSkeletonKnightIncursion",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ElementalHitSkeletonKnightIncursion"] = {
        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 also 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_%",
            "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, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [3] = {1, 25, baseMultiplier = 1.5, levelRequirement = 45, statInterpolation = {2},  cost = { }, },
            [4] = {200, 25, 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 = { }, },
        },
    }
    
    巨型瓦爾墮靈
    生物
    地區: 瓦爾哨站
    Colossal Vaal Fallen
    幽魂Y
    幽魂 取代Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursion
    地區瓦爾哨站, 瓦爾哨站, 瓦爾哨站, 瓦爾哨站, 瓦爾哨站, 瓦爾哨站, 瓦爾哨站, 瓦爾哨站
    標籤bone_armour, bones, construct, delve_monster, has_one_hand_sword, has_one_handed_melee, large_height, melee, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, slow_movement, undead
    生命
    396%
    護甲
    +80%
    異常狀態臨界值
    396%
    抗性
    37 37 37 0
    傷害
    338%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    VaalConstructLargeIncursionTempleMap
    Metadata
    SkeletonMeleeKnightElementalLargeSwordIncursionDelve
    等級
    68
    生命
    25,476
    護甲
    51,822
    閃避
    4,739
    能量護盾
    0
    傷害
    1,263
    法術傷害
    1,263
    命中
    290
    攻擊間隔
    1.5
    經驗值
    15,383
    異常狀態臨界值
    25,476
    冰緩
    81
    感電
    81
    易碎
    456
    焦灼
    81
    殘喘
    223
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1010–1515
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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]
    ElementalHitSkeletonKnightIncursion
    攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
    元素打擊
    基本傷害: 1010–1515
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.5 秒
    每次使用此技能攻擊將會隨機選擇 1 種元素,並只會使用該元素造成傷害。若攻擊擊中敵人,也會對附近的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 118.4% 更多傷害
    25% 機率造成冰凍、感電與燃燒
    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/LeagueIncursion/MonsterTemple"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/MonsterTemple"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMeleeKnightElementalLargeSwordIncursionDelve"] = {
        name = "Colossal Vaal Fallen",
        life = 3.96,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 3.38,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "ElementalHitSkeletonKnightIncursion",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ElementalHitSkeletonKnightIncursion"] = {
        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 also 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_%",
            "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, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [3] = {1, 25, baseMultiplier = 1.5, levelRequirement = 45, statInterpolation = {2},  cost = { }, },
            [4] = {200, 25, 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 = { }, },
        },
    }
    
    Edit

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