Padre do Cálice
Morto-vivo
{{Rúnico}}
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
Priest of the Chalice
SpectreY
Spectre OverrideMetadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSpectre
Tagsbone_armour, bones, Conjurador, cold_affinity, is_runic_monster, is_unarmed, not_int, skeleton, slashing_weapon, slow_movement, undead, ward_armour
Packs
  • Padre do Cálice
  • Padre do Cálice, Zumbi Desenterrado, Geleira Desenterrado, Furioso Desenterrado, Rastejador Desenterrado
  • Vida
    260%
    Ward From Life
    20%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    185%
    Resistência
    37 37 37 0
    Damage
    130%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    130%
    Model Size
    100%
    Type
    ExpeditionGolemancer
    Metadata
    ExpeditionGolemancer
    Nível
    68
    Vida
    16,727
    Armadura
    35,988
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    486
    Dano Mágico
    486
    Precisão
    290
    Attack Time
    1.5
    Experiência
    13,332
    Ailment Threshold
    11,902
    Chill
    38
    Shock
    38
    Brittle
    213
    Scorch
    38
    Sap
    104
    EDSGolemancerReapLeft
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    EDSGolemancerReapRight
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    SSMExpeditionVolatileZombie
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 3 seg
    Recarga: 10 seg
    alternate minion [564]
    number of monsters to summon [1]
    spell maximum action distance +% [-55]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_SummonSpecificMonsters = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_SummonSpecificMonsters = "SetStateTo( glowboost, 0 );"
    }
    
    Life
    {
    	on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao,  );"
    	on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancer"] = {
        name = "Priest of the Chalice",
        life = 2.6,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "EDSGolemancerReapLeft",
            "EDSGolemancerReapRight",
            "SSMExpeditionVolatileZombie",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapLeft"] = {
        name = "EDSGolemancerReapLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapRight"] = {
        name = "EDSGolemancerReapRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMExpeditionVolatileZombie"] = {
        name = "SSMExpeditionVolatileZombie",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Adds Tagsexpedition_monster
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • Padre do Cálice
    Morto-vivo
    {{Rúnico}}
    Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    Priest of the Chalice
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSpectre
    AreaMapa: Cidadela
    Tagsbone_armour, bones, Conjurador, cold_affinity, is_runic_monster, is_unarmed, not_int, skeleton, slashing_weapon, slow_movement, undead, ward_armour
    Packs
  • Mapa: Cidadela: Padre do Cálice, Zumbi Desenterrado, Furioso Desenterrado
  • Druida do Círculo Quebrado, Padre do Cálice, Acrobata Foice Negra Desenterrado, Cavaleiro do Sol
  • Vida
    260%
    Ward From Life
    20%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    185%
    Resistência
    37 37 37 0
    Damage
    130%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    130%
    Model Size
    100%
    Type
    ExpeditionGolemancer
    Metadata
    ExpeditionGolemancerStandalone
    Nível
    84
    Vida
    91,767
    Armadura
    124,793
    Evasão
    10,150
    Escudo de Energia
    0
    Damage
    1,239
    Dano Mágico
    1,239
    Precisão
    538
    Attack Time
    1.5
    Experiência
    17,225
    Ailment Threshold
    65,296
    Chill
    206
    Shock
    206
    Brittle
    1,168
    Scorch
    206
    Sap
    570
    EDSGolemancerReapLeft
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 880.9 a 1321 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    EDSGolemancerReapRight
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 880.9 a 1321 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    SSMExpeditionVolatileZombie
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 3 seg
    Recarga: 10 seg
    alternate minion [564]
    number of monsters to summon [1]
    spell maximum action distance +% [-55]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_SummonSpecificMonsters = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_SummonSpecificMonsters = "SetStateTo( glowboost, 0 );"
    }
    
    Life
    {
    	on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao,  );"
    	on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerStandalone"] = {
        name = "Priest of the Chalice",
        life = 2.6,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "EDSGolemancerReapLeft",
            "EDSGolemancerReapRight",
            "SSMExpeditionVolatileZombie",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapLeft"] = {
        name = "EDSGolemancerReapLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapRight"] = {
        name = "EDSGolemancerReapRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMExpeditionVolatileZombie"] = {
        name = "SSMExpeditionVolatileZombie",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Adds Tagsexpedition_monster
    Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • Padre do Cálice
    Morto-vivo
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    Priest of the Chalice
    SpectreY
    Tagsbone_armour, bones, Conjurador, cold_affinity, is_runic_monster, is_unarmed, not_int, skeleton, slashing_weapon, slow_movement, undead, ward_armour
    Vida
    260%
    Ward From Life
    20%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    185%
    Resistência
    37 37 37 0
    Damage
    130%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    130%
    Model Size
    100%
    Type
    ExpeditionGolemancer
    Metadata
    ExpeditionGolemancerSpectre
    Nível
    68
    Vida
    16,727
    Armadura
    35,988
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    486
    Dano Mágico
    486
    Precisão
    290
    Attack Time
    1.5
    Experiência
    13,332
    Ailment Threshold
    11,902
    Chill
    38
    Shock
    38
    Brittle
    213
    Scorch
    38
    Sap
    104
    EDSGolemancerReapLeft
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    EDSGolemancerReapRight
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    SSMExpeditionVolatileZombie
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 3 seg
    Recarga: 10 seg
    alternate minion [564]
    number of monsters to summon [1]
    spell maximum action distance +% [-55]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_SummonSpecificMonsters = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_SummonSpecificMonsters = "SetStateTo( glowboost, 0 );"
    }
    
    Life
    {
    	on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao,  );"
    	on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSpectre"] = {
        name = "Priest of the Chalice",
        life = 2.6,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "EDSGolemancerReapLeft",
            "EDSGolemancerReapRight",
            "SSMExpeditionVolatileZombie",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapLeft"] = {
        name = "EDSGolemancerReapLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapRight"] = {
        name = "EDSGolemancerReapRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMExpeditionVolatileZombie"] = {
        name = "SSMExpeditionVolatileZombie",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • Padre do Cálice
    Morto-vivo
    {{Rúnico}}
    Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    Priest of the Chalice
    SpectreY
    Tagsbone_armour, bones, Conjurador, cold_affinity, is_runic_monster, is_unarmed, not_int, skeleton, slashing_weapon, slow_movement, undead, ward_armour
    Vida
    260%
    Ward From Life
    20%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    185%
    Resistência
    37 37 37 0
    Damage
    130%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    130%
    Model Size
    100%
    Type
    ExpeditionGolemancer
    Metadata
    ExpeditionGolemancerUhtredBoss
    Nível
    68
    Vida
    16,727
    Armadura
    35,988
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    486
    Dano Mágico
    486
    Precisão
    290
    Attack Time
    1.5
    Experiência
    13,332
    Ailment Threshold
    11,902
    Chill
    38
    Shock
    38
    Brittle
    213
    Scorch
    38
    Sap
    104
    EDSGolemancerReapLeft
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    EDSGolemancerReapRight
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    SSMExpeditionVolatileZombie
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 3 seg
    Recarga: 10 seg
    alternate minion [564]
    number of monsters to summon [1]
    spell maximum action distance +% [-55]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/Golemancer/SandGolemancer"
    
    Actor
    {
    	basic_action = "Emerge2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/Golemancer/SandGolemancer"
    
    Life
    {
    	on_death =
    	"
    		Delay( 0.5, { AddEffectPack( Metadata/Effects/Utility/EPKs/fade_Out.epk ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerUhtredBoss"] = {
        name = "Priest of the Chalice",
        life = 2.6,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "EDSGolemancerReapLeft",
            "EDSGolemancerReapRight",
            "SSMExpeditionVolatileZombie",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapLeft"] = {
        name = "EDSGolemancerReapLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapRight"] = {
        name = "EDSGolemancerReapRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMExpeditionVolatileZombie"] = {
        name = "SSMExpeditionVolatileZombie",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Adds Tagsexpedition_monster
    Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • Padre do Cálice
    Morto-vivo
    {{Rúnico}}
    Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    Priest of the Chalice
    SpectreN
    Tagsbone_armour, bones, Conjurador, cold_affinity, is_runic_monster, is_unarmed, not_int, skeleton, slashing_weapon, slow_movement, undead, ward_armour
    Vida
    260%
    Ward From Life
    20%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    185%
    Resistência
    37 37 37 0
    Damage
    130%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    130%
    Model Size
    100%
    Type
    ExpeditionGolemancer
    Metadata
    ExpeditionGolemancerSarcophagus_
    Nível
    68
    Vida
    16,727
    Armadura
    35,988
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    486
    Dano Mágico
    486
    Precisão
    290
    Attack Time
    1.5
    Experiência
    13,332
    Ailment Threshold
    11,902
    Chill
    38
    Shock
    38
    Brittle
    213
    Scorch
    38
    Sap
    104
    EDSGolemancerReapLeft
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    EDSGolemancerReapRight
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    SSMExpeditionVolatileZombie
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 3 seg
    Recarga: 10 seg
    alternate minion [564]
    number of monsters to summon [1]
    spell maximum action distance +% [-55]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_SummonSpecificMonsters = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_SummonSpecificMonsters = "SetStateTo( glowboost, 0 );"
    }
    
    Life
    {
    	on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao,  );"
    	on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Golemancer/ExpeditionGolemancerSarcophagus_"] = {
        name = "Priest of the Chalice",
        life = 2.6,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "EDSGolemancerReapLeft",
            "EDSGolemancerReapRight",
            "SSMExpeditionVolatileZombie",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapLeft"] = {
        name = "EDSGolemancerReapLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapRight"] = {
        name = "EDSGolemancerReapRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMExpeditionVolatileZombie"] = {
        name = "SSMExpeditionVolatileZombie",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Adds Tagsexpedition_monster
    Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • Pastor do Cálice
    Morto-vivo
    {{Rúnico}}
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    Priest of the Chalice
    SpectreN
    AreaO Lago de Kalandra
    Tagsbone_armour, bones, Conjurador, cold_affinity, is_unarmed, not_int, skeleton, slashing_weapon, slow_movement, undead, ward_armour
    Packs
  • O Lago de Kalandra: Pastor do Cálice, Esqueleto Espadachim Desenterrado, Esqueleto Guerreiro Desenterrado, Esqueleto Arqueiro Desenterrado, Zumbi Desenterrado
  • Vida
    260%
    Ward From Life
    20%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    185%
    Resistência
    37 37 37 0
    Damage
    130%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    130%
    Model Size
    100%
    Type
    ExpeditionGolemancer
    Metadata
    ExpeditionGolemancer
    Nível
    68
    Vida
    16,727
    Armadura
    35,988
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    486
    Dano Mágico
    486
    Precisão
    290
    Attack Time
    1.5
    Experiência
    13,332
    Ailment Threshold
    11,902
    Chill
    38
    Shock
    38
    Brittle
    213
    Scorch
    38
    Sap
    104
    EDSGolemancerReapLeft
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    EDSGolemancerReapRight
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.5 seg
    Causa 497.9 a 746.9 de Dano Físico
    15% do Dano Físico Convertido para Dano de Gelo
    is area damage [1]
    spell maximum action distance +% [-63]
    SSMExpeditionVolatileZombie
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 3 seg
    Recarga: 10 seg
    alternate minion [564]
    number of monsters to summon [1]
    spell maximum action distance +% [-55]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_SummonSpecificMonsters = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_SummonSpecificMonsters = "SetStateTo( glowboost, 0 );"
    }
    
    Life
    {
    	on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao,  );"
    	on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/golemancer/idle_fx.ao );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueLake/Golemancer/ExpeditionGolemancer"] = {
        name = "Priest of the Chalice",
        life = 2.6,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "EDSGolemancerReapLeft",
            "EDSGolemancerReapRight",
            "SSMExpeditionVolatileZombie",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapLeft"] = {
        name = "EDSGolemancerReapLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSGolemancerReapRight"] = {
        name = "EDSGolemancerReapRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -63, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMExpeditionVolatileZombie"] = {
        name = "SSMExpeditionVolatileZombie",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 564, -99, -55, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Adds Tagsexpedition_monster
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • Remove todo Escudo Mágico
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • Edit

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