Mutated Chieftain
Beast
Genus: Goatmen
Group: Primates
Family: The Wilds
30% increased Movement Speed
60% increased Attack Speed
+7 to maximum number of Summoned Totems
125% increased Area of Effect
monster penalty against minions damage +% final vs player minions [-40]
monster no map drops [1]
kill traps mines and totems on death [1]
base totem range [80]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
SpectreN
Tagsbeast, bludgeoning_weapon, caster, fire_affinity, flesh_armour, has_one_hand_mace, has_one_handed_melee, large_height, mammal_beast, medium_movement, melee, not_dex, not_int, physical_affinity, primate_beast, red_blood
Life
220%
Armour
+20%
Ailment Threshold
220%
Resistance
85 0 0 0
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
7 ~ 13
Attack Time
1.905 Second
Damage Spread
±20%
Experience
200%
Model Size
115%
Type
BloodChieftainDexMissionBoss
Metadata
DexMissionChieftainBoss
Level
68
Life
14,153
Armour
34,548
Evasion
4,739
Energy Shield
0
Damage
747
Spell Damage
747
Accuracy
290
Attack Time
1.905
Experience
20,510
Ailment Threshold
14,153
Chill
45
Shock
45
Brittle
253
Scorch
45
Sap
124
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 598–897
Critical Strike Chance: 5%
Attack Time: 1.905 sec
Strike your foes down with a powerful blow.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DexMissionVaalMoltenShellTotems
Spell, Damage, Area, Duration, Totemable, TotemCastsWhenNotDetached, Vaal, Fire, Triggerable, AreaSpell, Physical
Vaal Molten Shell
Cast Time: 0.5 sec
Totem lasts 15 seconds
Base duration is 30 seconds
Deals 1735 to 2602 Fire Damage
Summons a Totem which uses this Skill
50000 additional Armour
base active skill totem level [68]
is area damage [1]
molten shell explode each hit [1]
molten shell explosion cooldown ms [500]
number of totems summoned in formation [4]
FlameCallOnHitDexMissionBoss
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Storm Call
Critical Strike Chance: 5%
Cast Time: 0.5 sec
Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.
Base duration is 2 seconds
Deals 199.2 to 298.8 Fire Damage
active skill area of effect radius +% final [-31]
is area damage [1]
monster cast spell % on attack hit [100]
MonsterMoltenStrikeHatebeat
Attack, Projectile, Area, Melee, MeleeSingleTarget, Fire, RangedAttack, ProjectilesNotFromUser, ThresholdJewelChaining, Multistrikeable
Molten Strike
Base Damage: 598–897
Critical Strike Chance: 5%
Attack Time: 1.905 sec
Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.
Deals 20% more Damage
Fires 6 additional Projectiles
60% of Physical Damage Converted to Fire Damage
25% reduced Projectile Speed
40% less Projectile Damage
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_mana_regeneration_rate_per_minute_% = 600
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BloodChieftain/DexMissionChieftainBoss"] = {
    name = "Mutated Chieftain",
    life = 2.2,
    fireResist = 85,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.905,
    attackRange = 13,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "DexMissionVaalMoltenShellTotems",
        "FlameCallOnHitDexMissionBoss",
        "MonsterMoltenStrikeHatebeat",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DexMissionVaalMoltenShellTotems"] = {
    name = "Vaal Molten Shell",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.TotemCastsWhenNotDetached] = true,
        [SkillType.Vaal] = true,
        [SkillType.Fire] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_totems_summoned_in_formation",
        "base_active_skill_totem_level",
        "base_physical_damage_reduction_rating",
        "base_skill_effect_duration",
        "base_totem_duration",
        "molten_shell_explosion_cooldown_ms",
        "molten_shell_explode_each_hit",
        "is_area_damage",
        "is_totem",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2, 3, 50000, 30000, 15000, 500, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 2, 5, 50000, 30000, 15000, 500, levelRequirement = 5, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 2, 8, 50000, 30000, 15000, 500, levelRequirement = 8, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 2, 10, 50000, 30000, 15000, 500, levelRequirement = 10, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 2, 12, 50000, 30000, 15000, 500, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 2, 14, 50000, 30000, 15000, 500, levelRequirement = 14, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 2, 17, 50000, 30000, 15000, 500, levelRequirement = 17, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 2, 20, 50000, 30000, 15000, 500, levelRequirement = 20, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [9] = {0.80000001192093, 1.2000000476837, 2, 24, 50000, 30000, 15000, 500, levelRequirement = 24, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [10] = {0.80000001192093, 1.2000000476837, 2, 30, 50000, 30000, 15000, 500, levelRequirement = 30, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [11] = {0.80000001192093, 1.2000000476837, 3, 31, 50000, 30000, 15000, 500, levelRequirement = 31, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 3, 36, 50000, 30000, 15000, 500, levelRequirement = 36, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 3, 41, 50000, 30000, 15000, 500, levelRequirement = 41, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 3, 44, 50000, 30000, 15000, 500, levelRequirement = 44, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 3, 51, 50000, 30000, 15000, 500, levelRequirement = 51, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 3, 52, 50000, 30000, 15000, 500, levelRequirement = 52, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 3, 57, 50000, 30000, 15000, 500, levelRequirement = 57, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 3, 60, 50000, 30000, 15000, 500, levelRequirement = 60, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 3, 65, 50000, 30000, 15000, 500, levelRequirement = 65, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 4, 66, 50000, 30000, 15000, 500, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 4, 67, 50000, 30000, 15000, 500, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 4, 68, 50000, 30000, 15000, 500, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 4, 69, 50000, 30000, 15000, 500, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 4, 70, 50000, 30000, 15000, 500, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 4, 71, 50000, 30000, 15000, 500, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 4, 72, 50000, 30000, 15000, 500, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 4, 73, 50000, 30000, 15000, 500, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 4, 74, 50000, 30000, 15000, 500, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 4, 75, 50000, 30000, 15000, 500, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 4, 76, 50000, 30000, 15000, 500, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [31] = {0.80000001192093, 1.2000000476837, 4, 77, 50000, 30000, 15000, 500, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [32] = {0.80000001192093, 1.2000000476837, 4, 78, 50000, 30000, 15000, 500, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [33] = {0.80000001192093, 1.2000000476837, 4, 79, 50000, 30000, 15000, 500, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [34] = {0.80000001192093, 1.2000000476837, 4, 80, 50000, 30000, 15000, 500, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [35] = {0.80000001192093, 1.2000000476837, 4, 81, 50000, 30000, 15000, 500, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [36] = {0.80000001192093, 1.2000000476837, 4, 82, 50000, 30000, 15000, 500, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FlameCallOnHitDexMissionBoss"] = {
    name = "Storm Call",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_skill_effect_duration",
        "monster_cast_spell_%_on_attack_hit",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4000, 50, -31, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 3600, 60, -31, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 3200, 70, -31, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 2800, 80, -31, critChance = 5, levelRequirement = 41, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 2400, 90, -31, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 2000, 100, -31, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterMoltenStrikeHatebeat"] = {
    name = "Molten Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Fire] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.ProjectilesNotFromUser] = true,
        [SkillType.ThresholdJewelChaining] = true,
        [SkillType.Multistrikeable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_projectiles",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_damage_+%_final",
        "active_skill_projectile_damage_+%_final",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {2, 60, 20, -40, -25, levelRequirement = 25, statInterpolation = {1},  cost = { }, },
        [2] = {4, 60, 20, -40, -25, levelRequirement = 49, statInterpolation = {1},  cost = { }, },
        [3] = {6, 60, 20, -40, -25, levelRequirement = 63, statInterpolation = {1},  cost = { }, },
    },
}
30% increased Movement Speed
IdMonsterImplicitFastRun5
FamilyMovementVelocity
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    60% increased Attack Speed
    IdMonsterImplicitFastAttack3
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • attack speed +% Min: 60 Max: 60 Global
  • Craft Tagsattack speed
    +7 to maximum number of Summoned Totems
    IdMonsterAdditionalTotems2
    FamilyAdditionalTotems
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 7 Max: 7 Global
  • 125% increased Area of Effect
    IdDexMissionChieftainBossAreaOfEffect
    FamilyAreaOfEffect
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base skill area of effect +% Min: 125 Max: 125 Global
  • monster penalty against minions damage +% final vs player minions [-40]
    IdMonsterDamageVersusPlayerMinions40
    FamilyMonsterDamageVersusMinions
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -40 Max: -40 Global
  • Craft Tagsdamage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • base totem range [80]
    IdDexMissionChieftainBossBaseTotemRange
    FamilyTotemRange
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base totem range Min: 80 Max: 80 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    IdDexMissionCorruptedBeastEffect1
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    mission_beast_corrupted
    Edit

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