山王地狱犬领袖 阿尔法
野兽
属类: 野兽
组别:
科目: 荒野
获得额外冰霜伤害, 其数值等同于物理伤害的 100%
Mountain Hellion Alpha
幽魂Y
幽魂 取代Metadata/Monsters/Hellion/HellionIceExplodeOnDeathSpectre
地区奥瑞亚之道, 斜坡, 永恒的实验室, 孤立之音, 冻结之泉, 极寒冰原, 卡兰德之湖
标签animal_claw_weapon, beast, feline_beast, has_dagger, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood
Packs
  • 奥瑞亚之道: 山王地狱犬, 山王地狱犬领袖 阿尔法
  • 斜坡: 山王地狱犬, 山王地狱犬领袖 阿尔法
  • 永恒的实验室: 山王地狱犬领袖 阿尔法, 山王地狱犬
  • 山王地狱犬, 山王地狱犬领袖 阿尔法
  • 生命
    150%
    护甲
    +10%
    闪避值
    +10%
    异常状态临界值
    150%
    抗性
    75 0 0 0
    伤害
    180%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 12
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    130%
    类型
    LionAlpha
    Metadata
    HellionIceExplodeOnDeath
    等级
    69
    生命
    10,660
    护甲
    34,274
    闪避值
    5,398
    能量护盾
    0
    伤害
    714
    法术伤害
    714
    命中
    301
    攻击间隔
    1.5
    经验值
    15,731
    异常状态临界值
    10,660
    冰缓
    34
    Shock
    34
    Brittle
    191
    Scorch
    34
    Sap
    93
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 571–857
    攻击暴击率: 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]
    MonsterCastGroundEffectChilled
    法术, 范围, 伤害, 可触发, 持续时间, 范围法术
    施放间隔: 1 秒
    基础持续时间为 4
    死亡时有 100% 的几率触发该法术
    ground ice art variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }
    
    Animated
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/hellion/ice/explosion_new.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/hellion/ice/icepatchremain.ao"
    }
    
    Life
    {
    	on_death = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Hellion/HellionIceExplodeOnDeath"] = {
        name = "Mountain Hellion Alpha",
        life = 1.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterCastGroundEffectChilled",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterCastGroundEffectChilled"] = {
        name = "MonsterCastGroundEffectChilled",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "cast_on_death_%",
            "ground_ice_art_variation",
        },
        levels = {
            [1] = {4000, 100, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    山丘地狱犬头领
    野兽
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    Mountain Hellion Alpha
    幽魂Y
    标签animal_claw_weapon, beast, feline_beast, has_dagger, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_movement, melee, not_int, physical_affinity, red_blood
    生命
    150%
    护甲
    +10%
    闪避值
    +10%
    异常状态临界值
    150%
    抗性
    75 0 0 0
    伤害
    180%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 12
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    130%
    类型
    LionAlpha
    Metadata
    HellionIceExplodeOnDeathSpectre
    等级
    68
    生命
    9,650
    护甲
    31,669
    闪避值
    5,213
    能量护盾
    0
    伤害
    672
    法术伤害
    672
    命中
    290
    攻击间隔
    1.5
    经验值
    15,383
    异常状态临界值
    9,650
    冰缓
    31
    Shock
    31
    Brittle
    173
    Scorch
    31
    Sap
    84
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 538–807
    攻击暴击率: 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]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }
    
    Animated
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	//turn_duration = 0.35
    }
    
    Life
    {
    	on_death = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Hellion/HellionIceExplodeOnDeathSpectre"] = {
        name = "Mountain Hellion Alpha",
        life = 1.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    山王地狱犬领袖 阿尔法
    野兽
    区域: 绝地求生
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    Mountain Hellion Alpha
    幽魂Y
    地区绝地求生
    标签animal_claw_weapon, beast, feline_beast, has_dagger, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood
    Packs
  • 绝地求生: 山王地狱犬, 山王地狱犬领袖 阿尔法
  • 生命
    160%
    护甲
    +10%
    闪避值
    +10%
    异常状态临界值
    160%
    抗性
    75 0 0 0
    伤害
    166%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 12
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    160%
    Model Size
    130%
    类型
    LionAlphaRoyale
    Metadata
    HellionIceExplodeRoyale
    等级
    2
    生命
    42
    护甲
    25
    闪避值
    95
    能量护盾
    0
    伤害
    9
    法术伤害
    9
    命中
    15
    攻击间隔
    1.5
    经验值
    32
    异常状态临界值
    42
    冰缓
    0
    Shock
    0
    Brittle
    1
    Scorch
    0
    Sap
    0
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 7–11
    攻击暴击率: 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]
    MonsterCastGroundEffectChilled
    法术, 范围, 伤害, 可触发, 持续时间, 范围法术
    施放间隔: 1 秒
    基础持续时间为 4
    死亡时有 100% 的几率触发该法术
    ground ice art variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }
    
    Animated
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/hellion/ice/explosion_new.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/hellion/ice/icepatchremain.ao"
    }
    
    Life
    {
    	on_death = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Hellions/HellionIceExplodeRoyale"] = {
        name = "Mountain Hellion Alpha",
        life = 1.6,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.66,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterCastGroundEffectChilled",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterCastGroundEffectChilled"] = {
        name = "MonsterCastGroundEffectChilled",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "cast_on_death_%",
            "ground_ice_art_variation",
        },
        levels = {
            [1] = {4000, 100, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    IdRoyaleAdditionalMonsterDrops
    FamilyRoyaleAdditionalMonsterDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • royale monster flask drop chance permyriad Min: 0 Max: 0 全域
  • royale monster armour drop chance permyriad Min: 80 Max: 80 全域
  • royale monster unique drop chance permyriad Min: 0 Max: 0 全域
  • royale monster weapon drop chance permyriad Min: 80 Max: 80 全域
  • royale monster currency drop chance permyriad Min: 200 Max: 200 全域
  • royale monster skill gem drop chance permyriad Min: 300 Max: 300 全域
  • royale monster support gem drop chance permyriad Min: 75 Max: 75 全域
  • Edit

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