Baranite Preacher
มนุษย์
map related item drop chance +% final from league [-70]
SpectreY
Spectre OverrideMetadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderTemplarJudgeSpectre
Tagsbludgeoning_weapon, นักเวท, crusader_monster, flesh_armour, human, humanoid, influence_monster, is_unarmed, lightning_affinity, medium_height, medium_movement, not_dex, not_str, ranged, red_blood, templar
Packs
  • Baranite Thaumaturge, Baranite Templar, Baranite Preacher
  • พลังชีวิต
    168%
    Energy Shield From Life
    50%
    Ailment Threshold
    168%
    ค่าต้านทาน
    0 0 40 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    120%
    Model Size
    100%
    Type
    CrusaderTemplarJudge
    Metadata
    CrusaderTemplarJudge
    เลเวล
    68
    พลังชีวิต
    5,404
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    5,147
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.755
    ค่าประสบการณ์
    12,306
    Minion Life
    1,172
    Minion Energy Shield
    1,116
    Minion Damage
    358
    Ailment Threshold
    10,808
    Chill
    34
    Shock
    34
    Brittle
    193
    Scorch
    34
    Sap
    94
    AtlasCrusaderJudgeBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    บอลสายฟ้า (Ball Lightning)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.6 วินาที
    ยิงโพรเจกไทล์ที่เคลื่อนไหวช้าซึ่งสร้างความเสียหายซ้ำๆ ต่อศัตรูแต่ละตัวในพื้นที่รอบๆ ด้วยสายฟ้า
    สร้างความเสียหาย สายฟ้า 110.3 ถึง 331
    ลดความเร็วโพรเจกไทล์ 25%
    รัศมีพื้นฐาน 1.8 เมตร
    active skill area of effect radius +% final [-11]
    base is projectile [1]
    AtlasCruasderJudgeFadingNova
    Spell, Projectile, ProjectilesFromUser, Triggerable
    โอกาสคริติคอล: 5%
    เวลาร่าย: 1.33 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย สายฟ้า 802.4 ถึง 2407
    โพรเจกไทล์ เจาะทะลุ ทุกเป้าหมาย
    ยิงโพรเจกไทล์ เพิ่มเติม 7 ลูก
    ยิงโพรเจกไทล์เป็นวงกลม
    base is projectile [1]
    monster projectile variation [128]
    use scaled contact offset [1]
    WalkEmergeAtlasInfluenceMonster
    walk emerge distance [225]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderMonsterBase"
    
    Actor
    {
    	on_event_contact_for_MonsterFadingProjectileSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/CrusaderMonsters/templarjudge_nova.epk );"
    	on_end_MonsterFadingProjectileSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/CrusaderMonsters/templarjudge_nova.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderTemplarJudge"] = {
        name = "Baranite Preacher",
        life = 1.68,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "AtlasCrusaderJudgeBallLightning",
            "WalkEmergeAtlasInfluenceMonster",
            "AtlasCruasderJudgeFadingNova",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasCrusaderJudgeBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.6,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, -25, -11, 18, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeAtlasInfluenceMonster"] = {
        name = "WalkEmergeAtlasInfluenceMonster",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.25,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {225, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasCruasderJudgeFadingNova"] = {
        name = "AtlasCruasderJudgeFadingNova",
        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 = 1.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "always_pierce",
            "use_scaled_contact_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.5, 1.5, 128, 7, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    map related item drop chance +% final from league [-70]
    FamilyLeagueDropPenalty
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • map related item drop chance +% final from league Min: -70 Max: -70 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue, false
    StateMachine.define_shared_statevisible;
    Baranite Preacher
    มนุษย์
    map related item drop chance +% final from league [-70]
    SpectreY
    Tagsbludgeoning_weapon, นักเวท, crusader_monster, flesh_armour, human, humanoid, influence_monster, is_unarmed, lightning_affinity, medium_movement, not_dex, not_str, ranged, red_blood, templar
    พลังชีวิต
    168%
    Energy Shield From Life
    50%
    Ailment Threshold
    168%
    ค่าต้านทาน
    0 0 40 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    120%
    Model Size
    100%
    Type
    CrusaderTemplarJudge
    Metadata
    CrusaderTemplarJudgeSpectre
    เลเวล
    68
    พลังชีวิต
    5,404
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    5,147
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.755
    ค่าประสบการณ์
    12,306
    Minion Life
    1,172
    Minion Energy Shield
    1,116
    Minion Damage
    358
    Ailment Threshold
    10,808
    Chill
    34
    Shock
    34
    Brittle
    193
    Scorch
    34
    Sap
    94
    AtlasCrusaderJudgeBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    บอลสายฟ้า (Ball Lightning)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.6 วินาที
    ยิงโพรเจกไทล์ที่เคลื่อนไหวช้าซึ่งสร้างความเสียหายซ้ำๆ ต่อศัตรูแต่ละตัวในพื้นที่รอบๆ ด้วยสายฟ้า
    สร้างความเสียหาย สายฟ้า 110.3 ถึง 331
    ลดความเร็วโพรเจกไทล์ 25%
    รัศมีพื้นฐาน 1.8 เมตร
    active skill area of effect radius +% final [-11]
    base is projectile [1]
    AtlasCruasderJudgeFadingNova
    Spell, Projectile, ProjectilesFromUser, Triggerable
    โอกาสคริติคอล: 5%
    เวลาร่าย: 1.33 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย สายฟ้า 802.4 ถึง 2407
    โพรเจกไทล์ เจาะทะลุ ทุกเป้าหมาย
    ยิงโพรเจกไทล์ เพิ่มเติม 7 ลูก
    ยิงโพรเจกไทล์เป็นวงกลม
    base is projectile [1]
    monster projectile variation [128]
    use scaled contact offset [1]
    WalkEmergeAtlasInfluenceMonster
    walk emerge distance [225]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderMonsterSpectreBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderMonsterSpectreBase"
    
    Actor
    {
    	on_event_contact_for_MonsterFadingProjectileSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/CrusaderMonsters/templarjudge_nova.epk );"
    	on_end_MonsterFadingProjectileSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/CrusaderMonsters/templarjudge_nova.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderTemplarJudgeSpectre"] = {
        name = "Baranite Preacher",
        life = 1.68,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "AtlasCrusaderJudgeBallLightning",
            "WalkEmergeAtlasInfluenceMonster",
            "AtlasCruasderJudgeFadingNova",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasCrusaderJudgeBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.6,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, -25, -11, 18, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeAtlasInfluenceMonster"] = {
        name = "WalkEmergeAtlasInfluenceMonster",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.25,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {225, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasCruasderJudgeFadingNova"] = {
        name = "AtlasCruasderJudgeFadingNova",
        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 = 1.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "always_pierce",
            "use_scaled_contact_offset",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.5, 1.5, 128, 7, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    map related item drop chance +% final from league [-70]
    FamilyLeagueDropPenalty
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • map related item drop chance +% final from league Min: -70 Max: -70 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue, false
    Edit

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