大地珀光地狱犬
野兽
攻击速度总增 35%
移动速度加快 35%
获得额外火焰伤害, 其数值等同于物理伤害的 125%
承受伤害降低 80%
你的行动速度无法被减速至基础以下
Farric Ember Hellion
幽魂N
标签animal_claw_weapon, beast, 施法, feline_beast, fire_affinity, is_unarmed, large_model, light_armour, mammal_beast, medium_height, medium_movement, not_int, not_str, red_blood
生命
450%
闪避值
+25%
异常状态临界值
450%
抗性
40 40 40 25
伤害
150%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
9 ~ 12
攻击间隔
1.455 秒
伤害分布
±20%
经验值
300%
Model Size
130%
类型
HellionBestiary
Metadata
HellionBestiaryClone
等级
68
生命
28,950
护甲
28,790
闪避值
5,924
伤害
560
法术伤害
560
命中
580
攻击间隔
1.455
经验值
30,765
Minion Life
6,280
Minion Damage
447
异常状态临界值
28,950
冰缓
92
Shock
92
Brittle
518
Scorch
92
Sap
253
BestiaryFireModSpiral
法术, 投射物, 玩家投射物, 可触发
施放间隔: 1 秒
造成 264.9 - 397.4 火焰伤害
螺旋发射 16 个投射物
base is projectile [1]
monster projectile variation [50]
projectile spiral nova time ms [4000]
BestiaryFireModNova
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 可齐射, 范围法术
火球
暴击几率: 6%
施放间隔: 0.85 秒
释放一颗球型火焰向前飞射,接触到怪物时会爆炸并对周围敌人造成伤害。
造成 1152 - 1728 火焰伤害
额外发射 4 个投射物
环状发射投射物
投射物速度减慢 80%
基础范围为 0.9
base is projectile [1]
BestiaryFireModNova2
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 可齐射, 范围法术
火球
暴击几率: 6%
施放间隔: 0.85 秒
释放一颗球型火焰向前飞射,接触到怪物时会爆炸并对周围敌人造成伤害。
造成 1152 - 1728 火焰伤害
额外发射 5 个投射物
环状发射投射物
投射物速度减慢 80%
基础范围为 0.9
base is projectile [1]
BestiaryModAbberathsFury
法术, 伤害, 火焰
施放间隔: 2 秒
冷却时间: 20 秒
你的击中不能眩晕敌人
基础持续时间为 6.5
造成 324.9 - 487.3 火焰伤害
is area damage [1]
monster penalty against minions damage +% final vs player minions [-70]
EmptyActionSpellBestiaryModTaunt
法术
施放间隔: 1 秒
冷却时间: 8 秒

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	collision_hull_type = "projectile"
	blocking = false
}

Stats
{
	immune_to_curses = 1
	immune_to_auras_from_other_entities = 1
	set_item_drop_slots = 0
	untargetable_by_monster_ai = 1
	set_monster_do_not_fracture = 1
	set_max_frenzy_charges = 0
	set_max_power_charges = 0
	set_max_endurance_charges = 0
	base_cannot_be_damaged = 1
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	set_monster_no_beyond_portal = 1
	set_cannot_be_afflicted = 1
}

Life
{
	corpse_usable = false
}

DiesAfterTime
{
}

Actor
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Targetable
{
	no_highlight = true
	targetable = false
}

BaseEvents
{
	on_construction_complete = "AddEffectPack(Metadata/Effects/Spells/monsters_effects/League_Bestiary/ghostly_fire_epk/fadein.epk);"
}

Actor
{
	on_event_contact_for_EmptyActionSpell = "RemoveEffectPack(Metadata/Effects/Spells/monsters_effects/League_Bestiary/ghostly_fire_epk/fadein.epk); AddEffectPack(Metadata/Effects/Spells/monsters_effects/League_Bestiary/ghostly_fire_epk/fadeout.epk);"
}

Render
{
	hide_mini_life_bar = true
}

Preload
{
	preload_misc_animated = "BestiaryHellionFireStormCallImpact"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBestiary/HellionBestiaryClone"] = {
    name = "Farric Ember Hellion",
    life = 4.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "BestiaryFireModSpiral",
        "BestiaryFireModNova",
        "BestiaryFireModNova2",
        "BestiaryModAbberathsFury",
        "EmptyActionSpellBestiaryModTaunt",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BestiaryFireModSpiral"] = {
    name = "BestiaryFireModSpiral",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "monster_projectile_variation",
        "base_number_of_projectiles_in_spiral_nova",
        "projectile_spiral_nova_time_ms",
        "projectile_spiral_nova_angle",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 50, 16, 4000, 2160, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BestiaryFireModNova"] = {
    name = "Fireball",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4, -80, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BestiaryFireModNova2"] = {
    name = "Fireball",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5, -80, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BestiaryModAbberathsFury"] = {
    name = "BestiaryModAbberathsFury",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Fire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_skill_effect_duration",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6500, -70, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellBestiaryModTaunt"] = {
    name = "EmptyActionSpellBestiaryModTaunt",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
IdNothing
FamilyNothing
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
攻击速度总增 35%
移动速度加快 35%
获得额外火焰伤害, 其数值等同于物理伤害的 125%
承受伤害降低 80%
你的行动速度无法被减速至基础以下
IdAbberathsFuryEnrageStance
FamilyNothing
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • base damage taken +% Min: -80 Max: -80 全域
  • base movement velocity +% Min: 35 Max: 35 全域
  • physical damage % to add as fire Min: 125 Max: 125 全域
  • active skill attack speed +% final Min: 35 Max: 35 全域
  • action speed cannot be reduced below base Min: 1 Max: 1 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire attack speed
    Edit

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