구덩이의 사냥개
악마
ignore actor scale from stats [1]
Hound of the Pit
SpectreN
Area심연 지하
Tagsabyssal, demon, medium_movement, melee, not_int, not_str, pit_faction
Packs
  • 구덩이의 원시세포, 구덩이의 사냥개, 구덩이의 사냥개, 구덩이의 진균종
  • 심연 지하: 구덩이의 질주자, 구덩이의 원시세포, 구덩이의 사냥개, 구덩이의 사냥개
  • 생명력
    60%
    회피
    +25%
    저항
    0 -30 30 0
    Damage
    60%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    4 ~ 6
    공격 속도
    1.5 Second
    Damage Spread
    ±20%
    경험치
    60%
    Model Size
    100%
    Type
    PrimordialCreatureAbyss
    Metadata
    PrimordialMonster2
    레벨
    22
    생명력
    183
    Damage
    25
    주문 피해
    25
    정확도
    340
    공격 속도
    1.5
    경험치
    478
    Minion Life
    604
    Minion Damage
    36
    Minion Armour
    106
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 20–30
    치명타 명중 확률: 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]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/PrimordialMonster2"] = {
        name = "Hound of the Pit",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        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 = { }, },
        },
    }
    
    ignore actor scale from stats [1]
    FamilyMonsterIgnoreActorScaleFromStats
    DomainsMonster (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • ignore actor scale from stats Min: 1 Max: 1 Global
  • 구덩이의 사냥개
    악마
    ignore actor scale from stats [1]
    Hound of the Pit
    SpectreN
    Tagsabyssal, demon, medium_movement, melee, not_int, not_str, pit_faction
    Packs
  • 부화기 여왕 이그룰로그, 구덩이의 질주자, 구덩이의 목자, 구덩이의 원시세포, 구덩이의 사냥개
  • 생명력
    60%
    회피
    +25%
    저항
    0 -30 30 0
    Damage
    60%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    4 ~ 6
    공격 속도
    1.5 Second
    Damage Spread
    ±20%
    경험치
    60%
    Model Size
    100%
    Type
    PrimordialCreatureAbyss
    Metadata
    PrimordialMonster2NoEmerge
    레벨
    68
    생명력
    4,654
    Damage
    140
    주문 피해
    140
    정확도
    2,464
    공격 속도
    1.5
    경험치
    17,180
    Minion Life
    4,158
    Minion Damage
    581
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 112–168
    치명타 명중 확률: 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]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/PrimordialMonster2NoEmerge"] = {
        name = "Hound of the Pit",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        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 = { }, },
        },
    }
    
    ignore actor scale from stats [1]
    FamilyMonsterIgnoreActorScaleFromStats
    DomainsMonster (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • ignore actor scale from stats Min: 1 Max: 1 Global
  • 구덩이의 사냥개
    악마
    ignore actor scale from stats [1]
    Hound of the Pit
    SpectreN
    Area심연 지하
    Tagsabyssal, demon, melee, not_int, not_str, pit_faction, very_fast_movement
    Packs
  • 구덩이의 원시세포, 구덩이의 사냥개, 구덩이의 진균종
  • 심연 지하: 구덩이의 질주자, 구덩이의 원시세포, 구덩이의 사냥개
  • 생명력
    120%
    회피
    +25%
    저항
    0 -30 30 0
    Damage
    120%
    정확도
    100%
    치명타 명중 Chance
    5%
    치명타 피해 보너스
    +30%
    Attack Distance
    6 ~ 8
    공격 속도
    1.5 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    150%
    Type
    PrimordialCreatureAbyssLarge
    Metadata
    PrimordialMonster2Large
    레벨
    22
    생명력
    366
    Damage
    50
    주문 피해
    50
    정확도
    340
    공격 속도
    1.5
    경험치
    955
    Minion Life
    1,208
    Minion Damage
    71
    Minion Armour
    106
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 40–59
    치명타 명중 확률: 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]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAbyss/Pit/PrimordialMonster2Large"] = {
        name = "Hound of the Pit",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        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 = { }, },
        },
    }
    
    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.