Forged Demon Herder
Demon
SpectreY
Tagsanimal_claw_weapon, caster, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_str, physical_affinity, ranged, very_fast_movement
Life
308%
Energy Shield From Life
100%
Ailment Threshold
308%
Resistance
35 35 35 20
Damage
264%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
4 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experience
220%
Model Size
130%
Type
CrucibleDemonHerder
Metadata
DemonHerder
Level
68
Life
19,815
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
986
Spell Damage
986
Accuracy
0
Attack Time
1.5
Experience
22,561
Ailment Threshold
19,815
Chill
63
Shock
63
Brittle
354
Scorch
63
Sap
173
GTCrucibleHerderVomit
Triggerable, Spell
Cast Time: 2.4 sec
Cooldown Time: 12 sec
spell maximum action distance +% [-50]
MMSCrucibleHerderVomitMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Critical Strike Chance: 5%
Cast Time: 2.7 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
Deals 346.8 to 520.3 Physical Damage
Deals 30% less Damage
25% of Physical Damage Converted to Fire Damage
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
Critical Strike Chance: 5%
Cast Time: 2 sec
Deals 957.3 to 1436 Physical Damage
Deals 30% less Damage
25% of Physical Damage Converted to Fire Damage
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 = { }, },
    },
}
Edit

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