디알라의 진노
구조물
물리 피해의 25%를 추가 번개 피해로 획득
이동 속도 50% 증가
monster base type attack cast speed +% and damage -% final [33]
떨어지는 아이템 희귀도 15000% 증가
몬스터가 주는 경험치 100% 증가
monster casts shield charge text [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Dialla's Wrath
SpectreN
Tagsconstruct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity
Packs
  • WorldAreas#1334: 디알라의 분노, 디알라의 증오, 디알라의 진노, 맹공의 리본
  • 생명력
    90%
    회피
    +30%
    Ailment Threshold
    90%
    저항
    0 85 0 0
    Damage
    90%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    2.505 Second
    Damage Spread
    ±20%
    경험치
    50%
    Model Size
    110%
    Type
    GuardianBoss
    Metadata
    MapGuardianHeadsBossLightning
    레벨
    68
    생명력
    125,412
    방어구
    28,790
    회피
    6,161
    에너지 보호막
    0
    Damage
    383
    주문 피해
    572
    정확도
    290
    Attack Time
    1.67835
    경험치
    28,201
    Ailment Threshold
    79,009
    Chill
    250
    Shock
    250
    Brittle
    1,413
    Scorch
    250
    Sap
    690
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 608–912
    치명타 확률: 5%
    Attack Time: 2.505 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GuardianShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    방패 돌진
    Base Damage: 608–912
    치명타 확률: 5%
    Attack Time: 2.505 초
    상대에게 돌진하여 방패로 후려침과 동시에 적을 밀어내고 기절시킵니다. 해당 경로에 있는 적들은 옆으로 밀려납니다. 피해와 기절 효과는 이동한 거리에 비례합니다. 연속타격의 보조는 받을 수 없습니다.
    최대 돌진 거리에서 명중 시 피해 35% 증폭
    이동 속도 70% 증가
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge extra distance [30]
    shield charge remove stun and knockback [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Guardians/Guardian"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Guardians/Guardian"
    
    Render
    {
    	has_light = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/MapGuardianHeadsBossLightning"] = {
        name = "Dialla's Wrath",
        life = 0.9,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "GuardianShieldCharge",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GuardianShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_remove_stun_and_knockback",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    물리 피해의 25%를 추가 번개 피해로 획득
    IdMonsterAuraAddedLightningDamage
    FamilyMonsterAura
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    번개 피해의 오라
    적용 반경: 50
    추가 번개 피해 오라
    물리 피해의 25%를 추가 번개 피해로 획득
    Lightning Damage Aura
    이동 속도 50% 증가
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 Global
  • Craft Tagsspeed
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    떨어지는 아이템 희귀도 15000% 증가
    몬스터가 주는 경험치 100% 증가
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster casts shield charge text [1]
    IdMonsterCastsShieldChargeText
    FamilyMonsterCastsShieldChargeText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster casts shield charge text Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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