악몽의 출현
악마
에너지 보호막 재충전 속도 65% 감소
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
밀려날 수 없음
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Nightmare Manifest
SpectreN
Area기형 지도
Tags시전, demon, hard_armour, human, humanoid, immobile, is_unarmed, lightning_affinity, medium_height, melee, non_unique_map_boss, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon
생명력
400%
Energy Shield From Life
100%
Ailment Threshold
400%
저항
40 40 40 25
Damage
160%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 16
Attack Time
1.8 Second
Damage Spread
±20%
경험치
200%
Model Size
100%
Type
PietyBeastMapBoss
Metadata
PietyBeastMapBoss
레벨
80
생명력
5,624,459
방어도
73,441
회피
7,124
에너지 보호막
12,787
Damage
1,381
주문 피해
2,062
정확도
462
Attack Time
1.206
경험치
139,832
Ailment Threshold
2,699,740
Chill
8,537
Shock
8,537
Brittle
48,296
Scorch
8,537
Sap
23,585
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 2194–3290
치명타 확률: 5%
Attack Time: 1.8 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
PietyCorruptedBallLightningMaps
Spell
시전 속도: 1.5 초
984.9~1477 번개 피해
기본 지속시간 4
is area damage [1]
PietyCorruptedLightningBeamMaps
Spell
시전 속도: 11.2 초
재사용 대기시간: 21 초
1869~2803 물리 피해
2336~3504 번개 피해
1초마다 245.2의 기본 물리 피해를 줌
corrupted blood cleave stacks to add [4]
monster penalty against minions damage +% final vs player minions [-40]
PietyReverseCleave
Attack, Area, Melee, DamageOverTime
파이어티 역회전베기
Base Damage: 2194–3290
치명타 확률: 5%
Attack Time: 1.8 초
재사용 대기시간: 3 초
1초마다 258.7의 기본 물리 피해를 줌
active skill area of effect radius +% final [-40]
corrupted blood cleave stacks to add [1]
is area damage [1]
PietyActivateEyeSpawner
재사용 대기시간: 5 초
PietyActivateEyeSpawner2
재사용 대기시간: 5 초

Object Type

version 2
extends "Metadata/Monsters/Monster"

Animated
{
	animated_object = "Metadata/Monsters/Axis/Piety/PietyBeastBoss.ao"
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	has_light = true
}

Life
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/PietyBeastMapBoss"] = {
    name = "Nightmare Manifest",
    life = 4,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.6,
    damageSpread = 0.2,
    attackTime = 1.8,
    attackRange = 16,
    accuracy = 1,
    skillList = {
        "Melee",
        "PietyCorruptedBallLightningMaps",
        "PietyCorruptedLightningBeamMaps",
        "PietyActivateEyeSpawner",
        "PietyActivateEyeSpawner2",
        "PietyReverseCleave",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PietyCorruptedBallLightningMaps"] = {
    name = "PietyCorruptedBallLightningMaps",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 1.5, 4000, levelRequirement = 39, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PietyCorruptedLightningBeamMaps"] = {
    name = "PietyCorruptedLightningBeamMaps",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 11.2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_physical_damage_to_deal_per_minute",
        "corrupted_blood_cleave_stacks_to_add",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 1.5, 245, 4, -40, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 1, 1.5, 407, 4, -40, levelRequirement = 6, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 1, 1.5, 651, 4, -40, levelRequirement = 9, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 1, 1.5, 894, 4, -40, levelRequirement = 12, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1219, 4, -40, levelRequirement = 16, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1544, 4, -40, levelRequirement = 20, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1869, 4, -40, levelRequirement = 24, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2194, 4, -40, levelRequirement = 28, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [9] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2519, 4, -40, levelRequirement = 32, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [10] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2844, 4, -40, levelRequirement = 36, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [11] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3169, 4, -40, levelRequirement = 40, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3494, 4, -40, levelRequirement = 44, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3819, 4, -40, levelRequirement = 48, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4143, 4, -40, levelRequirement = 52, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4387, 4, -40, levelRequirement = 55, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4631, 4, -40, levelRequirement = 58, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4874, 4, -40, levelRequirement = 61, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5118, 4, -40, levelRequirement = 64, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5362, 4, -40, levelRequirement = 67, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5443, 4, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 1, 1.5, 6142, 4, -40, levelRequirement = 69, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 1, 1.5, 6842, 4, -40, levelRequirement = 70, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 1, 1.5, 7541, 4, -40, levelRequirement = 71, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 1, 1.5, 8240, 4, -40, levelRequirement = 72, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 1, 1.5, 9049, 4, -40, levelRequirement = 73, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 1, 1.5, 9858, 4, -40, levelRequirement = 74, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 1, 1.5, 10666, 4, -40, levelRequirement = 75, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 1, 1.5, 11475, 4, -40, levelRequirement = 76, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 1, 1.5, 12284, 4, -40, levelRequirement = 77, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 1, 1.5, 13093, 4, -40, levelRequirement = 78, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [31] = {0.80000001192093, 1.2000000476837, 1, 1.5, 13901, 4, -40, levelRequirement = 79, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [32] = {0.80000001192093, 1.2000000476837, 1, 1.5, 14710, 4, -40, levelRequirement = 80, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [33] = {0.80000001192093, 1.2000000476837, 1, 1.5, 15519, 4, -40, levelRequirement = 81, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        [34] = {0.80000001192093, 1.2000000476837, 1, 1.5, 16328, 4, -40, levelRequirement = 82, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PietyActivateEyeSpawner"] = {
    name = "PietyActivateEyeSpawner",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PietyActivateEyeSpawner2"] = {
    name = "PietyActivateEyeSpawner2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PietyReverseCleave"] = {
    name = "Piety Reverse Cleave",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.DamageOverTime] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_physical_damage_to_deal_per_minute",
        "corrupted_blood_cleave_stacks_to_add",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {313, 1, -40, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [2] = {455, 1, -40, levelRequirement = 6, statInterpolation = {1},  cost = { }, },
        [3] = {668, 1, -40, levelRequirement = 9, statInterpolation = {1},  cost = { }, },
        [4] = {882, 1, -40, levelRequirement = 12, statInterpolation = {1},  cost = { }, },
        [5] = {1166, 1, -40, levelRequirement = 16, statInterpolation = {1},  cost = { }, },
        [6] = {1450, 1, -40, levelRequirement = 20, statInterpolation = {1},  cost = { }, },
        [7] = {1734, 1, -40, levelRequirement = 24, statInterpolation = {1},  cost = { }, },
        [8] = {2018, 1, -40, levelRequirement = 28, statInterpolation = {1},  cost = { }, },
        [9] = {2303, 1, -40, levelRequirement = 32, statInterpolation = {1},  cost = { }, },
        [10] = {2587, 1, -40, levelRequirement = 36, statInterpolation = {1},  cost = { }, },
        [11] = {2800, 1, -40, levelRequirement = 39, statInterpolation = {1},  cost = { }, },
        [12] = {3577, 1, -40, levelRequirement = 44, statInterpolation = {1},  cost = { }, },
        [13] = {4199, 1, -40, levelRequirement = 48, statInterpolation = {1},  cost = { }, },
        [14] = {4821, 1, -40, levelRequirement = 52, statInterpolation = {1},  cost = { }, },
        [15] = {5443, 1, -40, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
        [16] = {5560, 1, -40, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
        [17] = {5734, 1, -40, levelRequirement = 61, statInterpolation = {1},  cost = { }, },
        [18] = {5909, 1, -40, levelRequirement = 64, statInterpolation = {1},  cost = { }, },
        [19] = {6084, 1, -40, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
        [20] = {6142, 1, -40, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        [21] = {6842, 1, -40, levelRequirement = 69, statInterpolation = {1},  cost = { }, },
        [22] = {7541, 1, -40, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
        [23] = {8240, 1, -40, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
        [24] = {9049, 1, -40, levelRequirement = 72, statInterpolation = {1},  cost = { }, },
        [25] = {9858, 1, -40, levelRequirement = 73, statInterpolation = {1},  cost = { }, },
        [26] = {10666, 1, -40, levelRequirement = 74, statInterpolation = {1},  cost = { }, },
        [27] = {11475, 1, -40, levelRequirement = 75, statInterpolation = {1},  cost = { }, },
        [28] = {12284, 1, -40, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
        [29] = {13093, 1, -40, levelRequirement = 77, statInterpolation = {1},  cost = { }, },
        [30] = {13901, 1, -40, levelRequirement = 78, statInterpolation = {1},  cost = { }, },
        [31] = {14710, 1, -40, levelRequirement = 79, statInterpolation = {1},  cost = { }, },
        [32] = {15519, 1, -40, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
        [33] = {16328, 1, -40, levelRequirement = 81, statInterpolation = {1},  cost = { }, },
        [34] = {17136, 1, -40, levelRequirement = 82, statInterpolation = {1},  cost = { }, },
        [35] = {17945, 0, 1, -40, levelRequirement = 83, statInterpolation = {1, 1},  cost = { }, },
        [36] = {18546, 0, 1, -40, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
    },
}
에너지 보호막 재충전 속도 65% 감소
IdMonsterEnergyShieldRegenRate-65
FamilyEnergyShieldRegeneration
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • energy shield recharge rate +% Min: -65 Max: -65 Global
  • Craft Tagsdefences energy_shield
    몬스터가 주는 경험치 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
  • 밀려날 수 없음
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back 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
  • 악몽의 출현
    악마
    에너지 보호막 재충전 속도 65% 감소
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    밀려날 수 없음
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Nightmare Manifest
    SpectreN
    Tags시전, demon, hard_armour, human, humanoid, immobile, is_unarmed, lightning_affinity, medium_height, melee, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon, standalone_map_boss
    생명력
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    160%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 16
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    100%
    Type
    PietyBeastMapBoss
    Metadata
    PietyBeastMapBossStandalone
    레벨
    68
    생명력
    557,385
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    6,127
    Damage
    681
    주문 피해
    1,016
    정확도
    290
    Attack Time
    1.206
    경험치
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 1081–1622
    치명타 확률: 5%
    Attack Time: 1.8 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    PietyCorruptedBallLightningMaps
    Spell
    시전 속도: 1.5 초
    561.1~841.7 번개 피해
    기본 지속시간 4
    is area damage [1]
    PietyCorruptedLightningBeamMaps
    Spell
    시전 속도: 11.2 초
    재사용 대기시간: 21 초
    1141~1711 물리 피해
    1426~2139 번개 피해
    1초마다 90.7의 기본 물리 피해를 줌
    corrupted blood cleave stacks to add [4]
    monster penalty against minions damage +% final vs player minions [-40]
    PietyReverseCleave
    Attack, Area, Melee, DamageOverTime
    파이어티 역회전베기
    Base Damage: 1081–1622
    치명타 확률: 5%
    Attack Time: 1.8 초
    재사용 대기시간: 3 초
    1초마다 102.4의 기본 물리 피해를 줌
    active skill area of effect radius +% final [-40]
    corrupted blood cleave stacks to add [1]
    is area damage [1]
    PietyActivateEyeSpawner
    재사용 대기시간: 5 초
    PietyActivateEyeSpawner2
    재사용 대기시간: 5 초

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Render
    {
    	has_light = true
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/PietyBeastMapBossStandalone"] = {
        name = "Nightmare Manifest",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "Melee",
            "PietyCorruptedBallLightningMaps",
            "PietyCorruptedLightningBeamMaps",
            "PietyActivateEyeSpawner",
            "PietyActivateEyeSpawner2",
            "PietyReverseCleave",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyCorruptedBallLightningMaps"] = {
        name = "PietyCorruptedBallLightningMaps",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 1.5, 4000, levelRequirement = 39, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyCorruptedLightningBeamMaps"] = {
        name = "PietyCorruptedLightningBeamMaps",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 11.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_physical_damage_to_deal_per_minute",
            "corrupted_blood_cleave_stacks_to_add",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 1.5, 245, 4, -40, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1, 1.5, 407, 4, -40, levelRequirement = 6, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1, 1.5, 651, 4, -40, levelRequirement = 9, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 1, 1.5, 894, 4, -40, levelRequirement = 12, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1219, 4, -40, levelRequirement = 16, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1544, 4, -40, levelRequirement = 20, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1869, 4, -40, levelRequirement = 24, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2194, 4, -40, levelRequirement = 28, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2519, 4, -40, levelRequirement = 32, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2844, 4, -40, levelRequirement = 36, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3169, 4, -40, levelRequirement = 40, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3494, 4, -40, levelRequirement = 44, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3819, 4, -40, levelRequirement = 48, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4143, 4, -40, levelRequirement = 52, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4387, 4, -40, levelRequirement = 55, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4631, 4, -40, levelRequirement = 58, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4874, 4, -40, levelRequirement = 61, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5118, 4, -40, levelRequirement = 64, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5362, 4, -40, levelRequirement = 67, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5443, 4, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 1, 1.5, 6142, 4, -40, levelRequirement = 69, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 1, 1.5, 6842, 4, -40, levelRequirement = 70, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 1, 1.5, 7541, 4, -40, levelRequirement = 71, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 1, 1.5, 8240, 4, -40, levelRequirement = 72, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 1, 1.5, 9049, 4, -40, levelRequirement = 73, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 1, 1.5, 9858, 4, -40, levelRequirement = 74, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 1, 1.5, 10666, 4, -40, levelRequirement = 75, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 1, 1.5, 11475, 4, -40, levelRequirement = 76, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 1, 1.5, 12284, 4, -40, levelRequirement = 77, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 1, 1.5, 13093, 4, -40, levelRequirement = 78, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [31] = {0.80000001192093, 1.2000000476837, 1, 1.5, 13901, 4, -40, levelRequirement = 79, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [32] = {0.80000001192093, 1.2000000476837, 1, 1.5, 14710, 4, -40, levelRequirement = 80, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [33] = {0.80000001192093, 1.2000000476837, 1, 1.5, 15519, 4, -40, levelRequirement = 81, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [34] = {0.80000001192093, 1.2000000476837, 1, 1.5, 16328, 4, -40, levelRequirement = 82, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyActivateEyeSpawner"] = {
        name = "PietyActivateEyeSpawner",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyActivateEyeSpawner2"] = {
        name = "PietyActivateEyeSpawner2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyReverseCleave"] = {
        name = "Piety Reverse Cleave",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_physical_damage_to_deal_per_minute",
            "corrupted_blood_cleave_stacks_to_add",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {313, 1, -40, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [2] = {455, 1, -40, levelRequirement = 6, statInterpolation = {1},  cost = { }, },
            [3] = {668, 1, -40, levelRequirement = 9, statInterpolation = {1},  cost = { }, },
            [4] = {882, 1, -40, levelRequirement = 12, statInterpolation = {1},  cost = { }, },
            [5] = {1166, 1, -40, levelRequirement = 16, statInterpolation = {1},  cost = { }, },
            [6] = {1450, 1, -40, levelRequirement = 20, statInterpolation = {1},  cost = { }, },
            [7] = {1734, 1, -40, levelRequirement = 24, statInterpolation = {1},  cost = { }, },
            [8] = {2018, 1, -40, levelRequirement = 28, statInterpolation = {1},  cost = { }, },
            [9] = {2303, 1, -40, levelRequirement = 32, statInterpolation = {1},  cost = { }, },
            [10] = {2587, 1, -40, levelRequirement = 36, statInterpolation = {1},  cost = { }, },
            [11] = {2800, 1, -40, levelRequirement = 39, statInterpolation = {1},  cost = { }, },
            [12] = {3577, 1, -40, levelRequirement = 44, statInterpolation = {1},  cost = { }, },
            [13] = {4199, 1, -40, levelRequirement = 48, statInterpolation = {1},  cost = { }, },
            [14] = {4821, 1, -40, levelRequirement = 52, statInterpolation = {1},  cost = { }, },
            [15] = {5443, 1, -40, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
            [16] = {5560, 1, -40, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
            [17] = {5734, 1, -40, levelRequirement = 61, statInterpolation = {1},  cost = { }, },
            [18] = {5909, 1, -40, levelRequirement = 64, statInterpolation = {1},  cost = { }, },
            [19] = {6084, 1, -40, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
            [20] = {6142, 1, -40, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
            [21] = {6842, 1, -40, levelRequirement = 69, statInterpolation = {1},  cost = { }, },
            [22] = {7541, 1, -40, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
            [23] = {8240, 1, -40, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
            [24] = {9049, 1, -40, levelRequirement = 72, statInterpolation = {1},  cost = { }, },
            [25] = {9858, 1, -40, levelRequirement = 73, statInterpolation = {1},  cost = { }, },
            [26] = {10666, 1, -40, levelRequirement = 74, statInterpolation = {1},  cost = { }, },
            [27] = {11475, 1, -40, levelRequirement = 75, statInterpolation = {1},  cost = { }, },
            [28] = {12284, 1, -40, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
            [29] = {13093, 1, -40, levelRequirement = 77, statInterpolation = {1},  cost = { }, },
            [30] = {13901, 1, -40, levelRequirement = 78, statInterpolation = {1},  cost = { }, },
            [31] = {14710, 1, -40, levelRequirement = 79, statInterpolation = {1},  cost = { }, },
            [32] = {15519, 1, -40, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
            [33] = {16328, 1, -40, levelRequirement = 81, statInterpolation = {1},  cost = { }, },
            [34] = {17136, 1, -40, levelRequirement = 82, statInterpolation = {1},  cost = { }, },
            [35] = {17945, 0, 1, -40, levelRequirement = 83, statInterpolation = {1, 1},  cost = { }, },
            [36] = {18546, 0, 1, -40, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    에너지 보호막 재충전 속도 65% 감소
    IdMonsterEnergyShieldRegenRate-65
    FamilyEnergyShieldRegeneration
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • energy shield recharge rate +% Min: -65 Max: -65 Global
  • Craft Tagsdefences energy_shield
    몬스터가 주는 경험치 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
  • 밀려날 수 없음
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back 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
  • 악몽의 출현
    악마
    에너지 보호막 재충전 속도 65% 감소
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    밀려날 수 없음
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Nightmare Manifest
    SpectreN
    Tagsdemon, elder_map_boss, hard_armour, human, humanoid, immobile, is_unarmed, medium_height, non_attacking, not_dex, not_str, red_blood, slashing_weapon
    생명력
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    160%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 16
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    100%
    Type
    PietyBeastMapBoss
    Metadata
    PietyBeastMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    Render
    {
    	has_light = true
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/PietyBeastMapBossElder"] = {
        name = "Nightmare Manifest",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 16,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    에너지 보호막 재충전 속도 65% 감소
    IdMonsterEnergyShieldRegenRate-65
    FamilyEnergyShieldRegeneration
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • energy shield recharge rate +% Min: -65 Max: -65 Global
  • Craft Tagsdefences energy_shield
    몬스터가 주는 경험치 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
  • 밀려날 수 없음
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back 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
  • 악몽의 출현
    악마
    에너지 보호막 재충전 속도 65% 감소
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    밀려날 수 없음
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Nightmare Manifest
    SpectreN
    Tags시전, demon, hard_armour, human, humanoid, immobile, is_unarmed, lightning_affinity, medium_height, melee, no_maven, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon
    생명력
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    160%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    100%
    Type
    PietyBeastMapBoss
    Metadata
    PietyBeastMapBossShaper
    레벨
    68
    생명력
    557,385
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    6,127
    Damage
    681
    주문 피해
    1,016
    정확도
    290
    Attack Time
    1.206
    경험치
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 1081–1622
    치명타 확률: 5%
    Attack Time: 1.8 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    PietyCorruptedBallLightningMaps
    Spell
    시전 속도: 1.5 초
    561.1~841.7 번개 피해
    기본 지속시간 4
    is area damage [1]
    PietyCorruptedLightningBeamMaps
    Spell
    시전 속도: 11.2 초
    재사용 대기시간: 21 초
    1141~1711 물리 피해
    1426~2139 번개 피해
    1초마다 90.7의 기본 물리 피해를 줌
    corrupted blood cleave stacks to add [4]
    monster penalty against minions damage +% final vs player minions [-40]
    PietyReverseCleave
    Attack, Area, Melee, DamageOverTime
    파이어티 역회전베기
    Base Damage: 1081–1622
    치명타 확률: 5%
    Attack Time: 1.8 초
    재사용 대기시간: 3 초
    1초마다 102.4의 기본 물리 피해를 줌
    active skill area of effect radius +% final [-40]
    corrupted blood cleave stacks to add [1]
    is area damage [1]
    PietyActivateEyeSpawner
    재사용 대기시간: 5 초
    PietyActivateEyeSpawner2
    재사용 대기시간: 5 초

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	animated_object = "Metadata/Monsters/Axis/Piety/PietyBeastBoss.ao"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	has_light = true
    }
    
    Life
    {
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/PietyBeastMapBossShaper"] = {
        name = "Nightmare Manifest",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "Melee",
            "PietyCorruptedBallLightningMaps",
            "PietyCorruptedLightningBeamMaps",
            "PietyActivateEyeSpawner",
            "PietyActivateEyeSpawner2",
            "PietyReverseCleave",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyCorruptedBallLightningMaps"] = {
        name = "PietyCorruptedBallLightningMaps",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 1.5, 4000, levelRequirement = 39, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyCorruptedLightningBeamMaps"] = {
        name = "PietyCorruptedLightningBeamMaps",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 11.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_physical_damage_to_deal_per_minute",
            "corrupted_blood_cleave_stacks_to_add",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 1.5, 245, 4, -40, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1, 1.5, 407, 4, -40, levelRequirement = 6, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1, 1.5, 651, 4, -40, levelRequirement = 9, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 1, 1.5, 894, 4, -40, levelRequirement = 12, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1219, 4, -40, levelRequirement = 16, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1544, 4, -40, levelRequirement = 20, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1869, 4, -40, levelRequirement = 24, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2194, 4, -40, levelRequirement = 28, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2519, 4, -40, levelRequirement = 32, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2844, 4, -40, levelRequirement = 36, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3169, 4, -40, levelRequirement = 40, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3494, 4, -40, levelRequirement = 44, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3819, 4, -40, levelRequirement = 48, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4143, 4, -40, levelRequirement = 52, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4387, 4, -40, levelRequirement = 55, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4631, 4, -40, levelRequirement = 58, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4874, 4, -40, levelRequirement = 61, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5118, 4, -40, levelRequirement = 64, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5362, 4, -40, levelRequirement = 67, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5443, 4, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 1, 1.5, 6142, 4, -40, levelRequirement = 69, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 1, 1.5, 6842, 4, -40, levelRequirement = 70, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 1, 1.5, 7541, 4, -40, levelRequirement = 71, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 1, 1.5, 8240, 4, -40, levelRequirement = 72, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 1, 1.5, 9049, 4, -40, levelRequirement = 73, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 1, 1.5, 9858, 4, -40, levelRequirement = 74, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 1, 1.5, 10666, 4, -40, levelRequirement = 75, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 1, 1.5, 11475, 4, -40, levelRequirement = 76, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 1, 1.5, 12284, 4, -40, levelRequirement = 77, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 1, 1.5, 13093, 4, -40, levelRequirement = 78, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [31] = {0.80000001192093, 1.2000000476837, 1, 1.5, 13901, 4, -40, levelRequirement = 79, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [32] = {0.80000001192093, 1.2000000476837, 1, 1.5, 14710, 4, -40, levelRequirement = 80, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [33] = {0.80000001192093, 1.2000000476837, 1, 1.5, 15519, 4, -40, levelRequirement = 81, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [34] = {0.80000001192093, 1.2000000476837, 1, 1.5, 16328, 4, -40, levelRequirement = 82, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyActivateEyeSpawner"] = {
        name = "PietyActivateEyeSpawner",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyActivateEyeSpawner2"] = {
        name = "PietyActivateEyeSpawner2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyReverseCleave"] = {
        name = "Piety Reverse Cleave",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_physical_damage_to_deal_per_minute",
            "corrupted_blood_cleave_stacks_to_add",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {313, 1, -40, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [2] = {455, 1, -40, levelRequirement = 6, statInterpolation = {1},  cost = { }, },
            [3] = {668, 1, -40, levelRequirement = 9, statInterpolation = {1},  cost = { }, },
            [4] = {882, 1, -40, levelRequirement = 12, statInterpolation = {1},  cost = { }, },
            [5] = {1166, 1, -40, levelRequirement = 16, statInterpolation = {1},  cost = { }, },
            [6] = {1450, 1, -40, levelRequirement = 20, statInterpolation = {1},  cost = { }, },
            [7] = {1734, 1, -40, levelRequirement = 24, statInterpolation = {1},  cost = { }, },
            [8] = {2018, 1, -40, levelRequirement = 28, statInterpolation = {1},  cost = { }, },
            [9] = {2303, 1, -40, levelRequirement = 32, statInterpolation = {1},  cost = { }, },
            [10] = {2587, 1, -40, levelRequirement = 36, statInterpolation = {1},  cost = { }, },
            [11] = {2800, 1, -40, levelRequirement = 39, statInterpolation = {1},  cost = { }, },
            [12] = {3577, 1, -40, levelRequirement = 44, statInterpolation = {1},  cost = { }, },
            [13] = {4199, 1, -40, levelRequirement = 48, statInterpolation = {1},  cost = { }, },
            [14] = {4821, 1, -40, levelRequirement = 52, statInterpolation = {1},  cost = { }, },
            [15] = {5443, 1, -40, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
            [16] = {5560, 1, -40, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
            [17] = {5734, 1, -40, levelRequirement = 61, statInterpolation = {1},  cost = { }, },
            [18] = {5909, 1, -40, levelRequirement = 64, statInterpolation = {1},  cost = { }, },
            [19] = {6084, 1, -40, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
            [20] = {6142, 1, -40, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
            [21] = {6842, 1, -40, levelRequirement = 69, statInterpolation = {1},  cost = { }, },
            [22] = {7541, 1, -40, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
            [23] = {8240, 1, -40, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
            [24] = {9049, 1, -40, levelRequirement = 72, statInterpolation = {1},  cost = { }, },
            [25] = {9858, 1, -40, levelRequirement = 73, statInterpolation = {1},  cost = { }, },
            [26] = {10666, 1, -40, levelRequirement = 74, statInterpolation = {1},  cost = { }, },
            [27] = {11475, 1, -40, levelRequirement = 75, statInterpolation = {1},  cost = { }, },
            [28] = {12284, 1, -40, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
            [29] = {13093, 1, -40, levelRequirement = 77, statInterpolation = {1},  cost = { }, },
            [30] = {13901, 1, -40, levelRequirement = 78, statInterpolation = {1},  cost = { }, },
            [31] = {14710, 1, -40, levelRequirement = 79, statInterpolation = {1},  cost = { }, },
            [32] = {15519, 1, -40, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
            [33] = {16328, 1, -40, levelRequirement = 81, statInterpolation = {1},  cost = { }, },
            [34] = {17136, 1, -40, levelRequirement = 82, statInterpolation = {1},  cost = { }, },
            [35] = {17945, 0, 1, -40, levelRequirement = 83, statInterpolation = {1, 1},  cost = { }, },
            [36] = {18546, 0, 1, -40, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    에너지 보호막 재충전 속도 65% 감소
    IdMonsterEnergyShieldRegenRate-65
    FamilyEnergyShieldRegeneration
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • energy shield recharge rate +% Min: -65 Max: -65 Global
  • Craft Tagsdefences energy_shield
    몬스터가 주는 경험치 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
  • 밀려날 수 없음
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back 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
  • 악몽의 출현
    악마
    에너지 보호막 재충전 속도 65% 감소
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    밀려날 수 없음
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Nightmare Manifest
    SpectreN
    Tags시전, demon, hard_armour, human, humanoid, immobile, is_unarmed, large_height, lightning_affinity, melee, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon
    생명력
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    160%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    100%
    Type
    PietyBeastMapBoss
    Metadata
    PietyBeastBossEndlessLedge2
    레벨
    68
    생명력
    557,385
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    6,127
    Damage
    681
    주문 피해
    1,016
    정확도
    290
    Attack Time
    1.206
    경험치
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 1081–1622
    치명타 확률: 5%
    Attack Time: 1.8 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    PietyCorruptedBallLightningMaps
    Spell
    시전 속도: 1.5 초
    561.1~841.7 번개 피해
    기본 지속시간 4
    is area damage [1]
    PietyCorruptedLightningBeamMaps
    Spell
    시전 속도: 11.2 초
    재사용 대기시간: 21 초
    1141~1711 물리 피해
    1426~2139 번개 피해
    1초마다 90.7의 기본 물리 피해를 줌
    corrupted blood cleave stacks to add [4]
    monster penalty against minions damage +% final vs player minions [-40]
    PietyReverseCleave
    Attack, Area, Melee, DamageOverTime
    파이어티 역회전베기
    Base Damage: 1081–1622
    치명타 확률: 5%
    Attack Time: 1.8 초
    재사용 대기시간: 3 초
    1초마다 102.4의 기본 물리 피해를 줌
    active skill area of effect radius +% final [-40]
    corrupted blood cleave stacks to add [1]
    is area damage [1]
    PietyActivateEyeSpawner
    재사용 대기시간: 5 초
    PietyActivateEyeSpawner2
    재사용 대기시간: 5 초

    Object Type

    version 2
    extends "Metadata/Monsters/EndlessBoss/BossBase"
    
    Animated
    {
    	animated_object = "Metadata/Monsters/Axis/Piety/PietyBeastBoss.ao"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/EndlessBoss/BossBase"
    
    Render
    {
    	has_light = true
    }
    
    Life
    {
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/PietyBeastBossEndlessLedge2"] = {
        name = "Nightmare Manifest",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "Melee",
            "PietyCorruptedBallLightningMaps",
            "PietyCorruptedLightningBeamMaps",
            "PietyActivateEyeSpawner",
            "PietyActivateEyeSpawner2",
            "PietyReverseCleave",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyCorruptedBallLightningMaps"] = {
        name = "PietyCorruptedBallLightningMaps",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 1.5, 4000, levelRequirement = 39, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyCorruptedLightningBeamMaps"] = {
        name = "PietyCorruptedLightningBeamMaps",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 11.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_physical_damage_to_deal_per_minute",
            "corrupted_blood_cleave_stacks_to_add",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 1.5, 245, 4, -40, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1, 1.5, 407, 4, -40, levelRequirement = 6, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1, 1.5, 651, 4, -40, levelRequirement = 9, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 1, 1.5, 894, 4, -40, levelRequirement = 12, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1219, 4, -40, levelRequirement = 16, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1544, 4, -40, levelRequirement = 20, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 1, 1.5, 1869, 4, -40, levelRequirement = 24, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2194, 4, -40, levelRequirement = 28, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2519, 4, -40, levelRequirement = 32, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 1, 1.5, 2844, 4, -40, levelRequirement = 36, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3169, 4, -40, levelRequirement = 40, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3494, 4, -40, levelRequirement = 44, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 1, 1.5, 3819, 4, -40, levelRequirement = 48, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4143, 4, -40, levelRequirement = 52, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4387, 4, -40, levelRequirement = 55, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4631, 4, -40, levelRequirement = 58, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 1, 1.5, 4874, 4, -40, levelRequirement = 61, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5118, 4, -40, levelRequirement = 64, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5362, 4, -40, levelRequirement = 67, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 1, 1.5, 5443, 4, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 1, 1.5, 6142, 4, -40, levelRequirement = 69, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 1, 1.5, 6842, 4, -40, levelRequirement = 70, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 1, 1.5, 7541, 4, -40, levelRequirement = 71, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 1, 1.5, 8240, 4, -40, levelRequirement = 72, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 1, 1.5, 9049, 4, -40, levelRequirement = 73, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 1, 1.5, 9858, 4, -40, levelRequirement = 74, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 1, 1.5, 10666, 4, -40, levelRequirement = 75, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 1, 1.5, 11475, 4, -40, levelRequirement = 76, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 1, 1.5, 12284, 4, -40, levelRequirement = 77, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 1, 1.5, 13093, 4, -40, levelRequirement = 78, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [31] = {0.80000001192093, 1.2000000476837, 1, 1.5, 13901, 4, -40, levelRequirement = 79, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [32] = {0.80000001192093, 1.2000000476837, 1, 1.5, 14710, 4, -40, levelRequirement = 80, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [33] = {0.80000001192093, 1.2000000476837, 1, 1.5, 15519, 4, -40, levelRequirement = 81, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
            [34] = {0.80000001192093, 1.2000000476837, 1, 1.5, 16328, 4, -40, levelRequirement = 82, statInterpolation = {3, 3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyActivateEyeSpawner"] = {
        name = "PietyActivateEyeSpawner",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyActivateEyeSpawner2"] = {
        name = "PietyActivateEyeSpawner2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PietyReverseCleave"] = {
        name = "Piety Reverse Cleave",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_physical_damage_to_deal_per_minute",
            "corrupted_blood_cleave_stacks_to_add",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {313, 1, -40, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [2] = {455, 1, -40, levelRequirement = 6, statInterpolation = {1},  cost = { }, },
            [3] = {668, 1, -40, levelRequirement = 9, statInterpolation = {1},  cost = { }, },
            [4] = {882, 1, -40, levelRequirement = 12, statInterpolation = {1},  cost = { }, },
            [5] = {1166, 1, -40, levelRequirement = 16, statInterpolation = {1},  cost = { }, },
            [6] = {1450, 1, -40, levelRequirement = 20, statInterpolation = {1},  cost = { }, },
            [7] = {1734, 1, -40, levelRequirement = 24, statInterpolation = {1},  cost = { }, },
            [8] = {2018, 1, -40, levelRequirement = 28, statInterpolation = {1},  cost = { }, },
            [9] = {2303, 1, -40, levelRequirement = 32, statInterpolation = {1},  cost = { }, },
            [10] = {2587, 1, -40, levelRequirement = 36, statInterpolation = {1},  cost = { }, },
            [11] = {2800, 1, -40, levelRequirement = 39, statInterpolation = {1},  cost = { }, },
            [12] = {3577, 1, -40, levelRequirement = 44, statInterpolation = {1},  cost = { }, },
            [13] = {4199, 1, -40, levelRequirement = 48, statInterpolation = {1},  cost = { }, },
            [14] = {4821, 1, -40, levelRequirement = 52, statInterpolation = {1},  cost = { }, },
            [15] = {5443, 1, -40, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
            [16] = {5560, 1, -40, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
            [17] = {5734, 1, -40, levelRequirement = 61, statInterpolation = {1},  cost = { }, },
            [18] = {5909, 1, -40, levelRequirement = 64, statInterpolation = {1},  cost = { }, },
            [19] = {6084, 1, -40, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
            [20] = {6142, 1, -40, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
            [21] = {6842, 1, -40, levelRequirement = 69, statInterpolation = {1},  cost = { }, },
            [22] = {7541, 1, -40, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
            [23] = {8240, 1, -40, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
            [24] = {9049, 1, -40, levelRequirement = 72, statInterpolation = {1},  cost = { }, },
            [25] = {9858, 1, -40, levelRequirement = 73, statInterpolation = {1},  cost = { }, },
            [26] = {10666, 1, -40, levelRequirement = 74, statInterpolation = {1},  cost = { }, },
            [27] = {11475, 1, -40, levelRequirement = 75, statInterpolation = {1},  cost = { }, },
            [28] = {12284, 1, -40, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
            [29] = {13093, 1, -40, levelRequirement = 77, statInterpolation = {1},  cost = { }, },
            [30] = {13901, 1, -40, levelRequirement = 78, statInterpolation = {1},  cost = { }, },
            [31] = {14710, 1, -40, levelRequirement = 79, statInterpolation = {1},  cost = { }, },
            [32] = {15519, 1, -40, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
            [33] = {16328, 1, -40, levelRequirement = 81, statInterpolation = {1},  cost = { }, },
            [34] = {17136, 1, -40, levelRequirement = 82, statInterpolation = {1},  cost = { }, },
            [35] = {17945, 0, 1, -40, levelRequirement = 83, statInterpolation = {1, 1},  cost = { }, },
            [36] = {18546, 0, 1, -40, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    에너지 보호막 재충전 속도 65% 감소
    IdMonsterEnergyShieldRegenRate-65
    FamilyEnergyShieldRegeneration
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • energy shield recharge rate +% Min: -65 Max: -65 Global
  • Craft Tagsdefences energy_shield
    몬스터가 주는 경험치 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
  • 밀려날 수 없음
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back 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.