Strider of the Pit
ปีศาจ
ignore actor scale from stats [1]
SpectreN
Areaเบื้องลึกอะบิส
Tagsabyssal, allows_additional_projectiles, demon, lightning_affinity, MonsterStab_onhit_audio, not_dex, not_int, pit_faction, ranged, very_fast_movement
Packs
  • Strider of the Pit, Shepherd of the Pit
  • เบื้องลึกอะบิส: Strider of the Pit, Primordium of the Pit, Hound of the Pit
  • พลังชีวิต
    300%
    ค่าต้านทาน
    -30 0 75 0
    Damage
    250%
    ความแม่นยำ
    100%
    ปะทะคริติคอล Chance
    5%
    โบนัสความเสียหายคริติคอล
    +30%
    Attack Distance
    6 ~ 14
    {เวลาโจมตี}
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    250%
    Model Size
    180%
    Type
    CorpseStriderAbyss
    Metadata
    CorpseStriderAbyss
    เลเวล
    22
    พลังชีวิต
    915
    Damage
    103
    ความเสียหายเวท
    103
    ความแม่นยำ
    340
    {เวลาโจมตี}
    1.5
    ค่าประสบการณ์
    1,990
    Minion Life
    3,021
    Minion Damage
    148
    Minion Armour
    233
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    โจมตีพื้นฐาน
    Base Damage: 83–124
    {เวลาโจมตี}: 1.5 {วิ}
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GAAbyssCorpseStrideSlams
    Triggerable, Attack
    Base Damage: 83–124
    ความเสียหายโจมตี: 80%
    {เวลาโจมตี}: 1.5 {วิ}
    สร้างความเสียหาย โจมตี ลดลง อีก 20%
    แปลงความเสียหาย กายภาพ 60% เป็น สายฟ้า
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    is area damage [1]
    EAAAbyssCorpseStrideSlams
    คูลดาวน์: 20 {วิ}
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    GSAbyssCorpseStriderLighting
    Triggerable, Spell, Damage
    {เวลาร่าย}: 1 {วิ}
    สร้างความเสียหาย ไฟ 34.68 ถึง 104
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTAbyssCorpseStriderLighting
    คูลดาวน์: 20 {วิ}
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyss"] = {
        name = "Strider of the Pit",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAAbyssCorpseStrideSlams",
            "GSAbyssCorpseStriderLighting",
            "EAAAbyssCorpseStrideSlams",
            "GTAbyssCorpseStriderLighting",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = 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["GAAbyssCorpseStrideSlams"] = {
        name = "GAAbyssCorpseStrideSlams",
        hidden = true,
        color = ,
        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 = {
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {60, 55, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAbyssCorpseStriderLighting"] = {
        name = "GSAbyssCorpseStriderLighting",
        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,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAAbyssCorpseStrideSlams"] = {
        name = "EAAAbyssCorpseStrideSlams",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTAbyssCorpseStriderLighting"] = {
        name = "GTAbyssCorpseStriderLighting",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    ignore actor scale from stats [1]
    FamilyMonsterIgnoreActorScaleFromStats
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • ignore actor scale from stats Min: 1 Max: 1 Global
  • Strider of the Pit
    ปีศาจ
    ignore actor scale from stats [1]
    SpectreN
    Areaเบื้องลึกอะบิส
    Tagsabyssal, allows_additional_projectiles, demon, lightning_affinity, MonsterStab_onhit_audio, not_dex, not_int, pit_faction, ranged, very_fast_movement
    Packs
  • เบื้องลึกอะบิส: Strider of the Pit, Primordium of the Pit, Hound of the Pit
  • พลังชีวิต
    300%
    ค่าต้านทาน
    -30 0 75 0
    Damage
    250%
    ความแม่นยำ
    100%
    ปะทะคริติคอล Chance
    5%
    โบนัสความเสียหายคริติคอล
    +30%
    Attack Distance
    6 ~ 14
    {เวลาโจมตี}
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    250%
    Model Size
    180%
    Type
    CorpseStriderAbyss
    Metadata
    CorpseStriderAbyssDepths
    เลเวล
    22
    พลังชีวิต
    915
    Damage
    103
    ความเสียหายเวท
    103
    ความแม่นยำ
    340
    {เวลาโจมตี}
    1.5
    ค่าประสบการณ์
    1,990
    Minion Life
    3,021
    Minion Damage
    148
    Minion Armour
    233
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    โจมตีพื้นฐาน
    Base Damage: 83–124
    {เวลาโจมตี}: 1.5 {วิ}
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GAAbyssCorpseStrideSlams
    Triggerable, Attack
    Base Damage: 83–124
    ความเสียหายโจมตี: 80%
    {เวลาโจมตี}: 1.5 {วิ}
    สร้างความเสียหาย โจมตี ลดลง อีก 20%
    แปลงความเสียหาย กายภาพ 60% เป็น สายฟ้า
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    is area damage [1]
    EAAAbyssCorpseStrideSlams
    คูลดาวน์: 20 {วิ}
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    GSAbyssCorpseStriderLighting
    Triggerable, Spell, Damage
    {เวลาร่าย}: 1 {วิ}
    สร้างความเสียหาย ไฟ 34.68 ถึง 104
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTAbyssCorpseStriderLighting
    คูลดาวน์: 20 {วิ}
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyssDepths"] = {
        name = "Strider of the Pit",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAAbyssCorpseStrideSlams",
            "GSAbyssCorpseStriderLighting",
            "EAAAbyssCorpseStrideSlams",
            "GTAbyssCorpseStriderLighting",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = 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["GAAbyssCorpseStrideSlams"] = {
        name = "GAAbyssCorpseStrideSlams",
        hidden = true,
        color = ,
        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 = {
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {60, 55, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAbyssCorpseStriderLighting"] = {
        name = "GSAbyssCorpseStriderLighting",
        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,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAAbyssCorpseStrideSlams"] = {
        name = "EAAAbyssCorpseStrideSlams",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTAbyssCorpseStriderLighting"] = {
        name = "GTAbyssCorpseStriderLighting",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    ignore actor scale from stats [1]
    FamilyMonsterIgnoreActorScaleFromStats
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • ignore actor scale from stats Min: 1 Max: 1 Global
  • Strider of the Pit
    ปีศาจ
    ignore actor scale from stats [1]
    SpectreN
    Tagsabyssal, allows_additional_projectiles, demon, lightning_affinity, MonsterStab_onhit_audio, not_dex, not_int, pit_faction, ranged, very_fast_movement
    Packs
  • อิ๊กรูล็อก ราชินีฟักไข่, Strider of the Pit, Shepherd of the Pit, Primordium of the Pit, Hound of the Pit
  • พลังชีวิต
    300%
    ค่าต้านทาน
    -30 0 75 0
    Damage
    250%
    ความแม่นยำ
    100%
    ปะทะคริติคอล Chance
    5%
    โบนัสความเสียหายคริติคอล
    +30%
    Attack Distance
    6 ~ 14
    {เวลาโจมตี}
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    250%
    Model Size
    180%
    Type
    CorpseStriderAbyss
    Metadata
    CorpseStriderAbyssNoEmerge
    เลเวล
    68
    พลังชีวิต
    23,271
    Damage
    583
    ความเสียหายเวท
    583
    ความแม่นยำ
    2,464
    {เวลาโจมตี}
    1.5
    ค่าประสบการณ์
    71,585
    Minion Life
    20,790
    Minion Damage
    2,422
    Minion Armour
    5,309
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    โจมตีพื้นฐาน
    Base Damage: 466–699
    {เวลาโจมตี}: 1.5 {วิ}
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GAAbyssCorpseStrideSlams
    Triggerable, Attack
    Base Damage: 466–699
    ความเสียหายโจมตี: 80%
    {เวลาโจมตี}: 1.5 {วิ}
    สร้างความเสียหาย โจมตี ลดลง อีก 20%
    แปลงความเสียหาย กายภาพ 60% เป็น สายฟ้า
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    is area damage [1]
    EAAAbyssCorpseStrideSlams
    คูลดาวน์: 20 {วิ}
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    GSAbyssCorpseStriderLighting
    Triggerable, Spell, Damage
    {เวลาร่าย}: 1 {วิ}
    สร้างความเสียหาย ไฟ 191.3 ถึง 573.9
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTAbyssCorpseStriderLighting
    คูลดาวน์: 20 {วิ}
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyssNoEmerge"] = {
        name = "Strider of the Pit",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAAbyssCorpseStrideSlams",
            "GSAbyssCorpseStriderLighting",
            "EAAAbyssCorpseStrideSlams",
            "GTAbyssCorpseStriderLighting",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = 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["GAAbyssCorpseStrideSlams"] = {
        name = "GAAbyssCorpseStrideSlams",
        hidden = true,
        color = ,
        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 = {
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {60, 55, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAbyssCorpseStriderLighting"] = {
        name = "GSAbyssCorpseStriderLighting",
        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,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAAbyssCorpseStrideSlams"] = {
        name = "EAAAbyssCorpseStrideSlams",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTAbyssCorpseStriderLighting"] = {
        name = "GTAbyssCorpseStriderLighting",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    ignore actor scale from stats [1]
    FamilyMonsterIgnoreActorScaleFromStats
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • ignore actor scale from stats Min: 1 Max: 1 Global
  • Strider of the Pit
    ปีศาจ
    ignore actor scale from stats [1]
    SpectreN
    Tagsabyssal, demon, lightning_affinity, not_dex, pit_faction, slow_movement
    พลังชีวิต
    1000%
    Energy Shield From Life
    15%
    ค่าต้านทาน
    0 0 0 0
    Damage
    1000%
    ความแม่นยำ
    100%
    ปะทะคริติคอล Chance
    5%
    โบนัสความเสียหายคริติคอล
    +30%
    Attack Distance
    5 ~ 10
    {เวลาโจมตี}
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    1000%
    Model Size
    216%
    Type
    Cocoons2AbyssBoss
    Metadata
    Cocoons2AbyssBoss
    เลเวล
    68
    พลังชีวิต
    65,935
    Damage
    2,331
    ความเสียหายเวท
    2,331
    ความแม่นยำ
    2,464
    {เวลาโจมตี}
    1.5
    ค่าประสบการณ์
    286,340
    Minion Life
    58,905
    Minion Energy Shield
    10,395
    Minion Damage
    9,688
    Minion Armour
    6,033
    GTAbyssCocoonBossTendrils
    Triggerable
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    TBAbyssCocoonBossTendrils
    Spell, Triggerable, Attack, Damage
    Base Damage: 1865–2797
    {เวลาร่าย}: 1 {วิ}
    {เวลาโจมตี}: 1.5 {วิ}
    สร้างความเสียหาย สายฟ้า 59.78 ถึง 179.4
    แปลงความเสียหาย กายภาพ 100% เป็น สายฟ้า
    base skill can be avoided by dodge roll [1]
    generic skill trigger skills with id [1]
    GSAbyssCocoonBossTendrilImpact
    Triggerable, Spell, Damage
    {เวลาร่าย}: 1 {วิ}
    สร้างความเสียหาย สายฟ้า 59.78 ถึง 179.4
    แปลงความเสียหาย กายภาพ 80% เป็น สายฟ้า
    action attack or cast time uses animation length [1]
    generic skill trigger id [1]
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/Cocoons2AbyssBoss"] = {
        name = "Strider of the Pit",
        life = 10,
        energyShield = 0.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 10,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "GSAbyssCocoonBossTendrilImpact",
            "TBAbyssCocoonBossTendrils",
            "GTAbyssCocoonBossTendrils",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAbyssCocoonBossTendrilImpact"] = {
        name = "GSAbyssCocoonBossTendrilImpact",
        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,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "generic_skill_trigger_id",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, 1, 80, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBAbyssCocoonBossTendrils"] = {
        name = "TBAbyssCocoonBossTendrils",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "generic_skill_trigger_skills_with_id",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.5, 1.5, 1, 100, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTAbyssCocoonBossTendrils"] = {
        name = "GTAbyssCocoonBossTendrils",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    ignore actor scale from stats [1]
    FamilyMonsterIgnoreActorScaleFromStats
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • ignore actor scale from stats Min: 1 Max: 1 Global
  • Edit

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