IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Prêtre de l'Ordre du Crépuscule
CategoryHumanoidHumanoïde
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Twilight Order Priest
Spectre
AreaArastas, Le Refuge de la Ziggourat
Tagsallows_additional_projectiles, allows_inc_aoe, Lanceur de sorts, cultist, human, humanoid, not_dex, not_str, physical_affinity, red_blood, Unarmed_onhit_audio, very_slow_movement
Packs
  • Le Refuge de la Ziggourat: Assermenté de l'Ordre du Crépuscule, Prêtre de l'Ordre du Crépuscule, Guerrier fidèle
  • Le Refuge de la Ziggourat: Assermenté de l'Ordre du Crépuscule, Prêtre de l'Ordre du Crépuscule, Manieur de hache vertueux
  • Le Refuge de la Ziggourat: Assermenté de l'Ordre du Crépuscule, Prêtre de l'Ordre du Crépuscule, Archer fidèle
  • Arastas: Prêtre de l'Ordre du Crépuscule, Assermenté de l'Ordre du Crépuscule, Manieur de hache vertueux
  • Arastas: Prêtre de l'Ordre du Crépuscule, Assermenté de l'Ordre du Crépuscule, Guerrier fidèle
  • Arastas: Prêtre de l'Ordre du Crépuscule, Assermenté de l'Ordre du Crépuscule, Archer fidèle
  • Arastas: Prêtre de l'Ordre du Crépuscule, Assermenté de l'Ordre du Crépuscule, Soldat de l'Ordre du Crépuscule, Officier de l'Ordre du Crépuscule
  • Vie
    110%
    Energy Shield From Life
    30%
    Résistance
    IconEnemyResistanceFire30 IconEnemyResistanceCold30 IconEnemyResistanceLightning30 IconEnemyResistanceChaos20
    Damage
    110%
    Précision
    100%
    Attack Distance
    5 ~ 14
    Temps d'attaque
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    110%
    Model Size
    100%
    Type
    TwilightOrderCleric
    Metadata
    TwilightOrderCleric
    Niveau
    65
    Vie
    7,211
    2,023
    Damage
    234
    Dégâts des sorts
    234
    Précision
    2,228
    Temps d'attaque
    1.5
    Expérience
    23,658
    Minion Life
    6,910
    Minion Energy Shield
    2,073
    Minion Damage
    912
    Minion Armour
    2,023
    EDSTwilightClericDelayedBlast
    Triggerable, Spell, Damage, AttackInPlace
    Chances de Touche critique: 5%
    Temps d'incantation: 1 sec.
    Temps de recharge: 4 sec.
    Inflige 373.5 à 560.3 Dégâts Physiques
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-45]
    EDSTwilightClericDelayedBlastChaos
    Triggerable, Spell, Damage, AttackInPlace
    Chances de Touche critique: 5%
    Temps d'incantation: 1 sec.
    Temps de recharge: 4 sec.
    Inflige 373.5 à 560.3 Dégâts Physiques
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-45]
    SSMTwilightClericProximityShield
    Spell, Multicastable, Triggerable, AttackInPlace
    Temps d'incantation: 1 sec.
    Temps de recharge: 16 sec.
    200% d'Augmentation de Zone d'effet
    alternate minion [1117]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters no drops or experience [1]
    MPSTwilightClericProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
    Chances de Touche critique: 5%
    Temps d'incantation: 1 sec.
    Inflige 181.5 à 272.3 Dégâts Physiques
    action attack or cast time uses animation length [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1095]
    projectile uses contact position [1]
    spell maximum action distance +% [-37]
    MaceNotable2

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3050
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TwilightOrderCleric/TwilightOrderCleric"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Twilight Order Priest",
        life = 1.1,
        energyShield = 0.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MPSTwilightClericProjectile",
            "EDSTwilightClericDelayedBlast",
            "EDSTwilightClericDelayedBlastChaos",
            "SSMTwilightClericProximityShield",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSTwilightClericProjectile"] = {
        name = "MPSTwilightClericProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1095, -37, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSTwilightClericDelayedBlast"] = {
        name = "EDSTwilightClericDelayedBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -45, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSTwilightClericDelayedBlastChaos"] = {
        name = "EDSTwilightClericDelayedBlastChaos",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -45, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMTwilightClericProximityShield"] = {
        name = "SSMTwilightClericProximityShield",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "base_skill_area_of_effect_+%",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1117, 1, -99, 200, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Prêtre de l'Ordre du Crépuscule
    CategoryHumanoidHumanoïde
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    Zone : Arastas
    Twilight Order Priest
    Spectre
    Spectre OverrideMetadata/Monsters/TwilightOrderCleric/TwilightOrderCleric
    AreaArastas
    Tagsallows_additional_projectiles, allows_inc_aoe, cannot_be_monolith, Lanceur de sorts, cultist, human, humanoid, not_dex, not_str, physical_affinity, red_blood, Unarmed_onhit_audio, very_slow_movement
    Packs
  • Arastas: Officier de l'Ordre du Crépuscule, Soldat de l'Ordre du Crépuscule, Assermenté de l'Ordre du Crépuscule, Prêtre de l'Ordre du Crépuscule
  • Vie
    110%
    Energy Shield From Life
    30%
    Résistance
    IconEnemyResistanceFire30 IconEnemyResistanceCold30 IconEnemyResistanceLightning30 IconEnemyResistanceChaos20
    Damage
    110%
    Précision
    100%
    Attack Distance
    5 ~ 14
    Temps d'attaque
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    110%
    Model Size
    100%
    Type
    TwilightOrderCleric
    Metadata
    TwilightOrderClericPatrol
    Niveau
    52
    Vie
    3,200
    Damage
    153
    Dégâts des sorts
    153
    Précision
    1,318
    Temps d'attaque
    1.5
    Expérience
    10,605
    Minion Life
    4,395
    Minion Energy Shield
    1,318
    Minion Damage
    452
    Minion Armour
    917
    EDSTwilightClericDelayedBlast
    Triggerable, Spell, Damage, AttackInPlace
    Chances de Touche critique: 5%
    Temps d'incantation: 1 sec.
    Temps de recharge: 4 sec.
    Inflige 245.7 à 368.6 Dégâts Physiques
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-45]
    EDSTwilightClericDelayedBlastChaos
    Triggerable, Spell, Damage, AttackInPlace
    Chances de Touche critique: 5%
    Temps d'incantation: 1 sec.
    Temps de recharge: 4 sec.
    Inflige 245.7 à 368.6 Dégâts Physiques
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-45]
    SSMTwilightClericProximityShield
    Spell, Multicastable, Triggerable, AttackInPlace
    Temps d'incantation: 1 sec.
    Temps de recharge: 16 sec.
    200% d'Augmentation de Zone d'effet
    alternate minion [1117]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters no drops or experience [1]
    MPSTwilightClericProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
    Chances de Touche critique: 5%
    Temps d'incantation: 1 sec.
    Inflige 119.4 à 179.1 Dégâts Physiques
    action attack or cast time uses animation length [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1095]
    projectile uses contact position [1]
    spell maximum action distance +% [-37]
    MaceNotable2
    EASPatrolEndTurn
    Spell
    Temps d'incantation: 1.2 sec.
    Vous ne pouvez pas être Repoussé(e)
    Vous ne pouvez pas Étourdir les Ennemis au Toucher
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3050
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TwilightOrderCleric/TwilightOrderClericPatrol"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Twilight Order Priest",
        life = 1.1,
        energyShield = 0.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MPSTwilightClericProjectile",
            "EASPatrolEndTurn",
            "EDSTwilightClericDelayedBlast",
            "EDSTwilightClericDelayedBlastChaos",
            "SSMTwilightClericProximityShield",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSTwilightClericProjectile"] = {
        name = "MPSTwilightClericProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1095, -37, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASPatrolEndTurn"] = {
        name = "EASPatrolEndTurn",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
            "cannot_stun",
            "cannot_be_knocked_back",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSTwilightClericDelayedBlast"] = {
        name = "EDSTwilightClericDelayedBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -45, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSTwilightClericDelayedBlastChaos"] = {
        name = "EDSTwilightClericDelayedBlastChaos",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -45, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMTwilightClericProximityShield"] = {
        name = "SSMTwilightClericProximityShield",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "base_skill_area_of_effect_+%",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1117, 1, -99, 200, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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