MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
冰雪巨狼
野兽
MonsterResistanceIconCold
属类: 羊人萨满
组别:
科目: 荒野
获得额外冰霜伤害, 其数值等同于物理伤害的 100%
Freezing Wolf
幽魂Y
地区斜坡, 永恒的实验室, 赤寒河岸
标签animal_claw_weapon, beast, canine_beast, has_one_hand_mace, has_one_handed_melee, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood
Packs
  • 斜坡: 风雪巨狼, 冰雪巨狼
  • 永恒的实验室: 冰雪巨狼, 风雪巨狼
  • 生命
    180%
    闪避值
    +10%
    异常状态临界值
    180%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold40 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    伤害
    101%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    130%
    类型
    LionWolfChampion
    Metadata
    LionWolf3Champion
    等级
    76
    生命
    26,900
    护甲
    53,896
    闪避值
    6,859
    伤害
    607
    法术伤害
    607
    命中
    792
    攻击间隔
    1.5
    经验值
    18,006
    召唤物生命
    5,442
    召唤物伤害
    499
    异常状态临界值
    26,900
    冰缓
    85
    Shock
    85
    Brittle
    481
    Scorch
    85
    Sap
    235
    Phys Convert Ele
    280%
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 485—728
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterLeapSlamFoothills
    攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
    跃击
    基本伤害: 485—728
    暴击几率: 5%
    攻击伤害: 150%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。
    攻击伤害总增 50%
    基础范围为 1.5
    cast time overrides attack duration [1]
    is area damage [1]
    leapslam overshoot distance [10]
    iconleapslam

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Lion/LionWolf3Champion"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Freezing Wolf",
        life = 1.8,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "Melee",
            "MonsterLeapSlamFoothills",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLeapSlamFoothills"] = {
        name = "Leap Slam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leapslam_overshoot_distance",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {10, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage 伤害 物理 元素 冰霜
    冰雪巨狼
    野兽
    MonsterResistanceIconCold
    区域: 冰封空谷
    Freezing Wolf
    幽魂Y
    幽魂 取代Metadata/Monsters/Lion/LionWolfChampionDelveSpectre
    地区冰封空谷, 冰封空谷, 冰封空谷, 冰封空谷, 冰封空谷, 冰封空谷, 冰封空谷, 冰封空谷
    标签animal_claw_weapon, beast, canine_beast, delve_monster, has_one_hand_mace, has_one_handed_melee, light_armour, mammal_beast, medium_height, medium_movement, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood
    生命
    180%
    闪避值
    +10%
    异常状态临界值
    180%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold40 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    伤害
    101%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    130%
    类型
    LionWolfChampionDelve
    Metadata
    LionWolfChampionDelve
    等级
    68
    生命
    11,580
    护甲
    28,790
    闪避值
    5,213
    伤害
    377
    法术伤害
    377
    命中
    580
    攻击间隔
    1.5
    经验值
    15,383
    召唤物生命
    2,512
    召唤物伤害
    301
    异常状态临界值
    11,580
    冰缓
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Phys Convert Ele
    240%
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 302—453
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterLeapSlamFoothills
    攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
    跃击
    基本伤害: 302—453
    暴击几率: 5%
    攻击伤害: 150%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。
    攻击伤害总增 50%
    基础范围为 1.5
    cast time overrides attack duration [1]
    is area damage [1]
    leapslam overshoot distance [10]
    iconleapslam

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Lion/LionWolfChampionDelve"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Freezing Wolf",
        life = 1.8,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "Melee",
            "MonsterLeapSlamFoothills",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLeapSlamFoothills"] = {
        name = "Leap Slam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leapslam_overshoot_distance",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {10, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    冰雪巨狼
    野兽
    MonsterResistanceIconCold
    Freezing Wolf
    幽魂Y
    标签animal_claw_weapon, beast, canine_beast, delve_monster, has_one_hand_mace, has_one_handed_melee, light_armour, mammal_beast, medium_movement, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood
    生命
    180%
    闪避值
    +10%
    异常状态临界值
    180%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold40 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    伤害
    101%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    130%
    类型
    LionWolfChampionDelve
    Metadata
    LionWolfChampionDelveSpectre
    等级
    68
    生命
    11,580
    护甲
    28,790
    闪避值
    5,213
    伤害
    377
    法术伤害
    377
    命中
    580
    攻击间隔
    1.5
    经验值
    15,383
    召唤物生命
    2,512
    召唤物伤害
    301
    异常状态临界值
    11,580
    冰缓
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Phys Convert Ele
    240%
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 302—453
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterLeapSlamFoothills
    攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
    跃击
    基本伤害: 302—453
    暴击几率: 5%
    攻击伤害: 150%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。
    攻击伤害总增 50%
    基础范围为 1.5
    cast time overrides attack duration [1]
    is area damage [1]
    leapslam overshoot distance [10]
    iconleapslam

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Lion/LionWolfChampionDelveSpectre"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Freezing Wolf",
        life = 1.8,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "Melee",
            "MonsterLeapSlamFoothills",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLeapSlamFoothills"] = {
        name = "Leap Slam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leapslam_overshoot_distance",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {10, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    冰雪巨狼
    野兽
    MonsterResistanceIconCold
    Freezing Wolf
    幽魂Y
    幽魂 取代Metadata/Monsters/Lion/LionWolfChampionDelveSpectre
    标签animal_claw_weapon, beast, canine_beast, delve_monster, has_one_hand_mace, has_one_handed_melee, light_armour, mammal_beast, medium_height, medium_movement, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood
    生命
    180%
    闪避值
    +10%
    异常状态临界值
    180%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold40 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    伤害
    101%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    130%
    类型
    LionWolfChampionDelve
    Metadata
    LionWolfChampionDelveCaveEncounter
    等级
    68
    生命
    11,580
    护甲
    28,790
    闪避值
    5,213
    伤害
    377
    法术伤害
    377
    命中
    580
    攻击间隔
    1.5
    经验值
    15,383
    召唤物生命
    2,512
    召唤物伤害
    301
    异常状态临界值
    11,580
    冰缓
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Phys Convert Ele
    240%
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 302—453
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterLeapSlamFoothills
    攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
    跃击
    基本伤害: 302—453
    暴击几率: 5%
    攻击伤害: 150%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。
    攻击伤害总增 50%
    基础范围为 1.5
    cast time overrides attack duration [1]
    is area damage [1]
    leapslam overshoot distance [10]
    iconleapslam
    WalkEmergeWolfDelve
    walk emerge distance [450]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Lion/LionWolfChampionDelveCaveEncounter"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Freezing Wolf",
        life = 1.8,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "Melee",
            "MonsterLeapSlamFoothills",
            "WalkEmergeWolfDelve",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLeapSlamFoothills"] = {
        name = "Leap Slam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leapslam_overshoot_distance",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {10, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeWolfDelve"] = {
        name = "WalkEmergeWolfDelve",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.55,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {450, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    冰雪巨狼
    野兽
    MonsterResistanceIconCold
    Freezing Wolf
    幽魂Y
    幽魂 取代Metadata/Monsters/Lion/LionWolfChampionDelveSpectre
    标签animal_claw_weapon, beast, canine_beast, delve_monster, has_one_hand_mace, has_one_handed_melee, light_armour, mammal_beast, medium_height, medium_movement, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood
    Packs
  • 风雪巨狼, 幼狼, 雪狼幼崽, 冰雪巨狼
  • 生命
    180%
    闪避值
    +10%
    异常状态临界值
    180%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold40 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    伤害
    101%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    130%
    类型
    LionWolfChampionDelve
    Metadata
    LionWolfChampionDelveEncounter
    等级
    68
    生命
    11,580
    护甲
    28,790
    闪避值
    5,213
    伤害
    377
    法术伤害
    377
    命中
    580
    攻击间隔
    1.5
    经验值
    15,383
    召唤物生命
    2,512
    召唤物伤害
    301
    异常状态临界值
    11,580
    冰缓
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Phys Convert Ele
    240%
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 302—453
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterLeapSlamFoothills
    攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
    跃击
    基本伤害: 302—453
    暴击几率: 5%
    攻击伤害: 150%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。
    攻击伤害总增 50%
    基础范围为 1.5
    cast time overrides attack duration [1]
    is area damage [1]
    leapslam overshoot distance [10]
    iconleapslam

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Lion/LionWolfChampionDelveEncounter"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Freezing Wolf",
        life = 1.8,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "Melee",
            "MonsterLeapSlamFoothills",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLeapSlamFoothills"] = {
        name = "Leap Slam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leapslam_overshoot_distance",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {10, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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