SpectreY
Areaศาลมอดไหม้, โถงที่พังทลาย, ห้องทดลองนิรันดร, Defiled Cathedral Map, Crimson Township Map
Tagsbludgeoning_weapon, flesh_armour, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, not_dex, physical_affinity, red_blood, templar
Packs
  • ศาลมอดไหม้: Twisted Justicar, Depraved Justicar
  • โถงที่พังทลาย: Twisted Justicar, Depraved Justicar
  • ห้องทดลองนิรันดร: Twisted Justicar, Depraved Justicar
  • พลังชีวิต
    150%
    Energy Shield From Life
    20%
    ค่าเกราะ
    +75%
    Ailment Threshold
    150%
    ค่าต้านทาน
    20 20 20 0
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    BlackguardInquisitor
    Metadata
    BlackguardInquisitorKitava
    เลเวล
    78
    พลังชีวิต
    27,357
    ค่าเกราะ
    110,135
    การหลบหลีก
    6,667
    โล่พลังงาน
    2,266
    Damage
    675
    ความเสียหายเวท
    675
    ความแม่นยำ
    428
    Attack Time
    1.305
    ค่าประสบการณ์
    12,377
    Ailment Threshold
    27,357
    Chill
    87
    Shock
    87
    Brittle
    489
    Scorch
    87
    Sap
    239
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 540–810
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    KitavaStaticStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
    ฟาดสายฟ้าสถิต (Static Strike)
    Base Damage: 540–810
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    คูลดาวน์: 3.5 วินาที
    ฟาดศัตรูด้วย อาวุธประชิด สะสมสายฟ้าสถิตให้ผู้เล่น สายฟ้าสถิตนี้จะสร้างความเสียหายใส่ศัตรูรอบตัวผู้เล่นหลังหมดอายุ ซึ่งความเสียหายนี้จะหลบไม่ได้ด้วย
    ระยะเวลาพื้นฐาน 1 วินาที
    active skill area of effect radius +% final [-16]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.35
    }
    
    Monster
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BlackguardInquisitor/BlackguardInquisitorKitava"] = {
        name = "Twisted Justicar",
        life = 1.5,
        energyShield = 0.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "Melee",
            "KitavaStaticStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["KitavaStaticStrike"] = {
        name = "Static Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {1000, -16, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Twisted Justicar
    มนุษย์
    SpectreY
    Tagsbludgeoning_weapon, flesh_armour, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_movement, melee, not_dex, physical_affinity, red_blood, templar
    Packs
  • Depraved Justicar, Twisted Justicar
  • Twisted Justicar, Depraved Justicar
  • พลังชีวิต
    150%
    Energy Shield From Life
    20%
    ค่าเกราะ
    +75%
    Ailment Threshold
    150%
    ค่าต้านทาน
    20 20 20 0
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    BlackguardInquisitor
    Metadata
    BlackguardInquisitorKitavaHellscape
    เลเวล
    68
    พลังชีวิต
    9,650
    ค่าเกราะ
    50,383
    การหลบหลีก
    4,739
    โล่พลังงาน
    1,225
    Damage
    374
    ความเสียหายเวท
    374
    ความแม่นยำ
    290
    Attack Time
    1.305
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    9,650
    Chill
    31
    Shock
    31
    Brittle
    173
    Scorch
    31
    Sap
    84
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 299–448
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    KitavaStaticStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
    ฟาดสายฟ้าสถิต (Static Strike)
    Base Damage: 299–448
    โอกาสคริติคอล: 5%
    Attack Time: 1.305 วินาที
    คูลดาวน์: 3.5 วินาที
    ฟาดศัตรูด้วย อาวุธประชิด สะสมสายฟ้าสถิตให้ผู้เล่น สายฟ้าสถิตนี้จะสร้างความเสียหายใส่ศัตรูรอบตัวผู้เล่นหลังหมดอายุ ซึ่งความเสียหายนี้จะหลบไม่ได้ด้วย
    ระยะเวลาพื้นฐาน 1 วินาที
    active skill area of effect radius +% final [-16]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.35
    }
    
    Monster
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BlackguardInquisitor/BlackguardInquisitorKitavaHellscape"] = {
        name = "Twisted Justicar",
        life = 1.5,
        energyShield = 0.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "Melee",
            "KitavaStaticStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["KitavaStaticStrike"] = {
        name = "Static Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {1000, -16, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }