찬연한 엄니 딱정벌레
야수
monster no drops [1]
Resplendent Tusked Beetle
SpectreN
Tagsbeast, fast_movement, hard_armour, insect, not_dex, not_int
Packs
  • 찬연한 엄니 딱정벌레, 찬연한 딱정벌레
  • 생명력
    150%
    방어도
    +70%
    Ailment Threshold
    150%
    저항
    0 0 75 0
    Damage
    150%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    150%
    Model Size
    100%
    Type
    EtchedBeetleMedium
    Metadata
    MediumEtchedBeetleArmouredTuskWide
    레벨
    68
    생명력
    9,650
    방어도
    48,943
    회피
    4,739
    Damage
    560
    주문 피해
    560
    정확도
    580
    Attack Time
    1.5
    경험치
    15,383
    Minion Life
    2,093
    Minion Damage
    447
    Ailment Threshold
    9,650
    Chill
    31
    Shock
    31
    Brittle
    173
    Scorch
    31
    Sap
    84
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 448–672
    치명타 확률: 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]
    GAMediumBeetleChargedSunder
    Triggerable, Attack
    Base Damage: 448–672
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 5.5 초
    물리 피해의 60%를 번개 피해로 전환
    is area damage [1]
    GAMediumBeetleSunder
    Triggerable, Attack
    Base Damage: 448–672
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 5.5 초
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/EtchedBeetles/MediumEtchedBeetleArmouredTuskWide"] = {
        name = "Resplendent Tusked Beetle",
        life = 1.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAMediumBeetleChargedSunder",
            "GAMediumBeetleSunder",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["GAMediumBeetleChargedSunder"] = {
        name = "GAMediumBeetleChargedSunder",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
        },
        levels = {
            [1] = {60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAMediumBeetleSunder"] = {
        name = "GAMediumBeetleSunder",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops [1]
    IdMonsterNoDrops
    FamilyMonsterNoDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops Min: 1 Max: 1 Global
  • Edit

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