SpectreY
Areaสุสานชาวนิรันดร์, ที่หลบภัยซิกกุรัต, สุสานชาวนิรันดร์
Tagsallows_additional_projectiles, allows_inc_aoe, นักเวท, cold_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead
Packs
  • สุสานชาวนิรันดร์, สุสานชาวนิรันดร์: Frost Wraith
  • ที่หลบภัยซิกกุรัต: Frost Wraith, Risen Rattler, Risen Rattler
  • Frost Wraith, Risen Rattler, Risen Rattler, Risen Rattler
  • พลังชีวิต
    160%
    Energy Shield From Life
    35%
    การหลบหลีก
    +35%
    Ailment Threshold
    %
    ค่าต้านทาน
    -30 75 0 0
    Damage
    160%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    160%
    Model Size
    100%
    Type
    WraithCold
    Metadata
    WraithSpookyCold
    เลเวล
    70
    พลังชีวิต
    13,946
    Minion Life
    19,626
    ค่าเกราะ
    3,877
    การหลบหลีก
    502
    โล่พลังงาน
    0
    Damage
    397
    ความเสียหายเวท
    397
    ความแม่นยำ
    0
    Attack Time
    1.5
    ค่าประสบการณ์
    55,422
    SpookyWraithProjectileCold
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 1.5 {วิ}
    สร้างความเสียหาย น้ำแข็ง ถึง
    base deal no damage [1]
    base is projectile [1]
    monster projectile variation [1003]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    SpookyWraithProjectileExplosionCold
    Triggerable, Spell, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 1 {วิ}
    สร้างความเสียหาย น้ำแข็ง 28.81 ถึง 43.21
    การปะทะศัตรูที่ติดสถานะ หนาวเย็น มีโอกาสสะสมค่าแช่แข็ง +50%
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GraveyardSpookyGhostExplode
    Triggerable, Spell, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 2.5 {วิ}
    คูลดาวน์: 7 {วิ}
    สร้างความเสียหาย น้ำแข็ง 72.02 ถึง 108
    การปะทะ สร้างสถานะ แช่แข็ง ราวกับสร้างความเสียหาย เพิ่มขึ้น อีก 100%
    is area damage [1]
    GraveyardGhostDashToTarget
    Spell, Movement
    {เวลาร่าย}: 0.93 {วิ}
    คูลดาวน์: 4 {วิ}
    action attack or cast time uses animation length [1]
    GraveyardGhostDashToTargetFar
    Spell, Movement
    {เวลาร่าย}: 0.93 {วิ}
    คูลดาวน์: 4 {วิ}
    action attack or cast time uses animation length [1]
    walk emerge extra distance [-15]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3333
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/base_cold.epk' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin.epk' );
    	"
    
    	on_death =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/base_cold.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wraith/WraithSpookyCold"] = {
        name = "Frost Wraith",
        life = 1.6,
        energyShield = 0.35,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "SpookyWraithProjectileCold",
            "SpookyWraithProjectileExplosionCold",
            "GraveyardSpookyGhostExplode",
            "GraveyardGhostDashToTarget",
            "GraveyardGhostDashToTargetFar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpookyWraithProjectileCold"] = {
        name = "SpookyWraithProjectileCold",
        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.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {0, 0, 1003, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpookyWraithProjectileExplosionCold"] = {
        name = "SpookyWraithProjectileExplosionCold",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "additional_chance_to_freeze_chilled_enemies_%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_is_projectile",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GraveyardSpookyGhostExplode"] = {
        name = "GraveyardSpookyGhostExplode",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "freeze_as_though_dealt_damage_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GraveyardGhostDashToTarget"] = {
        name = "GraveyardGhostDashToTarget",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.93,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GraveyardGhostDashToTargetFar"] = {
        name = "GraveyardGhostDashToTargetFar",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.93,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    SpectreY
    Areaบททดสอบแห่งเซ็คเคมา
    Tagsallows_additional_projectiles, allows_inc_aoe, นักเวท, cold_affinity, medium_movement, not_str, ranged, sanctum_monster, Unarmed_onhit_audio, undead
    Packs
  • บททดสอบแห่งเซ็คเคมา: Frost Wraith
  • พลังชีวิต
    160%
    Energy Shield From Life
    35%
    การหลบหลีก
    +35%
    Ailment Threshold
    %
    ค่าต้านทาน
    -30 75 0 0
    Damage
    160%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    160%
    Model Size
    100%
    Type
    WraithCold
    Metadata
    WraithSpookyColdSanctumTrialTime
    เลเวล
    22
    พลังชีวิต
    650
    Minion Life
    1,690
    ค่าเกราะ
    152
    การหลบหลีก
    96
    โล่พลังงาน
    0
    Damage
    66
    ความเสียหายเวท
    66
    ความแม่นยำ
    0
    Attack Time
    1.5
    ค่าประสบการณ์
    1,274
    SpookyWraithProjectileCold
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 1.5 {วิ}
    สร้างความเสียหาย น้ำแข็ง ถึง
    base deal no damage [1]
    base is projectile [1]
    monster projectile variation [1003]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    SpookyWraithProjectileExplosionCold
    Triggerable, Spell, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 1 {วิ}
    สร้างความเสียหาย น้ำแข็ง 12.53 ถึง 18.79
    การปะทะศัตรูที่ติดสถานะ หนาวเย็น มีโอกาสสะสมค่าแช่แข็ง +50%
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GraveyardSpookyGhostExplode
    Triggerable, Spell, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 2.5 {วิ}
    คูลดาวน์: 7 {วิ}
    สร้างความเสียหาย น้ำแข็ง 31.32 ถึง 46.98
    การปะทะ สร้างสถานะ แช่แข็ง ราวกับสร้างความเสียหาย เพิ่มขึ้น อีก 100%
    is area damage [1]
    GraveyardGhostDashToTarget
    Spell, Movement
    {เวลาร่าย}: 0.93 {วิ}
    คูลดาวน์: 4 {วิ}
    action attack or cast time uses animation length [1]
    GraveyardGhostDashToTargetFar
    Spell, Movement
    {เวลาร่าย}: 0.93 {วิ}
    คูลดาวน์: 4 {วิ}
    action attack or cast time uses animation length [1]
    walk emerge extra distance [-15]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/MarakethSanctumTrial/SanctumMonsterBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3333
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/MarakethSanctumTrial/SanctumMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wraith/WraithSpookyColdSanctumTrialTime"] = {
        name = "Frost Wraith",
        life = 1.6,
        energyShield = 0.35,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "SpookyWraithProjectileCold",
            "SpookyWraithProjectileExplosionCold",
            "GraveyardSpookyGhostExplode",
            "GraveyardGhostDashToTarget",
            "GraveyardGhostDashToTargetFar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpookyWraithProjectileCold"] = {
        name = "SpookyWraithProjectileCold",
        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.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {0, 0, 1003, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpookyWraithProjectileExplosionCold"] = {
        name = "SpookyWraithProjectileExplosionCold",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "additional_chance_to_freeze_chilled_enemies_%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_is_projectile",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GraveyardSpookyGhostExplode"] = {
        name = "GraveyardSpookyGhostExplode",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "freeze_as_though_dealt_damage_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GraveyardGhostDashToTarget"] = {
        name = "GraveyardGhostDashToTarget",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.93,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GraveyardGhostDashToTargetFar"] = {
        name = "GraveyardGhostDashToTargetFar",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.93,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Frost Wraith
    SpectreY
    Tagsallows_additional_projectiles, allows_inc_aoe, นักเวท, cold_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead
    Packs
  • Frost Wraith, Risen Rattler
  • พลังชีวิต
    160%
    Energy Shield From Life
    35%
    การหลบหลีก
    +35%
    Ailment Threshold
    %
    ค่าต้านทาน
    -30 75 0 0
    Damage
    160%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    160%
    Model Size
    100%
    Type
    WraithCold
    Metadata
    WraithSpookyColdStrongbox_
    เลเวล
    68
    พลังชีวิต
    12,411
    Minion Life
    18,048
    ค่าเกราะ
    3,451
    การหลบหลีก
    477
    โล่พลังงาน
    0
    Damage
    373
    ความเสียหายเวท
    373
    ความแม่นยำ
    0
    Attack Time
    1.5
    ค่าประสบการณ์
    45,814
    SpookyWraithProjectileCold
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 1.5 {วิ}
    สร้างความเสียหาย น้ำแข็ง ถึง
    base deal no damage [1]
    base is projectile [1]
    monster projectile variation [1003]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    SpookyWraithProjectileExplosionCold
    Triggerable, Spell, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 1 {วิ}
    สร้างความเสียหาย น้ำแข็ง 27.83 ถึง 41.74
    การปะทะศัตรูที่ติดสถานะ หนาวเย็น มีโอกาสสะสมค่าแช่แข็ง +50%
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GraveyardSpookyGhostExplode
    Triggerable, Spell, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 2.5 {วิ}
    คูลดาวน์: 7 {วิ}
    สร้างความเสียหาย น้ำแข็ง 69.57 ถึง 104.4
    การปะทะ สร้างสถานะ แช่แข็ง ราวกับสร้างความเสียหาย เพิ่มขึ้น อีก 100%
    is area damage [1]
    GraveyardGhostDashToTarget
    Spell, Movement
    {เวลาร่าย}: 0.93 {วิ}
    คูลดาวน์: 4 {วิ}
    action attack or cast time uses animation length [1]
    GraveyardGhostDashToTargetFar
    Spell, Movement
    {เวลาร่าย}: 0.93 {วิ}
    คูลดาวน์: 4 {วิ}
    action attack or cast time uses animation length [1]
    walk emerge extra distance [-15]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3333
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/base_cold.epk' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin.epk' );
    	"
    
    	on_death =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/base_cold.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wraith/WraithSpookyColdStrongbox_"] = {
        name = "Frost Wraith",
        life = 1.6,
        energyShield = 0.35,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "SpookyWraithProjectileCold",
            "SpookyWraithProjectileExplosionCold",
            "GraveyardSpookyGhostExplode",
            "GraveyardGhostDashToTarget",
            "GraveyardGhostDashToTargetFar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpookyWraithProjectileCold"] = {
        name = "SpookyWraithProjectileCold",
        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.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {0, 0, 1003, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpookyWraithProjectileExplosionCold"] = {
        name = "SpookyWraithProjectileExplosionCold",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "additional_chance_to_freeze_chilled_enemies_%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_is_projectile",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GraveyardSpookyGhostExplode"] = {
        name = "GraveyardSpookyGhostExplode",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "freeze_as_though_dealt_damage_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GraveyardGhostDashToTarget"] = {
        name = "GraveyardGhostDashToTarget",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.93,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GraveyardGhostDashToTargetFar"] = {
        name = "GraveyardGhostDashToTargetFar",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.93,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Frost Wraith
    SpectreY
    Tagsallows_additional_projectiles, allows_inc_aoe, นักเวท, cold_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead
    พลังชีวิต
    160%
    Energy Shield From Life
    35%
    การหลบหลีก
    +35%
    Ailment Threshold
    %
    ค่าต้านทาน
    -30 75 0 0
    Damage
    160%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    160%
    Model Size
    100%
    Type
    WraithCold
    Metadata
    WraithSpookyColdEssenceOfSpeed
    เลเวล
    68
    พลังชีวิต
    12,411
    Minion Life
    18,048
    ค่าเกราะ
    3,451
    การหลบหลีก
    477
    โล่พลังงาน
    0
    Damage
    373
    ความเสียหายเวท
    373
    ความแม่นยำ
    0
    Attack Time
    1.5
    ค่าประสบการณ์
    45,814
    SpookyWraithProjectileCold
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    โอกาสปะทะคริติคอล: 7%
    {เวลาร่าย}: 1.5 {วิ}
    สร้างความเสียหาย น้ำแข็ง ถึง
    base deal no damage [1]
    base is projectile [1]
    monster projectile variation [1003]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    SSMEssenceTimePortal
    Spell, Multicastable, Triggerable
    {เวลาร่าย}: 1 {วิ}
    action attack or cast time uses animation length [1]
    alternate minion [1090]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3333
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wraith/WraithSpookyColdEssenceOfSpeed"] = {
        name = "Frost Wraith",
        life = 1.6,
        energyShield = 0.35,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "SpookyWraithProjectileCold",
            "SSMEssenceTimePortal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpookyWraithProjectileCold"] = {
        name = "SpookyWraithProjectileCold",
        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.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {0, 0, 1003, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMEssenceTimePortal"] = {
        name = "SSMEssenceTimePortal",
        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_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {1090, 1, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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