หนอนยักษ์ผู้พิชิต
สัตว์ร้าย
สกุล: Sea Witch
กลุ่ม: Arachnid
ไม่ถูก ผลักออกไป
The Conqueror Wurm
SpectreN
Areaสวนจักรพรรดิ
Tagsbeast, cleaving_weapon, fire_affinity, hard_armour, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement
พลังชีวิต
216%
Ailment Threshold
216%
ค่าต้านทาน
0 85 0 0
Damage
216%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
180%
Model Size
110%
Type
RootSpiderBoss
Metadata
RootSpiderHiddenBoss
เลเวล
30
พลังชีวิต
1,009
เกราะ
1,120
การหลบหลีก
994
โล่พลังงาน
0
Damage
101
ความเสียหายเวท
101
ความแม่นยำ
59
Attack Time
1.5
ค่าประสบการณ์
3,262
Ailment Threshold
1,009
Chill
3
Shock
3
Brittle
18
Scorch
3
Sap
9
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 81–121
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MPWRootSpiderSpitMapBoss
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 81–121
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
คูลดาวน์: 4 วินาที
แปลงความเสียหาย กายภาพ 60% เป็น ไฟ
ลดความเร็วกระสุน 40%
ระยะการฟาดประชิด +5.5 เมตร
base deal no damage [1]
base is projectile [1]
monster projectile variation [157]
projectile uses contact position [1]
use scaled contact offset [1]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 81–121
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
สร้างความเสียหาย เพิ่มขึ้น อีก 25.52%
เพิ่มความเร็วกระสุน 100%
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
ระยะเวลาพื้นฐาน 2 วินาที
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 81–121
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
สร้างความเสียหาย ลดลง อีก 10%
RootSpiderAmbush
Attack
Base Damage: 81–121
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
ไม่สามารถคริติคอลได้
สร้างความเสียหาย ลดลง อีก 30%
GARootSpiderSpitImpact
Triggerable, Attack
Base Damage: 81–121
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 600%
Attack Time: 1.5 วินาที
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 500%
แปลงความเสียหาย กายภาพ 60% เป็น ไฟ
สร้างสถานะ มึนงง ต่อศัตรู
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Pathfinding
{
	immobile = true
}

Actor
{
	basic_action = "Emerge"
	slow_animations_go_to_idle = false
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	create_untransitioned = "PlayAnimation( emerge ); PauseAnimation(); DisableTargetable(); RemoveCollidability();"
	on_transition = "EnableTargetable();"
}

Render
{
	visual_size_index = 1
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenBoss"] = {
    name = "The Conqueror Wurm",
    life = 2.16,
    fireResist = 0,
    coldResist = 85,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.16,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 22,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "RootSpiderProjectile",
        "RootSpiderBurrow",
        "RootSpiderEmerge",
        "RootSpiderAmbush",
        "MPWRootSpiderSpitMapBoss",
        "GARootSpiderSpitImpact",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RootSpiderProjectile"] = {
    name = "RootSpiderProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RootSpiderBurrow"] = {
    name = "RootSpiderBurrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {2000, 120, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RootSpiderEmerge"] = {
    name = "RootSpiderEmerge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {-10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RootSpiderAmbush"] = {
    name = "RootSpiderAmbush",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "global_cannot_crit",
    },
    levels = {
        [1] = {-30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPWRootSpiderSpitMapBoss"] = {
    name = "MPWRootSpiderSpitMapBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "melee_range_+",
        "skill_physical_damage_%_to_convert_to_fire",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "base_deal_no_damage",
    },
    levels = {
        [1] = {157, 55, 60, -40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GARootSpiderSpitImpact"] = {
    name = "GARootSpiderSpitImpact",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
        "always_stun",
    },
    levels = {
        [1] = {60, baseMultiplier = 6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        [2] = {60, baseMultiplier = 2.25, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
ไม่ถูก ผลักออกไป
IdImmuneToKnockback
FamilyImmuneToKnockback
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • หนอนยักษ์ผู้พิชิต
    สัตว์ร้าย
    ไม่ถูก ผลักออกไป
    The Conqueror Wurm
    SpectreN
    Tagsbeast, cleaving_weapon, fire_affinity, hard_armour, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement
    พลังชีวิต
    216%
    Ailment Threshold
    216%
    ค่าต้านทาน
    0 85 0 0
    Damage
    216%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 22
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    180%
    Model Size
    100%
    Type
    RootSpiderBossEndlessLedge
    Metadata
    RootSpiderHiddenBossEndlessLedge
    เลเวล
    68
    พลังชีวิต
    13,896
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    807
    ความเสียหายเวท
    807
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    18,459
    Ailment Threshold
    13,896
    Chill
    44
    Shock
    44
    Brittle
    249
    Scorch
    44
    Sap
    121
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 645–968
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MPWRootSpiderSpitMapBoss
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 645–968
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    คูลดาวน์: 4 วินาที
    แปลงความเสียหาย กายภาพ 60% เป็น ไฟ
    ลดความเร็วกระสุน 40%
    ระยะการฟาดประชิด +5.5 เมตร
    base deal no damage [1]
    base is projectile [1]
    monster projectile variation [157]
    projectile uses contact position [1]
    use scaled contact offset [1]
    RootSpiderProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 645–968
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    เพิ่มความเร็วกระสุน 100%
    base is projectile [1]
    monster projectile variation [6]
    spell maximum action distance +% [-30]
    RootSpiderBurrow
    ระยะเวลาพื้นฐาน 2 วินาที
    spell maximum action distance +% [120]
    RootSpiderEmerge
    Attack
    Base Damage: 645–968
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    สร้างความเสียหาย ลดลง อีก 10%
    RootSpiderAmbush
    Attack
    Base Damage: 645–968
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    ไม่สามารถคริติคอลได้
    สร้างความเสียหาย ลดลง อีก 30%
    GARootSpiderSpitImpact
    Triggerable, Attack
    Base Damage: 645–968
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 225%
    Attack Time: 1.5 วินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 125%
    แปลงความเสียหาย กายภาพ 60% เป็น ไฟ
    สร้างสถานะ มึนงง ต่อศัตรู
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Pathfinding
    {
    	immobile = true
    }
    
    Actor
    {
    	basic_action = "Emerge"
    	slow_animations_go_to_idle = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( emerge ); PauseAnimation(); DisableTargetable(); RemoveCollidability();"
    	on_transition = "EnableTargetable();"
    }
    
    Render
    {
    	visual_size_index = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenBossEndlessLedge"] = {
        name = "The Conqueror Wurm",
        life = 2.16,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.16,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 22,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "RootSpiderProjectile",
            "RootSpiderBurrow",
            "RootSpiderEmerge",
            "RootSpiderAmbush",
            "MPWRootSpiderSpitMapBoss",
            "GARootSpiderSpitImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RootSpiderProjectile"] = {
        name = "RootSpiderProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RootSpiderBurrow"] = {
        name = "RootSpiderBurrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {2000, 120, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RootSpiderEmerge"] = {
        name = "RootSpiderEmerge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {-10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RootSpiderAmbush"] = {
        name = "RootSpiderAmbush",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "global_cannot_crit",
        },
        levels = {
            [1] = {-30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWRootSpiderSpitMapBoss"] = {
        name = "MPWRootSpiderSpitMapBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "melee_range_+",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_projectile_speed_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {157, 55, 60, -40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARootSpiderSpitImpact"] = {
        name = "GARootSpiderSpitImpact",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "always_stun",
        },
        levels = {
            [1] = {60, baseMultiplier = 6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {60, baseMultiplier = 2.25, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        },
    }
    
    ไม่ถูก ผลักออกไป
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Edit

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