불완전한 그림자 광전사
시신
몬스터 유형: 악마
이 아이템에 우클릭하여 이 시신을 생성할 수 있습니다.
Imperfect Shadow Berserker
불완전한 그림자 광전사 SlammerDemonLow /8
이름상세 설명 표시
DropLevel 1
BaseType Imperfect Shadow Berserker
BaseType 불완전한 그림자 광전사
Class 시신
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/SlammerDemonLow
IconArt/2DItems/Currency/Azmeri/AfflictionMinion5Corpse
ReferenceCommunity Wiki
불완전한 그림자 광전사
악마
Imperfect Shadow Berserker
SpectreY
Tagsdemon, flesh_armour, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity
생명력
202%
방어도
+50%
Ailment Threshold
202%
저항
35 35 35 20
Damage
144%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 14
Attack Time
1.17 Second
Damage Spread
±20%
경험치
120%
Model Size
125%
Type
AzmeriSlammerDemon
Metadata
SlammerDemonLow
레벨
68
생명력
12,995
방어도
43,185
회피
4,739
에너지 보호막
0
Damage
538
주문 피해
538
정확도
290
Attack Time
1.17
경험치
12,306
Ailment Threshold
12,995
Chill
41
Shock
41
Brittle
232
Scorch
41
Sap
114
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 430–645
치명타 확률: 5%
Attack Time: 1.17 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
EmptyActionAttackAfflictionMinionTripleSlam
Attack
Base Damage: 430–645
치명타 확률: 5%
Attack Time: 1.17 초
재사용 대기시간: 10 초
AfflictionMinionPhysSlamCircleSmall
Triggerable, Attack
Base Damage: 430–645
치명타 확률: 5%
공격 피해: 115%
Attack Time: 1.17 초
주는 공격 피해 15% 증폭
is area damage [1]
AfflictionMinionPhysSlamCircleBig
Triggerable, Attack
Base Damage: 430–645
치명타 확률: 5%
공격 피해: 133%
Attack Time: 1.17 초
주는 공격 피해 33% 증폭
is area damage [1]
AfflictionMinionPhysSlamCircleRectangle
Triggerable, Attack
Base Damage: 430–645
치명타 확률: 5%
공격 피해: 140%
Attack Time: 1.17 초
주는 공격 피해 40% 증폭
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueAffliction/Minions/AfflictionMinionBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueAffliction/Minions/AfflictionMinionBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/SlammerDemonLow"] = {
    name = "Imperfect Shadow Berserker",
    life = 2.02,
    fireResist = 35,
    coldResist = 35,
    lightningResist = 35,
    chaosResist = 20,
    damage = 1.44,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "Melee",
        "EmptyActionAttackAfflictionMinionTripleSlam",
        "AfflictionMinionPhysSlamCircleSmall",
        "AfflictionMinionPhysSlamCircleBig",
        "AfflictionMinionPhysSlamCircleRectangle",
    },
    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["EmptyActionAttackAfflictionMinionTripleSlam"] = {
    name = "EmptyActionAttackAfflictionMinionTripleSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AfflictionMinionPhysSlamCircleSmall"] = {
    name = "AfflictionMinionPhysSlamCircleSmall",
    hidden = true,
    color = 4,
    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 = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.15, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AfflictionMinionPhysSlamCircleBig"] = {
    name = "AfflictionMinionPhysSlamCircleBig",
    hidden = true,
    color = 4,
    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 = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.33, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AfflictionMinionPhysSlamCircleRectangle"] = {
    name = "AfflictionMinionPhysSlamCircleRectangle",
    hidden = true,
    color = 4,
    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 = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Edit

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