가마솥의 마녀
인간형
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
20%의 확률로 주문 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Witch of the Cauldron
SpectreN
Area묘실 지도
Tagsbandit, 시전, fire_affinity, has_wand, human, humanoid, light_armour, medium_movement, medium_small_height, non_unique_map_boss, not_dex, not_str, physical_affinity, ranged, red_blood
생명력
400%
Energy Shield From Life
100%
Ailment Threshold
400%
저항
40 40 40 25
Damage
144%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 35
Attack Time
1.245 Second
Damage Spread
±20%
경험치
120%
Model Size
110%
Type
IntBanditMapBoss
Metadata
MapBanditLeaderAlira2
레벨
72
생명력
932,128
방어도
39,449
회피
5,444
에너지 보호막
7,850
Damage
778
주문 피해
1,162
정확도
339
Attack Time
0.83415
경험치
73,722
Ailment Threshold
521,992
Chill
1,651
Shock
1,651
Brittle
9,338
Scorch
1,651
Sap
4,560
MonsterDetonateDeadAreaAliraMaps
Spell, Area, Damage, Triggerable
치명타 확률: 5%
시전 속도: 0.6 초
재사용 대기시간: 6 초
기본 지속시간 1.5
기본 2차 지속시간 0.5
1018~1527 화염 피해
폭발로 시신 최대 생명력의 1% 와 동일한 기본 화염 피해를 줌
폭발 +6회 유발
is area damage [1]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 1236–1854
치명타 확률: 5%
Attack Time: 1.245 초
강력한 일격으로 적들을 쓰러트립니다.
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]
DesecrateAliraMapBoss
Spell, Area, Duration, Trappable, Totemable, Mineable, Triggerable, DamageOverTime, Multicastable, Chaos, Cascadable, AreaSpell
모독
시전 속도: 1 초
재사용 대기시간: 3 초
지면을 훼손하고 시체를 소환하여 범위 내의 대상에게 카오스 피해를 줍니다. 시신들은 현재 지역의 적들 중에서 선택됩니다.
1초마다 439.6의 기본 카오스 피해를 줌
기본 지속시간 6
시신 5구 생성
최대 100레벨의 시신 생성
시신 최대 30구 가능
active skill area of effect radius +% final [33]
is area damage [1]
TriggerSpawnersZombieZergAliraMap
Triggerable
active skill area of effect radius +% final [100]
trigger spawners override row [8]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Wand"
}

Stats
{
	base_maximum_mana = 1000
}

BaseEvents
{
	server_only = true
}

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BanditLeaderInt/MapBanditLeaderAlira2"] = {
    name = "Witch of the Cauldron",
    life = 4,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.44,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 35,
    accuracy = 1,
    weaponType1 = "Wand",
    weaponType2 = "Shield",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "TriggerSpawnersZombieZergAliraMap",
        "DesecrateAliraMapBoss",
        "MonsterDetonateDeadAreaAliraMaps",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["TriggerSpawnersZombieZergAliraMap"] = {
    name = "TriggerSpawnersZombieZergAliraMap",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "trigger_spawners_override_row",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {8, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DesecrateAliraMapBoss"] = {
    name = "Desecrate",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chaos] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "desecrate_number_of_corpses_to_create",
        "desecrate_corpse_level",
        "desecrate_maximum_number_of_corpses",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 6000, 5, 100, 30, 33, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadAreaAliraMaps"] = {
    name = "MonsterDetonateDeadAreaAliraMaps",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.6,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "corpse_explosion_monster_life_%",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "upheaval_number_of_spikes",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
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
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdMonsterNemesisSoulEaterMapAlira_
    Name영혼 포식자
    FamilyMonsterNemesis
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant actor scale +% to aura owner on death Min: 2 Max: 2 Global
  • grant attack speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant damage reduction % to aura owner on death Min: -2 Max: -2 Global
  • Craft Tagsattack caster speed aura
    영혼 포식자
    적용 반경: 150
    영혼 포식자
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    Soul Eater
    20%의 확률로 주문 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    IdMonsterSpellBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    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
  • 가마솥의 마녀
    인간형
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    20%의 확률로 주문 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Witch of the Cauldron
    SpectreN
    Tagsbandit, 시전, fire_affinity, has_wand, human, humanoid, light_armour, medium_movement, medium_small_height, not_dex, not_str, physical_affinity, ranged, red_blood, standalone_map_boss
    생명력
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    144%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 35
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    110%
    Type
    IntBanditMapBoss
    Metadata
    MapBanditLeaderAlira2Standalone
    레벨
    68
    생명력
    557,385
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    6,127
    Damage
    613
    주문 피해
    914
    정확도
    290
    Attack Time
    0.83415
    경험치
    67,683
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    MonsterDetonateDeadAreaAliraMaps
    Spell, Area, Damage, Triggerable
    치명타 확률: 5%
    시전 속도: 0.6 초
    재사용 대기시간: 6 초
    기본 지속시간 1.5
    기본 2차 지속시간 0.5
    870.1~1305 화염 피해
    폭발로 시신 최대 생명력의 1% 와 동일한 기본 화염 피해를 줌
    폭발 +6회 유발
    is area damage [1]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 973–1459
    치명타 확률: 5%
    Attack Time: 1.245 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    DesecrateAliraMapBoss
    Spell, Area, Duration, Trappable, Totemable, Mineable, Triggerable, DamageOverTime, Multicastable, Chaos, Cascadable, AreaSpell
    모독
    시전 속도: 1 초
    재사용 대기시간: 3 초
    지면을 훼손하고 시체를 소환하여 범위 내의 대상에게 카오스 피해를 줍니다. 시신들은 현재 지역의 적들 중에서 선택됩니다.
    1초마다 354.9의 기본 카오스 피해를 줌
    기본 지속시간 6
    시신 5구 생성
    최대 100레벨의 시신 생성
    시신 최대 30구 가능
    active skill area of effect radius +% final [33]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	main_hand_unarmed_type = "Wand"
    }
    
    Stats
    {
    	base_maximum_mana = 1000
    }
    
    BaseEvents
    {
    	server_only = true
    }
    
    Transitionable
    {
    	
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BanditLeaderInt/MapBanditLeaderAlira2Standalone"] = {
        name = "Witch of the Cauldron",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 35,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "DesecrateAliraMapBoss",
            "MonsterDetonateDeadAreaAliraMaps",
        },
        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["DesecrateAliraMapBoss"] = {
        name = "Desecrate",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Chaos] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "desecrate_number_of_corpses_to_create",
            "desecrate_corpse_level",
            "desecrate_maximum_number_of_corpses",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 6000, 5, 100, 30, 33, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterDetonateDeadAreaAliraMaps"] = {
        name = "MonsterDetonateDeadAreaAliraMaps",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.6,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "corpse_explosion_monster_life_%",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "upheaval_number_of_spikes",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    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
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdMonsterNemesisSoulEaterMapAlira_
    Name영혼 포식자
    FamilyMonsterNemesis
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant actor scale +% to aura owner on death Min: 2 Max: 2 Global
  • grant attack speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant damage reduction % to aura owner on death Min: -2 Max: -2 Global
  • Craft Tagsattack caster speed aura
    영혼 포식자
    적용 반경: 150
    영혼 포식자
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    Soul Eater
    20%의 확률로 주문 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    IdMonsterSpellBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    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
  • 가마솥의 마녀
    인간형
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    20%의 확률로 주문 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Witch of the Cauldron
    SpectreN
    Tagsbandit, elder_map_boss, has_wand, human, humanoid, light_armour, medium_movement, medium_small_height, non_attacking, not_dex, not_str, red_blood
    생명력
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    144%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 35
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    110%
    Type
    IntBanditMapBoss
    Metadata
    MapBanditLeaderAlira2Elder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BanditLeaderInt/MapBanditLeaderAlira2Elder"] = {
        name = "Witch of the Cauldron",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 35,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    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
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdMonsterNemesisSoulEaterMapAlira_
    Name영혼 포식자
    FamilyMonsterNemesis
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant actor scale +% to aura owner on death Min: 2 Max: 2 Global
  • grant attack speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant damage reduction % to aura owner on death Min: -2 Max: -2 Global
  • Craft Tagsattack caster speed aura
    영혼 포식자
    적용 반경: 150
    영혼 포식자
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    Soul Eater
    20%의 확률로 주문 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    IdMonsterSpellBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    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
  • 가마솥의 마녀
    인간형
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    20%의 확률로 주문 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Witch of the Cauldron
    SpectreN
    Tagsbandit, 시전, has_wand, human, humanoid, light_armour, medium_movement, medium_small_height, not_dex, not_str, physical_affinity, ranged, red_blood, unique_map_boss
    생명력
    540%
    Energy Shield From Life
    100%
    Ailment Threshold
    540%
    저항
    40 40 40 25
    Damage
    144%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 35
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    110%
    Type
    IntBanditBoss
    Metadata
    MapBanditLeaderAliraPantheon
    레벨
    68
    생명력
    752,470
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    6,127
    Damage
    613
    주문 피해
    914
    정확도
    290
    Attack Time
    0.83415
    경험치
    67,683
    Ailment Threshold
    474,056
    Chill
    1,499
    Shock
    1,499
    Brittle
    8,480
    Scorch
    1,499
    Sap
    4,141
    BanditDetonateDead
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell
    치명타 확률: 5%
    시전 속도: 0.8 초
    125.7~188.5 화염 피해
    폭발로 시신 최대 생명력의 6% 와 동일한 기본 화염 피해를 줌
    active skill area of effect radius +% final [-18]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 973–1459
    치명타 확률: 5%
    Attack Time: 1.245 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Wand"
    }
    
    Stats
    {
    	base_maximum_mana = 1000
    }
    
    BaseEvents
    {
    	server_only = true
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BanditLeaderInt/MapBanditLeaderAliraPantheon"] = {
        name = "Witch of the Cauldron",
        life = 5.4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 35,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "BanditDetonateDead",
            "MeleeAtAnimationSpeedUnique",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditDetonateDead"] = {
        name = "BanditDetonateDead",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_fire_damage",
            "secondary_maximum_base_fire_damage",
            "corpse_explosion_monster_life_%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 9, -25, -18, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 6, -25, -18, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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 = { }, },
        },
    }
    
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    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
  • 20%의 확률로 주문 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    IdMonsterSpellBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    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
  • 가마솥의 마녀
    인간형
    몬스터가 주는 경험치 1000% 증가
    떨어지는 아이템 수량 1500% 증가
    떨어지는 아이템 희귀도 2000% 증가
    20%의 확률로 주문 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    Witch of the Cauldron
    SpectreN
    Tagsbandit, has_wand, human, humanoid, light_armour, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, red_blood
    생명력
    115%
    Energy Shield From Life
    100%
    Ailment Threshold
    115%
    저항
    0 0 0 0
    Damage
    120%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 35
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    110%
    Type
    IntBanditBossDescent
    Metadata
    BanditLeaderAliraDescent
    레벨
    68
    생명력
    7,398
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    6,127
    Damage
    448
    주문 피해
    448
    정확도
    290
    Attack Time
    1.245
    경험치
    12,306
    Ailment Threshold
    7,398
    Chill
    23
    Shock
    23
    Brittle
    132
    Scorch
    23
    Sap
    65
    BanditBossDetonateDeadDescent
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell
    치명타 확률: 5%
    시전 속도: 0.8 초
    125.7~188.5 화염 피해
    폭발로 시신 최대 생명력의 6% 와 동일한 기본 화염 피해를 줌
    active skill area of effect radius +% final [-18]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 359–538
    치명타 확률: 5%
    Attack Time: 1.245 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Wand"
    }
    
    Stats
    {
    	base_maximum_mana = 1000
    }
    
    BaseEvents
    {
    	server_only = true
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BanditLeaderInt/BanditLeaderAliraDescent"] = {
        name = "Witch of the Cauldron",
        life = 1.15,
        energyShield = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 35,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "BanditBossDetonateDeadDescent",
            "MeleeAtAnimationSpeedUnique",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBossDetonateDeadDescent"] = {
        name = "BanditBossDetonateDeadDescent",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_fire_damage",
            "secondary_maximum_base_fire_damage",
            "corpse_explosion_monster_life_%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, -25, -18, critChance = 5, levelRequirement = 7, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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 = { }, },
        },
    }
    
    몬스터가 주는 경험치 1000% 증가
    떨어지는 아이템 수량 1500% 증가
    떨어지는 아이템 희귀도 2000% 증가
    IdMonsterBossDescent
    FamilyMonsterDescentBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 1000 Max: 1000 Global
  • monster dropped item rarity +% Min: 2000 Max: 2000 Global
  • monster dropped item quantity +% Min: 1500 Max: 1500 Global
  • 20%의 확률로 주문 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    IdMonsterSpellBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Edit

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