엑셀리스 오라픽스
악마
한 번에 덫 최대 12개 추가 설치
떨어지는 아이템 희귀도 15000% 증가
몬스터가 주는 경험치 100% 증가
투척 후 덫이 피해 면역인 시간 +4
투척 후 지뢰가 피해 면역인 시간 +4
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Excellis Aurafix
SpectreN
Area주택 지도
Tags시전, demon, dominus_monster_map, fast_movement, fire_affinity, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_height, melee, non_unique_map_boss, not_int, physical_affinity, red_blood, undying
생명력
400%
방어구
+30%
회피
+30%
Ailment Threshold
400%
저항
40 40 40 25
Damage
328%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 12
Attack Time
1.425 Second
Damage Spread
±20%
경험치
200%
Model Size
132%
Type
CityStalkerMapBoss
Metadata
CityStalkerFemaleMapBoss
레벨
78
생명력
4,002,799
방어구
81,814
회피
8,667
에너지 보호막
0
Damage
2,522
주문 피해
3,764
정확도
428
Attack Time
0.95475
경험치
136,147
Ailment Threshold
1,961,371
Chill
6,202
Shock
6,202
Brittle
35,087
Scorch
6,202
Sap
17,135
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 4005–6008
치명타 확률: 5%
Attack Time: 1.425 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterLightningTrapMapBoss
Spell, Damage, Projectile, ProjectilesFromUser, Trapped, Mineable, Lightning
번개 덫
치명타 확률: 4%
시전 속도: 1 초
재사용 대기시간: 1.2 초
적들 사이에 고리 형태의 투사체를 투척하여, 발동 시 대상과 그 다음 대상들에게 번개 피해를 줍니다.
489.3~1468 번개 피해
+5초간 덫 지속
투사체 11개 추가 발사
덫 최대 2개 추가 투척
원형으로 투사체 발사
base is projectile [1]
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
monster penalty against minions damage +% final vs player minions [-30]
trap variation [16]
MonsterFireTrapMapBoss
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
화염 덫
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 3 초
발동 시 폭발하여 주변 적들에게 화염 피해를 주고 용암 지대를 생성하는 덫을 던집니다. 용암 지대는 그 위를 지나가는 적에게도 피해를 줍니다.
+30초간 덫 지속
1초마다 838.9의 기본 화염 피해를 줌
기본 지속시간 8
805.3~1208 화염 피해
active skill area of effect radius +% final [100]
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
trap variation [1]
MonsterBearTrapMapBoss
Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
곰 덫
치명타 확률: 5%
추가 피해 효율: 150%
시전 속도: 1 초
재사용 대기시간: 8 초
일정 시간 동안 단일 적을 제자리에 고정시키고 피해를 주는 덫을 던집니다. 지속시간은 받은 피해량에 비례합니다. 덫에서 벗어난 적은 일정 시간 동안 이동 속도가 감소하지만, 시간이 지나면서 서서히 회복됩니다. 이 상태가 지속되는 동안 적은 덫과 지뢰로부터 받는 피해가 증가합니다. 주문 피해 속성 부여는 이 스킬의 피해에 영향을 주지 않습니다.
~785.3 물리 피해
+30초간 덫 지속
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
trap variation [12]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
}

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/CityStalkerFemaleMapBoss"] = {
    name = "Excellis Aurafix",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 3.28,
    damageSpread = 0.2,
    attackTime = 1.425,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MonsterBearTrapMapBoss",
        "MonsterFireTrapMapBoss",
        "MonsterLightningTrapMapBoss",
    },
    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["MonsterBearTrapMapBoss"] = {
    name = "Bear Trap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trapped] = true,
        [SkillType.Damage] = true,
        [SkillType.Physical] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "secondary_minimum_base_physical_damage",
        "secondary_maximum_base_physical_damage",
        "trap_variation",
        "base_trap_duration",
        "base_skill_is_trapped",
        "is_trap",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0, 1, 12, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFireTrapMapBoss"] = {
    name = "Fire Trap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_to_deal_per_minute",
        "trap_variation",
        "base_trap_duration",
        "base_skill_effect_duration",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_skill_is_trapped",
        "is_trap",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 1.5, 1, 30000, 8000, -30, 100, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterLightningTrapMapBoss"] = {
    name = "Lightning Trap",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that launches a ring of projectiles through the enemy that set it off, dealing lightning damage to them and subsequent targets.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Trapped] = true,
        [SkillType.Mineable] = true,
        [SkillType.Lightning] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_trap_duration",
        "number_of_additional_projectiles",
        "trap_variation",
        "number_of_additional_traps_to_throw",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "projectiles_nova",
        "is_trap",
        "base_skill_is_trapped",
        "base_is_projectile",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.5, 1.5, 5000, 11, 16, 2, -30, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
한 번에 덫 최대 12개 추가 설치
IdMonsterIncreasedTrapsAllowed
FamilyTrapsAllowed
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • 떨어지는 아이템 희귀도 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
  • 투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 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
  • 엑셀리스 오라픽스
    악마
    한 번에 덫 최대 12개 추가 설치
    떨어지는 아이템 희귀도 15000% 증가
    몬스터가 주는 경험치 100% 증가
    투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    kill traps mines and totems on death [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Excellis Aurafix
    SpectreN
    Tags시전, demon, fast_movement, fire_affinity, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_height, melee, not_int, physical_affinity, red_blood, standalone_map_boss, undying
    생명력
    400%
    방어구
    +30%
    회피
    +30%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    328%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.425 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    132%
    Type
    CityStalkerMapBoss
    Metadata
    CityStalkerFemaleMapBossStandalone
    레벨
    68
    생명력
    557,385
    방어구
    37,427
    회피
    6,161
    에너지 보호막
    0
    Damage
    1,396
    주문 피해
    2,083
    정확도
    290
    Attack Time
    0.95475
    경험치
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 2216–3324
    치명타 확률: 5%
    Attack Time: 1.425 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    MonsterLightningTrapMapBoss
    Spell, Damage, Projectile, ProjectilesFromUser, Trapped, Mineable, Lightning
    번개 덫
    치명타 확률: 4%
    시전 속도: 1 초
    재사용 대기시간: 1.2 초
    적들 사이에 고리 형태의 투사체를 투척하여, 발동 시 대상과 그 다음 대상들에게 번개 피해를 줍니다.
    335.3~1006 번개 피해
    +5초간 덫 지속
    투사체 11개 추가 발사
    덫 최대 2개 추가 투척
    원형으로 투사체 발사
    base is projectile [1]
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    monster penalty against minions damage +% final vs player minions [-30]
    trap variation [16]
    MonsterFireTrapMapBoss
    Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
    화염 덫
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 3 초
    발동 시 폭발하여 주변 적들에게 화염 피해를 주고 용암 지대를 생성하는 덫을 던집니다. 용암 지대는 그 위를 지나가는 적에게도 피해를 줍니다.
    +30초간 덫 지속
    1초마다 524.9의 기본 화염 피해를 줌
    기본 지속시간 8
    503.9~755.9 화염 피해
    active skill area of effect radius +% final [100]
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    trap variation [1]
    MonsterBearTrapMapBoss
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    곰 덫
    치명타 확률: 5%
    추가 피해 효율: 150%
    시전 속도: 1 초
    재사용 대기시간: 8 초
    일정 시간 동안 단일 적을 제자리에 고정시키고 피해를 주는 덫을 던집니다. 지속시간은 받은 피해량에 비례합니다. 덫에서 벗어난 적은 일정 시간 동안 이동 속도가 감소하지만, 시간이 지나면서 서서히 회복됩니다. 이 상태가 지속되는 동안 적은 덫과 지뢰로부터 받는 피해가 증가합니다. 주문 피해 속성 부여는 이 스킬의 피해에 영향을 주지 않습니다.
    ~584.3 물리 피해
    +30초간 덫 지속
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    trap variation [12]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerFemaleMapBossStandalone"] = {
        name = "Excellis Aurafix",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 3.28,
        damageSpread = 0.2,
        attackTime = 1.425,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MonsterBearTrapMapBoss",
            "MonsterFireTrapMapBoss",
            "MonsterLightningTrapMapBoss",
        },
        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["MonsterBearTrapMapBoss"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "trap_variation",
            "base_trap_duration",
            "base_skill_is_trapped",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0, 1, 12, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterFireTrapMapBoss"] = {
        name = "Fire Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "trap_variation",
            "base_trap_duration",
            "base_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_skill_is_trapped",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 1.5, 1, 30000, 8000, -30, 100, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLightningTrapMapBoss"] = {
        name = "Lightning Trap",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that launches a ring of projectiles through the enemy that set it off, dealing lightning damage to them and subsequent targets.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Trapped] = true,
            [SkillType.Mineable] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_trap_duration",
            "number_of_additional_projectiles",
            "trap_variation",
            "number_of_additional_traps_to_throw",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "projectiles_nova",
            "is_trap",
            "base_skill_is_trapped",
            "base_is_projectile",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.5, 1.5, 5000, 11, 16, 2, -30, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    한 번에 덫 최대 12개 추가 설치
    IdMonsterIncreasedTrapsAllowed
    FamilyTrapsAllowed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • 떨어지는 아이템 희귀도 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
  • 투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 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
  • 엑셀리스 오라픽스
    악마
    한 번에 덫 최대 12개 추가 설치
    떨어지는 아이템 희귀도 15000% 증가
    몬스터가 주는 경험치 100% 증가
    투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    kill traps mines and totems on death [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Excellis Aurafix
    SpectreN
    Tagsdemon, elder_map_boss, fast_movement, flesh_armour, humanoid, is_unarmed, medium_height, non_attacking, not_int, red_blood, undying
    생명력
    400%
    방어구
    +30%
    회피
    +30%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    328%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.425 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    132%
    Type
    CityStalkerMapBoss
    Metadata
    CityStalkerFemaleMapBossElder

    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/Undying/CityStalkerFemaleMapBossElder"] = {
        name = "Excellis Aurafix",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 3.28,
        damageSpread = 0.2,
        attackTime = 1.425,
        attackRange = 12,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    한 번에 덫 최대 12개 추가 설치
    IdMonsterIncreasedTrapsAllowed
    FamilyTrapsAllowed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • 떨어지는 아이템 희귀도 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
  • 투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 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.