MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Pastor demoníaco forjado
Demonio
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Forged Demon Herder
Spectre
Tagsanimal_claw_weapon, Lanzador de hechizos, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_str, physical_affinity, ranged, very_fast_movement
Vida
308%
Energy Shield From Life
100%
Ailment Threshold
308%
Resistencia
IconEnemyResistanceFire35% IconEnemyResistanceCold35% IconEnemyResistanceLightning35% IconEnemyResistanceChaos20%
Damage
264%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
220%
Model Size
130%
Type
CrucibleDemonHerder
Metadata
DemonHerder
Nivel
68
Vida
19,815
Armadura
28,790
Evasión
4,739
Escudo de energía
18,871
Damage
986
Daño de hechizos
986
Precisión
580
Attack Time
1.5
Experiencia
22,561
Minion Life
4,298
Minion Energy Shield
4,093
Minion Damage
787
Ailment Threshold
19,815
Chill
63
Shock
63
Brittle
354
Scorch
63
Sap
173
Phys Convert Ele
240%
GTCrucibleHerderVomit
Triggerable, Spell
Tiempo de lanzamiento: 2.4 seg
Tiempo de recarga: 12 seg
spell maximum action distance +% [-50]
MMSCrucibleHerderVomitMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 2.7 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
El 25% del daño físico se convierte en daño de fuego
base is projectile [1]
is area damage [1]
projectile spread radius [5]
projectile uses contact position [1]
spell maximum action distance +% [-50]
spell maximum base physical damage [520.3]
spell minimum base physical damage [346.8]
use scaled contact offset [1]
GSCrucibleDemonBeamNuke
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 2 seg
El 25% del daño físico se convierte en daño de fuego
is area damage [1]
spell maximum action distance +% [-50]
spell maximum base physical damage [1436]
spell minimum base physical damage [957.3]

Object Type

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/CriticalSpeedMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/CriticalSpeed/DemonHerder"] = {
    fireResist = 35,
    coldResist = 35,
    lightningResist = 35,
    chaosResist = 20,
    name = "Forged Demon Herder",
    life = 3.08,
    energyShield = 1,
    damage = 2.64,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "Unarmed",
    weaponType2 = "One Hand Mace",
    skillList = {
        "MMSCrucibleHerderVomitMortar",
        "GSCrucibleDemonBeamNuke",
        "GTCrucibleHerderVomit",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSCrucibleHerderVomitMortar"] = {
    name = "MMSCrucibleHerderVomitMortar",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    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.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.7,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -50, 5, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSCrucibleDemonBeamNuke"] = {
    name = "GSCrucibleDemonBeamNuke",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_maximum_action_distance_+%",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -50, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTCrucibleHerderVomit"] = {
    name = "GTCrucibleHerderVomit",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.4,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Edit

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