ExpeditionCraftingBenchAct1IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
광분
CategoryDemon악마
Fury
Spectre
Tagsdemon, medium_movement, Unarmed_onhit_audio
Packs
  • 광분, 악의
  • 생명력
    160%
    저항
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    160%
    정확도
    100%
    Attack Distance
    5 ~ 14
    공격 속도
    1.17 Second
    Damage Spread
    ±20%
    경험치
    160%
    Model Size
    125%
    Type
    DeliriumMinion5
    Metadata
    DeliriumMinion5_
    레벨
    68
    생명력
    13,211
    Damage
    373
    주문 피해
    373
    정확도
    2,502
    공격 속도
    1.17
    경험치
    45,814
    Minion Life
    11,088
    Minion Damage
    1,550
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    기본 공격
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 속도: 1.17 초
    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]
    iconbasicattack
    EmptyActionAttackDeliriumMinionTripleSlam
    Attack
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 속도: 1.17 초
    재사용 대기시간: 10 초
    action attack or cast time uses animation length [1]
    DeliriumMinionPhysSlamCircleSmall
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 피해: 125%
    공격 속도: 1.17 초
    주는 공격 피해 25% 증폭
    is area damage [1]
    DeliriumMinionPhysSlamCircleBig
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 피해: 160%
    공격 속도: 1.17 초
    주는 공격 피해 60% 증폭
    is area damage [1]
    DeliriumMinionPhysSlamCircleRectangle
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 피해: 180%
    공격 속도: 1.17 초
    주는 공격 피해 80% 증폭
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 4033
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelirium/DeliriumMinion5_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Fury",
        life = 1.6,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "EmptyActionAttackDeliriumMinionTripleSlam",
            "DeliriumMinionPhysSlamCircleSmall",
            "DeliriumMinionPhysSlamCircleBig",
            "DeliriumMinionPhysSlamCircleRectangle",
        },
        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,
            [SkillType.AttackInPlace] = 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["EmptyActionAttackDeliriumMinionTripleSlam"] = {
        name = "EmptyActionAttackDeliriumMinionTripleSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeliriumMinionPhysSlamCircleSmall"] = {
        name = "DeliriumMinionPhysSlamCircleSmall",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeliriumMinionPhysSlamCircleBig"] = {
        name = "DeliriumMinionPhysSlamCircleBig",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeliriumMinionPhysSlamCircleRectangle"] = {
        name = "DeliriumMinionPhysSlamCircleRectangle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    광분
    CategoryDemon악마
    Fury
    Spectre
    Tagsdemon, medium_movement, Unarmed_onhit_audio
    생명력
    160%
    저항
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    160%
    정확도
    100%
    Attack Distance
    5 ~ 14
    공격 속도
    1.17 Second
    Damage Spread
    ±20%
    경험치
    160%
    Model Size
    125%
    Type
    DeliriumMinion5
    Metadata
    DeliriumMinionEssence5
    레벨
    68
    생명력
    13,211
    Damage
    373
    주문 피해
    373
    정확도
    2,502
    공격 속도
    1.17
    경험치
    45,814
    Minion Life
    11,088
    Minion Damage
    1,550
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    기본 공격
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 속도: 1.17 초
    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]
    iconbasicattack
    EmptyActionAttackDeliriumMinionTripleSlam
    Attack
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 속도: 1.17 초
    재사용 대기시간: 10 초
    action attack or cast time uses animation length [1]
    DeliriumMinionPhysSlamCircleSmall
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 피해: 125%
    공격 속도: 1.17 초
    주는 공격 피해 25% 증폭
    is area damage [1]
    DeliriumMinionPhysSlamCircleBig
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 피해: 160%
    공격 속도: 1.17 초
    주는 공격 피해 60% 증폭
    is area damage [1]
    DeliriumMinionPhysSlamCircleRectangle
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    치명타 명중 확률: 5%
    공격 피해: 180%
    공격 속도: 1.17 초
    주는 공격 피해 80% 증폭
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 4033
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelirium/DeliriumMinionEssence5"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Fury",
        life = 1.6,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "EmptyActionAttackDeliriumMinionTripleSlam",
            "DeliriumMinionPhysSlamCircleSmall",
            "DeliriumMinionPhysSlamCircleBig",
            "DeliriumMinionPhysSlamCircleRectangle",
        },
        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,
            [SkillType.AttackInPlace] = 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["EmptyActionAttackDeliriumMinionTripleSlam"] = {
        name = "EmptyActionAttackDeliriumMinionTripleSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeliriumMinionPhysSlamCircleSmall"] = {
        name = "DeliriumMinionPhysSlamCircleSmall",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeliriumMinionPhysSlamCircleBig"] = {
        name = "DeliriumMinionPhysSlamCircleBig",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeliriumMinionPhysSlamCircleRectangle"] = {
        name = "DeliriumMinionPhysSlamCircleRectangle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    광분
    CategoryDemon악마
    Fury
    Spectre
    TagsClaw_onhit_audio, demon, very_fast_movement
    생명력
    100%
    저항
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    100%
    정확도
    100%
    Attack Distance
    6 ~ 14
    공격 속도
    1.5 Second
    Damage Spread
    ±20%
    경험치
    100%
    Model Size
    250%
    Type
    DeliriumMinionFury
    Metadata
    DeliriumMinionFury
    레벨
    68
    생명력
    8,257
    Damage
    233
    주문 피해
    233
    정확도
    2,502
    공격 속도
    1.5
    경험치
    28,634
    Minion Life
    6,930
    Minion Damage
    969
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    기본 공격
    Base Damage: 186280
    치명타 명중 확률: 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]
    iconbasicattack
    GTFuryCascadeSlamPlacement
    Spell, Triggerable, AttackInPlace
    시전 속도: 1 초
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [60]
    GAFuryCascadeSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 186280
    치명타 명중 확률: 5%
    공격 피해: 140%
    공격 속도: 1.5 초
    주는 공격 피해 40% 증폭
    물리 피해의 80%를 화염 피해로 전환
    action attack or cast time uses animation length [1]
    is area damage [1]
    GAFuryCascadeSlamEnd
    Triggerable, Attack, AttackInPlace
    Base Damage: 186280
    치명타 명중 확률: 5%
    공격 피해: 140%
    공격 속도: 1.5 초
    주는 공격 피해 40% 증폭
    물리 피해의 80%를 화염 피해로 전환
    action attack or cast time uses animation length [1]
    is area damage [1]
    CGETangmazuMinionSlamBurn
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    시전 속도: 1 초
    1초마다 239.1화염 피해를 줌
    active skill area of effect radius +% final [-50]
    base skill effect duration [1500]
    ground fire art variation [1017]
    is area damage [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DeliriumTangmazu/Minions/DeliriumMinionFury"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Fury",
        life = 1,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGETangmazuMinionSlamBurn",
            "GAFuryCascadeSlam",
            "GAFuryCascadeSlamEnd",
            "GTFuryCascadeSlamPlacement",
        },
        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,
            [SkillType.AttackInPlace] = 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["CGETangmazuMinionSlamBurn"] = {
        name = "CGETangmazuMinionSlamBurn",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "ground_fire_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 1017, -50, 1500, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFuryCascadeSlam"] = {
        name = "GAFuryCascadeSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {80, baseMultiplier = 1.4, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFuryCascadeSlamEnd"] = {
        name = "GAFuryCascadeSlamEnd",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {80, baseMultiplier = 1.4, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTFuryCascadeSlamPlacement"] = {
        name = "GTFuryCascadeSlamPlacement",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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