MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
ภาพถ่ายทอดจากฟันเฟือง
ชีวิตประดิษฐ์
IconEnemyResistanceCold IconEnemyResistanceChaos
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Cogwork Projection
Spectre
Tagsนักเวท, cold_affinity, construct, fast_movement, golem, is_unarmed, not_dex, stone_armour
พลังชีวิต
360%
Energy Shield From Life
60%
ค่าเกราะ
+50%
Ailment Threshold
360%
ค่าต้านทาน
IconEnemyResistanceFire0% IconEnemyResistanceCold30% IconEnemyResistanceLightning0% IconEnemyResistanceChaos30%
Damage
80%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
VaalSkitterConstructUltimatum
Metadata
SkitterbotColdApparition
เลเวล
68
พลังชีวิต
23,160
ค่าเกราะ
43,185
อัตราการหลบหลีก
4,739
โล่พลังงาน
13,234
Damage
299
ความเสียหายเวท
299
ความแม่นยำ
580
Attack Time
1.5
ค่าประสบการณ์
10,255
Minion Life
5,024
Minion Energy Shield
2,871
Minion Damage
239
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Phys Convert Ele
240%
UltimatumVortexCold
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, Duration, ChillingArea, AreaSpell, Nova, CanRapidFire, DamageOverTime
น้ำวน (Vortex)
โอกาสคริติคอล: 5%
เวลาร่าย: 3.33 วินาที
ระเบิดน้ำแข็งรอบผู้ร่าย สร้างความเสียหาย น้ำแข็ง ต่อศัตรูและทิ้งวงน้ำวนไว้เพื่อสร้างความเสียหาย น้ำแข็ง ต่อเนื่อง และสร้างสถานะ หนาวเย็น ต่อศัตรูที่อยู่ในพื้นที่
ระยะเวลาพื้นฐาน 4 วินาที
สร้างความเสียหาย น้ำแข็ง พื้นฐาน 835.9 ต่อวินาที
ม็อดที่ส่งผลต่อ ความเสียหาย เวท ส่งผลต่อ ความเสียหายต่อเนื่อง ของสกิลนี้
รัศมีพื้นฐาน 2 เมตร
รัศมีรองพื้นฐาน 2 เมตร
active skill area of effect radius +% final [-25]
ground maelstrom art variation [9]
is area damage [1]
spell maximum base cold damage [1806]
spell minimum base cold damage [1204]
FrostVortex

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Positioned
{
	blocking = false
	force_placement = true
}

Stats
{
	immune_to_curses = 1
	immune_to_auras_from_other_entities = 1
	set_item_drop_slots = 0
	set_monster_no_drops_or_experience = 1
	set_monster_do_not_fracture = 1
	set_max_frenzy_charges = 0
	set_max_endurance_charges = 0
	set_max_power_charges = 0
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	set_phase_through_objects = 1
}

Life
{
	corpse_usable = false
}

BaseEvents
{
	on_construction_complete =
	"
		Delay( 0.1,
		{
			IfExists( owner,
			{
				this.spawnlocation = owner.GetLocation();
				SetLocation( spawnlocation );
				CopyAnimation( owner );
				MatchOrientation( owner );
			} );
		} );
	"
}

StateMachine
{
	define_shared_state = "no_ruin_epk"
}

ControlZone {}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Golem/SkitterbotColdApparition"] = {
    fireResist = 0,
    coldResist = 30,
    lightningResist = 0,
    chaosResist = 30,
    name = "Cogwork Projection",
    life = 3.6,
    energyShield = 0.6,
    damage = 0.8,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "UltimatumVortexCold",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["UltimatumVortexCold"] = {
    name = "Vortex",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Cold] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.DamageOverTime] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.33,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_cold_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "ground_maelstrom_art_variation",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "is_area_damage",
        "spell_damage_modifiers_apply_to_skill_dot",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2, 4000, 9, -25, 20, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • monster no drops or experience 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cant possess this 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be afflicted 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • monster no talismans 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be tagged by sentinel 1 1 Global
  • ภาพถ่ายทอดจากฟันเฟือง
    ชีวิตประดิษฐ์
    IconEnemyResistanceCold IconEnemyResistanceChaos
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Cogwork Projection
    Spectre
    Tagsนักเวท, construct, fast_movement, golem, is_unarmed, lightning_affinity, not_dex, stone_armour
    พลังชีวิต
    360%
    Energy Shield From Life
    60%
    ค่าเกราะ
    +50%
    Ailment Threshold
    360%
    ค่าต้านทาน
    IconEnemyResistanceFire0% IconEnemyResistanceCold30% IconEnemyResistanceLightning0% IconEnemyResistanceChaos30%
    Damage
    80%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    VaalSkitterConstructUltimatum
    Metadata
    SkitterbotLightningApparition
    เลเวล
    68
    พลังชีวิต
    23,160
    ค่าเกราะ
    43,185
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    13,234
    Damage
    299
    ความเสียหายเวท
    299
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    5,024
    Minion Energy Shield
    2,871
    Minion Damage
    239
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    Phys Convert Ele
    240%
    UltimatumVortexLightning
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, Duration, ChillingArea, AreaSpell, Nova, CanRapidFire, DamageOverTime
    น้ำวน (Vortex)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 3.33 วินาที
    ระเบิดน้ำแข็งรอบผู้ร่าย สร้างความเสียหาย น้ำแข็ง ต่อศัตรูและทิ้งวงน้ำวนไว้เพื่อสร้างความเสียหาย น้ำแข็ง ต่อเนื่อง และสร้างสถานะ หนาวเย็น ต่อศัตรูที่อยู่ในพื้นที่
    ระยะเวลาพื้นฐาน 4 วินาที
    ม็อดที่ส่งผลต่อ ความเสียหาย เวท ส่งผลต่อ ความเสียหายต่อเนื่อง ของสกิลนี้
    รัศมีพื้นฐาน 2 เมตร
    รัศมีรองพื้นฐาน 2 เมตร
    active skill area of effect radius +% final [-25]
    base lightning damage to deal per minute [50154]
    is area damage [1]
    spell maximum base lightning damage [2257]
    spell minimum base lightning damage [752.3]
    FrostVortex

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
    
    Positioned
    {
    	blocking = false
    	force_placement = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		Delay( 0.1,
    		{
    			IfExists( owner,
    			{
    				this.spawnlocation = owner.GetLocation();
    				SetLocation( spawnlocation );
    				CopyAnimation( owner );
    				MatchOrientation( owner );
    			} );
    		} );
    	"
    }
    
    StateMachine
    {
    	define_shared_state = "no_ruin_epk"
    }
    
    ControlZone {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueUltimatum/Golem/SkitterbotLightningApparition"] = {
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        name = "Cogwork Projection",
        life = 3.6,
        energyShield = 0.6,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "UltimatumVortexLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UltimatumVortexLightning"] = {
        name = "Vortex",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.DamageOverTime] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.33,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_lightning_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {0.5, 1.5, 2, 4000, -25, 20, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cant possess this 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be afflicted 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • monster no talismans 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be tagged by sentinel 1 1 Global
  • Cogwork Projection
    ชีวิตประดิษฐ์
    IconEnemyResistanceCold IconEnemyResistanceChaos
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Spectre
    Tagsนักเวท, cold_affinity, construct, fast_movement, golem, is_unarmed, not_dex, stone_armour
    พลังชีวิต
    360%
    Energy Shield From Life
    60%
    ค่าเกราะ
    +50%
    Ailment Threshold
    360%
    ค่าต้านทาน
    IconEnemyResistanceFire0% IconEnemyResistanceCold30% IconEnemyResistanceLightning0% IconEnemyResistanceChaos30%
    Damage
    80%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    VaalSkitterConstructUltimatum
    Metadata
    SkitterbotColdApparitionRuin
    เลเวล
    68
    พลังชีวิต
    23,160
    ค่าเกราะ
    43,185
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    13,234
    Damage
    299
    ความเสียหายเวท
    299
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    5,024
    Minion Energy Shield
    2,871
    Minion Damage
    239
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    Phys Convert Ele
    240%
    UltimatumVortexColdRuin
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, Duration, ChillingArea, AreaSpell, Nova, CanRapidFire, DamageOverTime
    น้ำวน (Vortex)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 3.33 วินาที
    ระเบิดน้ำแข็งรอบผู้ร่าย สร้างความเสียหาย น้ำแข็ง ต่อศัตรูและทิ้งวงน้ำวนไว้เพื่อสร้างความเสียหาย น้ำแข็ง ต่อเนื่อง และสร้างสถานะ หนาวเย็น ต่อศัตรูที่อยู่ในพื้นที่
    ระยะเวลาพื้นฐาน 4 วินาที
    สร้างความเสียหาย น้ำแข็ง พื้นฐาน 835.9 ต่อวินาที
    ม็อดที่ส่งผลต่อ ความเสียหาย เวท ส่งผลต่อ ความเสียหายต่อเนื่อง ของสกิลนี้
    รัศมีพื้นฐาน 2 เมตร
    รัศมีรองพื้นฐาน 2 เมตร
    active skill area of effect radius +% final [-25]
    apply ultimatum ruin on hit [1]
    ground maelstrom art variation [11]
    is area damage [1]
    spell maximum base cold damage [1806]
    spell minimum base cold damage [1204]
    FrostVortex

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
    
    Positioned
    {
    	blocking = false
    	force_placement = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		Delay( 0.1,
    		{
    			IfExists( owner,
    			{
    				this.spawnlocation = owner.GetLocation();
    				SetLocation( spawnlocation );
    				CopyAnimation( owner );
    				MatchOrientation( owner );
    			} );
    		} );
    	"
    }
    
    StateMachine
    {
    	define_shared_state = "no_ruin_epk"
    }
    
    ControlZone {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueUltimatum/Golem/SkitterbotColdApparitionRuin"] = {
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        name = "Cogwork Projection",
        life = 3.6,
        energyShield = 0.6,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "UltimatumVortexColdRuin",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UltimatumVortexColdRuin"] = {
        name = "Vortex",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.DamageOverTime] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.33,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_cold_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_maelstrom_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
            "apply_ultimatum_ruin_on_hit",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 4000, 11, -25, 20, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cant possess this 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be afflicted 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • monster no talismans 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be tagged by sentinel 1 1 Global
  • Cogwork Projection
    ชีวิตประดิษฐ์
    IconEnemyResistanceCold IconEnemyResistanceChaos
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Spectre
    Tagsนักเวท, construct, fast_movement, golem, is_unarmed, lightning_affinity, not_dex, stone_armour
    พลังชีวิต
    360%
    Energy Shield From Life
    60%
    ค่าเกราะ
    +50%
    Ailment Threshold
    360%
    ค่าต้านทาน
    IconEnemyResistanceFire0% IconEnemyResistanceCold30% IconEnemyResistanceLightning0% IconEnemyResistanceChaos30%
    Damage
    80%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    VaalSkitterConstructUltimatum
    Metadata
    SkitterbotLightningApparitionRuin
    เลเวล
    68
    พลังชีวิต
    23,160
    ค่าเกราะ
    43,185
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    13,234
    Damage
    299
    ความเสียหายเวท
    299
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Minion Life
    5,024
    Minion Energy Shield
    2,871
    Minion Damage
    239
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    Phys Convert Ele
    240%
    UltimatumVortexLightningRuin
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, Duration, ChillingArea, AreaSpell, Nova, CanRapidFire, DamageOverTime
    น้ำวน (Vortex)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 3.33 วินาที
    ระเบิดน้ำแข็งรอบผู้ร่าย สร้างความเสียหาย น้ำแข็ง ต่อศัตรูและทิ้งวงน้ำวนไว้เพื่อสร้างความเสียหาย น้ำแข็ง ต่อเนื่อง และสร้างสถานะ หนาวเย็น ต่อศัตรูที่อยู่ในพื้นที่
    ระยะเวลาพื้นฐาน 4 วินาที
    ม็อดที่ส่งผลต่อ ความเสียหาย เวท ส่งผลต่อ ความเสียหายต่อเนื่อง ของสกิลนี้
    รัศมีพื้นฐาน 2 เมตร
    รัศมีรองพื้นฐาน 2 เมตร
    active skill area of effect radius +% final [-25]
    apply ultimatum ruin on hit [1]
    base lightning damage to deal per minute [50154]
    ground vortex lightning art variation [1]
    is area damage [1]
    spell maximum base lightning damage [2257]
    spell minimum base lightning damage [752.3]
    FrostVortex

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
    
    Positioned
    {
    	blocking = false
    	force_placement = true
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_endurance_charges = 0
    	set_max_power_charges = 0
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_phase_through_objects = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		Delay( 0.1,
    		{
    			IfExists( owner,
    			{
    				this.spawnlocation = owner.GetLocation();
    				SetLocation( spawnlocation );
    				CopyAnimation( owner );
    				MatchOrientation( owner );
    			} );
    		} );
    	"
    }
    
    StateMachine
    {
    	define_shared_state = "no_ruin_epk"
    }
    
    ControlZone {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueUltimatum/Golem/SkitterbotLightningApparitionRuin"] = {
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        name = "Cogwork Projection",
        life = 3.6,
        energyShield = 0.6,
        damage = 0.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "UltimatumVortexLightningRuin",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UltimatumVortexLightningRuin"] = {
        name = "Vortex",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.DamageOverTime] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.33,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_lightning_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_vortex_lightning_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
            "apply_ultimatum_ruin_on_hit",
        },
        levels = {
            [1] = {0.5, 1.5, 2, 4000, 1, -25, 20, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cant possess this 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be afflicted 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • monster no talismans 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — ไม่สามารถเพิ่มผลของค่าตัวเลขนี้ได้
  • cannot be tagged by sentinel 1 1 Global
  • Edit

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