巨型瓦尔堕灵
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
    Shock
    40
    Brittle
    228
    Scorch
    40
    Sap
    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 秒
    该技能的每次攻击都会随机选择一种元素,并只能造成该元素的伤害。若击中敌人,还会在他们周围造成伤害,若该敌人正承受所选元素的异常状态,则伤害范围扩大。不能连续选择同一种元素。
    攻击伤害总增 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/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 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 = { }, },
        },
    }
    
    巨型瓦尔堕灵
    构造体
    monster no map drops [1]
    Colossal Vaal Fallen
    幽魂Y
    地区穿越之间, 穿越之间, 穿越之间, 卡兰德之湖
    标签bone_armour, bones, construct, has_one_hand_sword, has_one_handed_melee, large_height, melee, no_pantheon_mod, 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
    Shock
    21
    Brittle
    119
    Scorch
    21
    Sap
    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 秒
    该技能的每次攻击都会随机选择一种元素,并只能造成该元素的伤害。若击中敌人,还会在他们周围造成伤害,若该敌人正承受所选元素的异常状态,则伤害范围扩大。不能连续选择同一种元素。
    攻击伤害总增 50%
    伤害总增 52.03%
    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/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 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["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, large_height, melee, no_pantheon_mod, 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
    Shock
    228
    Brittle
    1,292
    Scorch
    228
    Sap
    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 秒
    该技能的每次攻击都会随机选择一种元素,并只能造成该元素的伤害。若击中敌人,还会在他们周围造成伤害,若该敌人正承受所选元素的异常状态,则伤害范围扩大。不能连续选择同一种元素。
    攻击伤害总增 50%
    伤害总增 169.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/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 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["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, large_height, melee, no_pantheon_mod, 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
    Shock
    81
    Brittle
    456
    Scorch
    81
    Sap
    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 秒
    该技能的每次攻击都会随机选择一种元素,并只能造成该元素的伤害。若击中敌人,还会在他们周围造成伤害,若该敌人正承受所选元素的异常状态,则伤害范围扩大。不能连续选择同一种元素。
    攻击伤害总增 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/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 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["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, no_pantheon_mod, 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
    Shock
    34
    Brittle
    190
    Scorch
    34
    Sap
    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 秒
    该技能的每次攻击都会随机选择一种元素,并只能造成该元素的伤害。若击中敌人,还会在他们周围造成伤害,若该敌人正承受所选元素的异常状态,则伤害范围扩大。不能连续选择同一种元素。
    攻击伤害总增 50%
    伤害总增 52.03%
    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/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 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["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, no_pantheon_mod, 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
    Shock
    228
    Brittle
    1,292
    Scorch
    228
    Sap
    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 秒
    该技能的每次攻击都会随机选择一种元素,并只能造成该元素的伤害。若击中敌人,还会在他们周围造成伤害,若该敌人正承受所选元素的异常状态,则伤害范围扩大。不能连续选择同一种元素。
    攻击伤害总增 50%
    伤害总增 169.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/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 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["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, no_pantheon_mod, no_pantheon_mod, 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
    Shock
    81
    Brittle
    456
    Scorch
    81
    Sap
    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 秒
    该技能的每次攻击都会随机选择一种元素,并只能造成该元素的伤害。若击中敌人,还会在他们周围造成伤害,若该敌人正承受所选元素的异常状态,则伤害范围扩大。不能连续选择同一种元素。
    攻击伤害总增 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/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 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["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.