Pastor demoníaco forjado
Demonio
monster no map drops [1]
Forged Demon Herder
SpectreY
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
35 35 35 20
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
Armaduras
28,790
Evasión
4,739
Escudo de energía
6,127
Damage
986
Daño de hechizos
986
Precisión
290
Attack Time
1.5
Experiencia
22,561
Ailment Threshold
19,815
Chill
63
Shock
63
Brittle
354
Scorch
63
Sap
173
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.
Inflige de 346.8 a 520.3 de daño físico
Inflige un 30% menos de daño
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]
use scaled contact offset [1]
GSCrucibleDemonBeamNuke
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 2 seg
Inflige de 1019 a 1529 de daño físico
Inflige un 30% menos de daño
El 25% del daño físico se convierte en daño de fuego
is area damage [1]
spell maximum action distance +% [-50]

Object Type

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/CriticalSpeedMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/CriticalSpeedMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/CriticalSpeed/DemonHerder"] = {
    name = "Forged Demon Herder",
    life = 3.08,
    energyShield = 1,
    fireResist = 35,
    coldResist = 35,
    lightningResist = 35,
    chaosResist = 20,
    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",
        "active_skill_damage_+%_final",
        "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, -30, -50, 5, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  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",
        "active_skill_damage_+%_final",
        "spell_maximum_action_distance_+%",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -30, -50, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  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 = { }, },
    },
}
monster no map drops [1]
IdMonsterNoMapDrops
FamilyMonsterNoMapDrops
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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