MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Chamán del banquete
Demonio
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning
monster no drops or experience [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Shaman of the Feast
Spectre
TagsLanzador de hechizos, demon, extra_extra_small_height, fast_movement, ghost_armour, humanoid, is_unarmed, physical_affinity, ranged
Vida
400%
Energy Shield From Life
33%
Armadura
+100%
Evasión
+33%
Ailment Threshold
400%
Resistencia
IconEnemyResistanceFire37% IconEnemyResistanceCold37% IconEnemyResistanceLightning37% IconEnemyResistanceChaos0%
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
140%
Type
KitavaMinionBoss2
Metadata
KitavaMinionBoss2
Nivel
68
Vida
25,733
Armadura
57,580
Evasión
6,303
Escudo de energía
8,088
Damage
747
Daño de hechizos
747
Precisión
580
Attack Time
1.5
Experiencia
20,510
Minion Life
5,582
Minion Energy Shield
1,754
Minion Damage
597
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
Phys Convert Ele
240%
KitavaMinionProjectileSpell
Spell, Projectile, ProjectilesFromUser, Triggerable
Tiempo de lanzamiento: 0.9 seg
base is projectile [1]
monster projectile variation [23]
spell maximum base physical damage [505.6]
spell minimum base physical damage [337]
KitavaMinionProjectileSpellBarrage
Spell, Projectile, ProjectilesFromUser, Triggerable
Tiempo de lanzamiento: 2.5 seg
Tiempo de recarga: 8 seg
base is projectile [1]
monster projectile variation [24]
projectile spread radius [20]
spell maximum base physical damage [262.6]
spell minimum base physical damage [175.9]
KitavaSummonCasterMinions
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 20 seg
alternate minion [230]
monster no drops or experience [1]
number of monsters to summon [4]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	basic_action = "Revive"
}

Stats
{
	set_minion_dies_when_parent_deleted = 1
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaBoss/KitavaMinionBoss2"] = {
    fireResist = 37,
    coldResist = 37,
    lightningResist = 37,
    chaosResist = 0,
    name = "Shaman of the Feast",
    life = 4,
    energyShield = 0.33,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    skillList = {
        "KitavaSummonCasterMinions",
        "KitavaMinionProjectileSpell",
        "KitavaMinionProjectileSpellBarrage",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["KitavaSummonCasterMinions"] = {
    name = "KitavaSummonCasterMinions",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
    },
    levels = {
        [1] = {4, 230, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["KitavaMinionProjectileSpell"] = {
    name = "KitavaMinionProjectileSpell",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.9,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.60000002384186, 0.89999997615814, 23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["KitavaMinionProjectileSpellBarrage"] = {
    name = "KitavaMinionProjectileSpellBarrage",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "projectile_spread_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 24, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 24, 20, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.75, 1.1200000047684, 24, 20, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster no drops or experience 1 1 Global — Valor fijo
  • monster penalty against minions damage +% final vs player minions [-30]
    FamilyMonsterDamageVersusMinions
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions -30 -30 Global
  • Craft TagsDaño
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Valor fijo
  • cant possess this 1 1 Global — Valor fijo
  • cannot be afflicted 1 1 Global — Valor fijo
  • monster no talismans 1 1 Global — Valor fijo
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — Valor fijo
  • cannot be tagged by sentinel 1 1 Global
  • Chamán del banquete
    Demonio
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning
    monster no drops or experience [1]
    monster penalty against minions damage +% final vs player minions [-30]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Shaman of the Feast
    Spectre
    TagsLanzador de hechizos, demon, extra_extra_small_height, fast_movement, ghost_armour, humanoid, is_unarmed, physical_affinity, ranged
    Vida
    400%
    Energy Shield From Life
    33%
    Armadura
    +100%
    Evasión
    +33%
    Ailment Threshold
    400%
    Resistencia
    IconEnemyResistanceFire37% IconEnemyResistanceCold37% IconEnemyResistanceLightning37% IconEnemyResistanceChaos0%
    Damage
    200%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    140%
    Type
    KitavaMinionBoss2
    Metadata
    KitavaMinionBoss6
    Nivel
    68
    Vida
    25,733
    Armadura
    57,580
    Evasión
    6,303
    Escudo de energía
    8,088
    Damage
    747
    Daño de hechizos
    747
    Precisión
    580
    Attack Time
    1.5
    Experiencia
    20,510
    Minion Life
    5,582
    Minion Energy Shield
    1,754
    Minion Damage
    597
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    Phys Convert Ele
    240%
    MoveDaemonIonCannonParallelKitava
    Multicastable, Triggerable
    Tiempo de recarga: 12 seg
    KitavaBossXMortar
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tiempo de lanzamiento: 1.5 seg
    Tiempo de recarga: 3 seg
    Dispara 2 proyectiles adicionales
    active skill area of effect radius +% final [60]
    base is projectile [1]
    is area damage [1]
    monster projectile variation [2]
    projectile minimum range [10]
    projectile spread radius per additional projectile [150]
    spell maximum action distance +% [500]
    spell maximum base physical damage [617.9]
    spell minimum base physical damage [417.1]
    KitavaMinionProjectileSpell
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 0.9 seg
    base is projectile [1]
    monster projectile variation [23]
    spell maximum base physical damage [505.6]
    spell minimum base physical damage [337]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }
    
    Stats
    {
    	set_minion_dies_when_parent_deleted = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaBoss/KitavaMinionBoss6"] = {
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        name = "Shaman of the Feast",
        life = 4,
        energyShield = 0.33,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "KitavaBossXMortar",
            "KitavaMinionProjectileSpell",
            "MoveDaemonIonCannonParallelKitava",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["KitavaBossXMortar"] = {
        name = "KitavaBossXMortar",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = 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 = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "projectile_minimum_range",
            "projectile_spread_radius_per_additional_projectile",
            "number_of_additional_projectiles",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "is_area_damage",
        },
        levels = {
            [1] = {0.54000002145767, 0.80000001192093, 2, 500, 10, 150, 2, 60, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["KitavaMinionProjectileSpell"] = {
        name = "KitavaMinionProjectileSpell",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.60000002384186, 0.89999997615814, 23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MoveDaemonIonCannonParallelKitava"] = {
        name = "MoveDaemonIonCannonParallelKitava",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — Valor fijo
  • monster penalty against minions damage +% final vs player minions [-30]
    FamilyMonsterDamageVersusMinions
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions -30 -30 Global
  • Craft TagsDaño
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Valor fijo
  • cant possess this 1 1 Global — Valor fijo
  • cannot be afflicted 1 1 Global — Valor fijo
  • monster no talismans 1 1 Global — Valor fijo
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — Valor fijo
  • cannot be tagged by sentinel 1 1 Global
  • Chamán del banquete
    Demonio
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning
    monster no drops or experience [1]
    monster penalty against minions damage +% final vs player minions [-30]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Shaman of the Feast
    Spectre
    TagsLanzador de hechizos, demon, extra_extra_small_height, fast_movement, ghost_armour, humanoid, is_unarmed, physical_affinity, ranged
    Vida
    400%
    Energy Shield From Life
    33%
    Armadura
    +100%
    Evasión
    +33%
    Ailment Threshold
    400%
    Resistencia
    IconEnemyResistanceFire37% IconEnemyResistanceCold37% IconEnemyResistanceLightning37% IconEnemyResistanceChaos0%
    Damage
    200%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    140%
    Type
    KitavaMinionBoss2
    Metadata
    KitavaMinionBoss8
    Nivel
    68
    Vida
    25,733
    Armadura
    57,580
    Evasión
    6,303
    Escudo de energía
    8,088
    Damage
    747
    Daño de hechizos
    747
    Precisión
    580
    Attack Time
    1.5
    Experiencia
    20,510
    Minion Life
    5,582
    Minion Energy Shield
    1,754
    Minion Damage
    597
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    Phys Convert Ele
    240%
    KitavaMinionProjectileSpell
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 0.9 seg
    base is projectile [1]
    monster projectile variation [23]
    spell maximum base physical damage [505.6]
    spell minimum base physical damage [337]
    KitavaMinionProjectileSpellBarrage
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 8 seg
    base is projectile [1]
    monster projectile variation [24]
    projectile spread radius [20]
    spell maximum base physical damage [262.6]
    spell minimum base physical damage [175.9]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }
    
    Stats
    {
    	set_minion_dies_when_parent_deleted = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaBoss/KitavaMinionBoss8"] = {
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        name = "Shaman of the Feast",
        life = 4,
        energyShield = 0.33,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "KitavaMinionProjectileSpell",
            "KitavaMinionProjectileSpellBarrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["KitavaMinionProjectileSpell"] = {
        name = "KitavaMinionProjectileSpell",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.60000002384186, 0.89999997615814, 23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["KitavaMinionProjectileSpellBarrage"] = {
        name = "KitavaMinionProjectileSpellBarrage",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 24, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 24, 20, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.75, 1.1200000047684, 24, 20, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — Valor fijo
  • monster penalty against minions damage +% final vs player minions [-30]
    FamilyMonsterDamageVersusMinions
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions -30 -30 Global
  • Craft TagsDaño
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Valor fijo
  • cant possess this 1 1 Global — Valor fijo
  • cannot be afflicted 1 1 Global — Valor fijo
  • monster no talismans 1 1 Global — Valor fijo
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — Valor fijo
  • cannot be tagged by sentinel 1 1 Global
  • Edit

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