Mordedor de nudillos
Bestia
Resistente a las Torres de fuego
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un %
No puede ser empujado
Knucklegnaw
SpectreN
Tagsanimal_claw_weapon, beast, blight_boss, blight_monster, fire_affinity, is_unarmed, light_armour, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, red_blood, very_slow_movement
Vida
1200%
Evasión
+10%
Ailment Threshold
1200%
Resistencia
40 40 40 25
Damage
240%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 16
Attack Time
1.305 Second
Damage Spread
±20%
Experiencia
200%
Model Size
150%
Type
BlightFireHellionBoss
Metadata
BlightFireHellionBoss
Nivel
68
Vida
1,672,156
Minion Life
362,705
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
1,021
Minion Damage
815
Daño de hechizos
1,524
Precisión
0
Attack Time
0.87435
Experiencia
112,805
Ailment Threshold
1,053,458
Chill
3,331
Shock
3,331
Brittle
18,845
Scorch
3,331
Sap
9,203
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 717–1076
Probabilidad de golpe crítico: 5%
Attack Time: 1.305 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
BlightHellionChampionSlam
Triggerable, Attack
Base Damage: 717–1076
Probabilidad de golpe crítico: 5%
Attack Time: 1.305 seg
Tiempo de recarga: 8 seg
Inflige un 150.3% más de daño
El 75% del daño físico se convierte en daño de fuego
45% menos Velocidad de Ataque
is area damage [1]
BlightHellionChampionStep
Triggerable, Attack
Base Damage: 717–1076
Probabilidad de golpe crítico: 5%
Attack Time: 1.305 seg
Inflige un 54.25% más de daño
El 75% del daño físico se convierte en daño de fuego
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Mind_Control_Epk/boss/hellion_fire.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Mind_Control_Epk/boss/hellion_fire.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/Fire/BlightFireHellionBoss"] = {
    name = "Knucklegnaw",
    life = 12,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2.4,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 16,
    accuracy = 1,
    skillList = {
        "Melee",
        "BlightHellionChampionSlam",
        "BlightHellionChampionStep",
    },
    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["BlightHellionChampionSlam"] = {
    name = "BlightHellionChampionSlam",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 75, -45, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, -45, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, -45, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, -45, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightHellionChampionStep"] = {
    name = "BlightHellionChampionStep",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {72, 75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
Resistente a las Torres de fuego
IdBlightFireType__
FamilyBlightMonsterType
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • is blight fire monster Min: 1 Max: 1 Global
  • Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un %
    IdMonsterBlightMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • No puede ser empujado
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • IdBlightHellionBossDaemon
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Edit

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