Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
深坑跨步者
CategoryDemon恶魔
IconEnemyArmour IconEnemyResistanceFireWeak IconEnemyResistanceLightningStrong
区域: 绝望深渊
ignore actor scale from stats [1]
Strider of the Pit
Spectre
Spectre OverrideMetadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyssSpectre
Area绝望深渊
Tagsabyssal, allows_additional_projectiles, demon, lightning_affinity, not_dex, not_int, pit_faction, ranged, SpearMetal_onhit_audio, very_fast_movement
Packs
  • 深坑跨步者, 深坑牧者
  • 绝望深渊: 深坑跨步者, 深坑原虫, 深坑猎犬
  • 生命
    220%
    +40%
    抗性
    IconEnemyResistanceFire-30 IconEnemyResistanceCold0 IconEnemyResistanceLightning75 IconEnemyResistanceChaos0
    伤害
    220%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    220%
    Model Size
    180%
    Type
    CorpseStriderAbyss
    Metadata
    CorpseStriderAbyss
    Spectre Reservation
    90%
    Companion Reservation
    44.4%
    等级
    22
    生命
    671
    伤害
    91
    法术伤害
    91
    命中
    316
    攻击时间
    1.5
    经验值
    1,751
    召唤物生命
    2,215
    召唤物伤害
    130
    召唤物护甲
    233
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
    基础攻击
    Base Damage: 73109
    暴击率: 5%
    攻击时间: 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]
    iconbasicattack
    GAAbyssCorpseStrideSlams
    可触发, 攻击, AttackInPlace
    Base Damage: 73109
    暴击率: 5%
    攻击伤害: 80%
    攻击时间: 1.5 秒
    攻击伤害总降 20%
    物理伤害的 60% 转化闪电伤害
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    is area damage [1]
    EAAAbyssCorpseStrideSlams
    攻击
    Base Damage: 73109
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    GSAbyssCorpseStriderLighting
    可触发, 法术, 伤害, AttackInPlace
    施放时间: 1 秒
    造成 34.68 - 104 火焰伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTAbyssCorpseStriderLighting
    法术
    施放时间: 1 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	has_quadruped_head_control = 1
    	quadruped_head_turn_duration_ms = 200
    	set_base_heavy_stun_duration_ms = 4133
    }
    
    /* StateMachine
    {
    	define_shared_state = "lock_on"
    } */
    
    Positioned
    {
    	blocking = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyss"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Strider of the Pit",
        life = 2.2,
        damage = 2.2,
        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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • ignore actor scale from stats 1 1 Global
  • 深坑跨步者
    CategoryDemon恶魔
    IconEnemyArmour IconEnemyResistanceFireWeak IconEnemyResistanceLightningStrong
    区域: 绝望深渊
    ignore actor scale from stats [1]
    Strider of the Pit
    Spectre
    Spectre OverrideMetadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyssSpectre
    Area绝望深渊
    Tagsabyssal, allows_additional_projectiles, demon, lightning_affinity, not_dex, not_int, pit_faction, ranged, SpearMetal_onhit_audio, very_fast_movement
    Packs
  • 绝望深渊: 深坑跨步者, 深坑原虫, 深坑猎犬
  • 生命
    220%
    +40%
    抗性
    IconEnemyResistanceFire-30 IconEnemyResistanceCold0 IconEnemyResistanceLightning75 IconEnemyResistanceChaos0
    伤害
    220%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    220%
    Model Size
    180%
    Type
    CorpseStriderAbyss
    Metadata
    CorpseStriderAbyssDepths
    Spectre Reservation
    90%
    Companion Reservation
    44.4%
    等级
    22
    生命
    671
    伤害
    91
    法术伤害
    91
    命中
    316
    攻击时间
    1.5
    经验值
    1,751
    召唤物生命
    2,215
    召唤物伤害
    130
    召唤物护甲
    233
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
    基础攻击
    Base Damage: 73109
    暴击率: 5%
    攻击时间: 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]
    iconbasicattack
    GAAbyssCorpseStrideSlams
    可触发, 攻击, AttackInPlace
    Base Damage: 73109
    暴击率: 5%
    攻击伤害: 80%
    攻击时间: 1.5 秒
    攻击伤害总降 20%
    物理伤害的 60% 转化闪电伤害
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    is area damage [1]
    EAAAbyssCorpseStrideSlams
    攻击
    Base Damage: 73109
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    GSAbyssCorpseStriderLighting
    可触发, 法术, 伤害, AttackInPlace
    施放时间: 1 秒
    造成 34.68 - 104 火焰伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTAbyssCorpseStriderLighting
    法术
    施放时间: 1 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	has_quadruped_head_control = 1
    	quadruped_head_turn_duration_ms = 200
    	set_base_heavy_stun_duration_ms = 4133
    }
    
    /* StateMachine
    {
    	define_shared_state = "lock_on"
    } */
    
    Positioned
    {
    	blocking = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyssDepths"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Strider of the Pit",
        life = 2.2,
        damage = 2.2,
        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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • ignore actor scale from stats 1 1 Global
  • 深坑跨步者
    CategoryDemon恶魔
    IconEnemyArmour IconEnemyResistanceFireWeak IconEnemyResistanceLightningStrong
    ignore actor scale from stats [1]
    Strider of the Pit
    Spectre
    Tagsabyssal, allows_additional_projectiles, demon, lightning_affinity, not_dex, not_int, pit_faction, ranged, SpearMetal_onhit_audio, very_fast_movement
    Packs
  • 伊格鲁洛格,孵化女王, 深坑跨步者, 深坑牧者, 深坑原虫, 深坑猎犬
  • 生命
    220%
    +40%
    抗性
    IconEnemyResistanceFire-30 IconEnemyResistanceCold0 IconEnemyResistanceLightning75 IconEnemyResistanceChaos0
    伤害
    220%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    220%
    Model Size
    180%
    Type
    CorpseStriderAbyss
    Metadata
    CorpseStriderAbyssNoEmerge
    Spectre Reservation
    90%
    Companion Reservation
    44.4%
    等级
    68
    生命
    18,165
    3,378
    伤害
    513
    法术伤害
    513
    命中
    2,502
    攻击时间
    1.5
    经验值
    62,995
    召唤物生命
    15,246
    召唤物伤害
    2,131
    召唤物护甲
    5,309
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
    基础攻击
    Base Damage: 410615
    暴击率: 5%
    攻击时间: 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]
    iconbasicattack
    GAAbyssCorpseStrideSlams
    可触发, 攻击, AttackInPlace
    Base Damage: 410615
    暴击率: 5%
    攻击伤害: 80%
    攻击时间: 1.5 秒
    攻击伤害总降 20%
    物理伤害的 60% 转化闪电伤害
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    is area damage [1]
    EAAAbyssCorpseStrideSlams
    攻击
    Base Damage: 410615
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    GSAbyssCorpseStriderLighting
    可触发, 法术, 伤害, AttackInPlace
    施放时间: 1 秒
    造成 191.3 - 573.9 火焰伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTAbyssCorpseStriderLighting
    法术
    施放时间: 1 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	has_quadruped_head_control = 1
    	quadruped_head_turn_duration_ms = 200
    	set_base_heavy_stun_duration_ms = 4133
    }
    
    /* StateMachine
    {
    	define_shared_state = "lock_on"
    } */
    
    Positioned
    {
    	blocking = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyssNoEmerge"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Strider of the Pit",
        life = 2.2,
        damage = 2.2,
        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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • ignore actor scale from stats 1 1 Global
  • 深坑跨步者
    CategoryDemon恶魔
    IconEnemyArmour IconEnemyResistanceFireWeak IconEnemyResistanceLightningStrong
    ignore actor scale from stats [1]
    Strider of the Pit
    Spectre
    Tagsabyssal, allows_additional_projectiles, demon, lightning_affinity, not_dex, not_int, pit_faction, ranged, SpearMetal_onhit_audio, very_fast_movement
    生命
    220%
    +40%
    抗性
    IconEnemyResistanceFire-30 IconEnemyResistanceCold0 IconEnemyResistanceLightning75 IconEnemyResistanceChaos0
    伤害
    220%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    220%
    Model Size
    180%
    Type
    CorpseStriderAbyss
    Metadata
    CorpseStriderAbyssSpectre
    Spectre Reservation
    90%
    Companion Reservation
    44.4%
    等级
    68
    生命
    18,165
    3,378
    伤害
    513
    法术伤害
    513
    命中
    2,502
    攻击时间
    1.5
    经验值
    62,995
    召唤物生命
    15,246
    召唤物伤害
    2,131
    召唤物护甲
    5,309
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
    基础攻击
    Base Damage: 410615
    暴击率: 5%
    攻击时间: 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]
    iconbasicattack
    GAAbyssCorpseStrideSlams
    可触发, 攻击, AttackInPlace
    Base Damage: 410615
    暴击率: 5%
    攻击伤害: 80%
    攻击时间: 1.5 秒
    攻击伤害总降 20%
    物理伤害的 60% 转化闪电伤害
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    is area damage [1]
    EAAAbyssCorpseStrideSlams
    攻击
    Base Damage: 410615
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    GSAbyssCorpseStriderLighting
    可触发, 法术, 伤害, AttackInPlace
    施放时间: 1 秒
    造成 191.3 - 573.9 火焰伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTAbyssCorpseStriderLighting
    法术
    施放时间: 1 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	has_quadruped_head_control = 1
    	quadruped_head_turn_duration_ms = 200
    	set_base_heavy_stun_duration_ms = 4133
    }
    
    /* StateMachine
    {
    	define_shared_state = "lock_on"
    } */
    
    Positioned
    {
    	blocking = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyssSpectre"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Strider of the Pit",
        life = 2.2,
        damage = 2.2,
        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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • ignore actor scale from stats 1 1 Global
  • 深坑跨步者
    CategoryDemon恶魔
    IconEnemyArmour IconEnemyResistanceFireWeak IconEnemyResistanceLightningStrong
    ignore actor scale from stats [1]
    Strider of the Pit
    Spectre
    Tagsabyssal, allows_additional_projectiles, demon, lightning_affinity, not_dex, not_int, pit_faction, ranged, SpearMetal_onhit_audio, very_fast_movement
    Packs
  • 深坑跨步者, 深坑原虫, 深坑猎犬
  • 生命
    220%
    +40%
    抗性
    IconEnemyResistanceFire-30 IconEnemyResistanceCold0 IconEnemyResistanceLightning75 IconEnemyResistanceChaos0
    伤害
    220%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    220%
    Model Size
    180%
    Type
    CorpseStriderAbyss
    Metadata
    CorpseStriderAbyssStrongbox
    Spectre Reservation
    90%
    Companion Reservation
    44.4%
    等级
    68
    生命
    18,165
    3,378
    伤害
    513
    法术伤害
    513
    命中
    2,502
    攻击时间
    1.5
    经验值
    62,995
    召唤物生命
    15,246
    召唤物伤害
    2,131
    召唤物护甲
    5,309
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
    基础攻击
    Base Damage: 410615
    暴击率: 5%
    攻击时间: 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]
    iconbasicattack
    GAAbyssCorpseStrideSlams
    可触发, 攻击, AttackInPlace
    Base Damage: 410615
    暴击率: 5%
    攻击伤害: 80%
    攻击时间: 1.5 秒
    攻击伤害总降 20%
    物理伤害的 60% 转化闪电伤害
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    is area damage [1]
    EAAAbyssCorpseStrideSlams
    攻击
    Base Damage: 410615
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    GSAbyssCorpseStriderLighting
    可触发, 法术, 伤害, AttackInPlace
    施放时间: 1 秒
    造成 191.3 - 573.9 火焰伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTAbyssCorpseStriderLighting
    法术
    施放时间: 1 秒
    冷却时间: 20 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	has_quadruped_head_control = 1
    	quadruped_head_turn_duration_ms = 200
    	set_base_heavy_stun_duration_ms = 4133
    }
    
    /* StateMachine
    {
    	define_shared_state = "lock_on"
    } */
    
    Positioned
    {
    	blocking = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/CorpseStrider/CorpseStriderAbyssStrongbox"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Strider of the Pit",
        life = 2.2,
        damage = 2.2,
        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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • ignore actor scale from stats 1 1 Global
  • 深坑跨步者
    CategoryDemon恶魔
    IconEnemyArmourStrong
    ignore actor scale from stats [1]
    Strider of the Pit
    Spectre
    Tagsabyssal, demon, lightning_affinity, not_dex, pit_faction, slow_movement, Unarmed_onhit_audio
    生命
    1000%
    Energy Shield From Life
    15%
    +50%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    伤害
    1000%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    5 ~ 10
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    1000%
    Model Size
    216%
    Type
    Cocoons2AbyssBoss
    Metadata
    Cocoons2AbyssBoss
    Spectre Reservation
    281%
    Companion Reservation
    94.8%
    等级
    68
    生命
    82,570
    3,620
    伤害
    2,331
    法术伤害
    2,331
    命中
    2,502
    攻击时间
    1.5
    经验值
    286,340
    召唤物生命
    69,300
    Minion Energy Shield
    10,395
    召唤物伤害
    9,688
    召唤物护甲
    6,033
    GTAbyssCocoonBossTendrils
    法术, 可触发, AttackInPlace
    施放时间: 1 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    TBAbyssCocoonBossTendrils
    法术, 可触发, 攻击, 伤害, AttackInPlace
    Base Damage: 18652797
    暴击率: 6%
    施放时间: 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
    可触发, 法术, 伤害, AttackInPlace
    暴击率: 6%
    施放时间: 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

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Stats
    {
    	strafe_distance_+% = -60
    }
    
    StateMachine
    {
    	define_shared_state =
    	"
    		lock_on;
    		sporing;
    	"
    }
    
    Transitionable 
    {
    	
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/Cocoons2AbyssBoss"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Strider of the Pit",
        life = 10,
        energyShield = 0.15,
        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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • ignore actor scale from stats 1 1 Global
  • Edit

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