역병 걸린 러처
야수
Blight Lurcher
SpectreN
Tagsbeast, blight_monster, bludgeoning_weapon, crustacean_beast, extra_small_height, flesh_armour, is_unarmed, melee, not_dex, not_int, physical_affinity, very_slow_movement
생명력
600%
방어도
+100%
Ailment Threshold
600%
저항
75 0 0 0
Damage
150%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1.17 Second
Damage Spread
±20%
경험치
100%
Model Size
45%
Type
BlightNessaCrab
Metadata
NessaCrab
레벨
68
생명력
38,600
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
560
주문 피해
560
정확도
290
Attack Time
1.17
경험치
10,255
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 448–672
치명타 확률: 5%
Attack Time: 1.17 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterQuickGuard
Spell, Buff, Instant, Duration, Triggerable, Guard, Cooldown
강철피부
재사용 대기시간: 3 초
시전자가 피격당할 경우, 피해의 일부를 대신 맞아주는 버프를 시전합니다. 다른 수호 스킬과 재사용 대기시간을 공유합니다.
보조 대상 스킬 즉시 사용
기본 지속시간 2
효과를 발휘하는 동안 재사용 대기시간을 채우지 않음
피격 시 피해의 70%가 생명력이나 에너지 보호막보다 버프에 먼저 적용
버프의 피해 방어량 154920
base deal no damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/Generic/NessaCrab"] = {
    name = "Blight Lurcher",
    life = 6,
    fireResist = 75,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "Melee",
        "MonsterQuickGuard",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterQuickGuard"] = {
    name = "Steelskin",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Applies a buff which can take some of the damage from hits for you before being depleted. Shares a cooldown with other Guard skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Instant] = true,
        [SkillType.Duration] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Guard] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "quick_guard_damage_absorbed_%",
        "quick_guard_damage_absorb_limit",
        "base_skill_effect_duration",
        "base_deal_no_damage",
        "display_this_skill_cooldown_does_not_recover_during_buff",
        "base_skill_is_instant",
    },
    levels = {
        [1] = {50, 180, 2000, levelRequirement = 1, statInterpolation = {1, 2},  cost = { }, },
        [2] = {50, 143850, 2000, levelRequirement = 67, statInterpolation = {1, 2},  cost = { }, },
        [3] = {70, 154920, 2000, levelRequirement = 68, statInterpolation = {1, 2},  cost = { }, },
        [4] = {70, 495720, 2000, levelRequirement = 84, statInterpolation = {1, 2},  cost = { }, },
    },
}
Edit

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