暮光会祭司
Twilight Order Priest
SpectreY
Area阿拉斯塔, 崖际岛, 金字塔避难所
Tagsallows_additional_projectiles, allows_inc_aoe, 施法, cultist, human, humanoid, not_dex, not_str, physical_affinity, red_blood, Unarmed_onhit_audio, very_slow_movement
Packs
  • 金字塔避难所: 暮光会誓约者, 暮光会祭司, 忠信战士
  • 金字塔避难所: 暮光会誓约者, 暮光会祭司, 正义斧卫
  • 金字塔避难所: 暮光会誓约者, 暮光会祭司, 忠信弓手
  • 阿拉斯塔: 暮光会祭司, 暮光会誓约者, 正义斧卫
  • 阿拉斯塔: 暮光会祭司, 暮光会誓约者, 忠信战士
  • 阿拉斯塔: 暮光会祭司, 暮光会誓约者, 忠信弓手
  • 阿拉斯塔: 暮光会祭司, 暮光会誓约者, 暮光会士兵, 暮光会元老
  • 生命
    110%
    Energy Shield From Life
    30%
    抗性
    30 30 30 20
    伤害
    110%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    5 ~ 14
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    110%
    Model Size
    100%
    Type
    TwilightOrderCleric
    Metadata
    TwilightOrderCleric
    等级
    65
    生命
    5,015
    2,023
    伤害
    234
    法术伤害
    234
    命中
    2,214
    攻击间隔
    1.5
    经验值
    23,658
    召唤物生命
    4,837
    Minion Energy Shield
    2,073
    召唤物伤害
    912
    召唤物护甲
    2,023
    EDSTwilightClericDelayedBlast
    可触发, 法术, 伤害
    暴击率: 5%
    施放间隔: 1 秒
    冷却时间: 4 秒
    造成 373.5 - 560.3 物理伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-45]
    EDSTwilightClericDelayedBlastChaos
    可触发, 法术, 伤害
    暴击率: 5%
    施放间隔: 1 秒
    冷却时间: 4 秒
    造成 373.5 - 560.3 物理伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-45]
    SSMTwilightClericProximityShield
    法术, 法术可重复, 可触发
    施放间隔: 1 秒
    冷却时间: 16 秒
    效果区域扩大 200%
    alternate minion [1117]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters no drops or experience [1]
    MPSTwilightClericProjectile
    法术, 投射物, 玩家投射物, 可触发, 伤害
    暴击率: 5%
    施放间隔: 1 秒
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3050
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TwilightOrderCleric/TwilightOrderCleric"] = {
        name = "Twilight Order Priest",
        life = 1.1,
        energyShield = 0.3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "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] = {1095, -37, critChance = 5, 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,
        },
        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,
        },
        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,
        },
        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 = { }, },
        },
    }
    
    暮光会祭司
    人形
    区域: 阿拉斯塔
    Twilight Order Priest
    SpectreY
    Spectre OverrideMetadata/Monsters/TwilightOrderCleric/TwilightOrderCleric
    Area阿拉斯塔
    Tagsallows_additional_projectiles, allows_inc_aoe, cannot_be_monolith, 施法, cultist, human, humanoid, not_dex, not_str, physical_affinity, red_blood, Unarmed_onhit_audio, very_slow_movement
    Packs
  • 阿拉斯塔: 暮光会元老, 暮光会士兵, 暮光会誓约者, 暮光会祭司
  • 生命
    110%
    Energy Shield From Life
    30%
    抗性
    30 30 30 20
    伤害
    110%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    5 ~ 14
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    110%
    Model Size
    100%
    Type
    TwilightOrderCleric
    Metadata
    TwilightOrderClericPatrol
    等级
    52
    生命
    2,240
    伤害
    153
    法术伤害
    153
    命中
    1,362
    攻击间隔
    1.5
    经验值
    10,605
    召唤物生命
    3,076
    Minion Energy Shield
    1,318
    召唤物伤害
    452
    召唤物护甲
    917
    EDSTwilightClericDelayedBlast
    可触发, 法术, 伤害
    暴击率: 5%
    施放间隔: 1 秒
    冷却时间: 4 秒
    造成 245.7 - 368.6 物理伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-45]
    EDSTwilightClericDelayedBlastChaos
    可触发, 法术, 伤害
    暴击率: 5%
    施放间隔: 1 秒
    冷却时间: 4 秒
    造成 245.7 - 368.6 物理伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    spell maximum action distance +% [-45]
    SSMTwilightClericProximityShield
    法术, 法术可重复, 可触发
    施放间隔: 1 秒
    冷却时间: 16 秒
    效果区域扩大 200%
    alternate minion [1117]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters no drops or experience [1]
    MPSTwilightClericProjectile
    法术, 投射物, 玩家投射物, 可触发, 伤害
    暴击率: 5%
    施放间隔: 1 秒
    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]
    EASPatrolEndTurn
    无法被击退
    你的击中不能眩晕敌人
    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
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TwilightOrderCleric/TwilightOrderClericPatrol"] = {
        name = "Twilight Order Priest",
        life = 1.1,
        energyShield = 0.3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "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] = {1095, -37, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASPatrolEndTurn"] = {
        name = "EASPatrolEndTurn",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
        },
        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,
        },
        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,
        },
        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,
        },
        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.