앗지리의 자부심
악마
떨어지는 아이템 희귀도 % 증가
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
stance movement speed +% final [112]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Atziri's Pride
SpectreN
Area비밀 실험실, 비밀 실험실
Tags시전, cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, large_height, lightning_affinity, melee, physical_affinity, red_blood, slow_movement, vaalsidearea_boss
생명력
220%
Ailment Threshold
220%
저항
30 30 30 20
Damage
240%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
130%
Type
DemonModularBossSideArea
Metadata
DemonModularElementsBossSideArea
레벨
68
생명력
14,153
방어도
28,790
회피
4,739
에너지 보호막
0
Damage
897
주문 피해
897
정확도
290
Attack Time
1.5
경험치
20,510
Ailment Threshold
14,153
Chill
45
Shock
45
Brittle
253
Scorch
45
Sap
124
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 717–1076
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterRighteousFireDemonBoss
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
정의의 화염
시전 속도: 1 초
시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
1초마다 290.7의 기본 화염 피해를 줌
기본 반경 1.8미터
active skill area of effect radius +% final [109]
MonsterLightningWarpDemonBoss
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
번개 차원 이동
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 1.5 초
지속시간 동안 대기 후 대상 지점으로 순간이동합니다. 지속시간은 거리와 시전자의 이동 속도에 비례합니다. 순간이동 시 출발 지점과 도착 지점 주변 적들에게 번개 피해를 줍니다. 재시전 시 다수의 순간이동이 예약되어 연속적으로 실행됩니다.
444.2~1332 번개 피해
시전 속도 30% 증가
지속시간 75% 감소
base skill show average damage instead of dps [1]
is area damage [1]
MonsterIceShieldDemonBoss
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
한기의 방어구
시전 속도: 0.5 초
피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
기본 지속시간 3
버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
	basic_action = "Emerge2"
	main_hand_unarmed_type = "One_Hand_Sword"
}

Stats
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "DetachAllContainingText( elehands );"
	on_spawned_dead = "DetachAllContainingText( elehands );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonModular/DemonModularElementsBossSideArea"] = {
    name = "Atziri's Pride",
    life = 2.2,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 2.4,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MonsterRighteousFireDemonBoss",
        "MonsterLightningWarpDemonBoss",
        "MonsterIceShieldDemonBoss",
    },
    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["MonsterRighteousFireDemonBoss"] = {
    name = "Righteous Fire",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Area] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
    },
    levels = {
        [1] = {1, 6, 18, levelRequirement = 3, statInterpolation = {3, 1},  cost = { }, },
        [2] = {1, 11, 18, levelRequirement = 5, statInterpolation = {3, 1},  cost = { }, },
        [3] = {1, 15, 18, levelRequirement = 8, statInterpolation = {3, 1},  cost = { }, },
        [4] = {1, 19, 18, levelRequirement = 10, statInterpolation = {3, 1},  cost = { }, },
        [5] = {1, 23, 18, levelRequirement = 12, statInterpolation = {3, 1},  cost = { }, },
        [6] = {1, 27, 18, levelRequirement = 14, statInterpolation = {3, 1},  cost = { }, },
        [7] = {1, 33, 18, levelRequirement = 17, statInterpolation = {3, 1},  cost = { }, },
        [8] = {1, 36, 18, levelRequirement = 20, statInterpolation = {3, 1},  cost = { }, },
        [9] = {1, 40, 18, levelRequirement = 24, statInterpolation = {3, 1},  cost = { }, },
        [10] = {1, 45, 18, levelRequirement = 27, statInterpolation = {3, 1},  cost = { }, },
        [11] = {1, 49, 18, levelRequirement = 28, statInterpolation = {3, 1},  cost = { }, },
        [12] = {1, 54, 18, levelRequirement = 31, statInterpolation = {3, 1},  cost = { }, },
        [13] = {1, 57, 18, levelRequirement = 36, statInterpolation = {3, 1},  cost = { }, },
        [14] = {1, 62, 18, levelRequirement = 41, statInterpolation = {3, 1},  cost = { }, },
        [15] = {1, 66, 18, levelRequirement = 44, statInterpolation = {3, 1},  cost = { }, },
        [16] = {1, 71, 18, levelRequirement = 48, statInterpolation = {3, 1},  cost = { }, },
        [17] = {1, 75, 18, levelRequirement = 50, statInterpolation = {3, 1},  cost = { }, },
        [18] = {1, 79, 18, levelRequirement = 52, statInterpolation = {3, 1},  cost = { }, },
        [19] = {1, 84, 18, levelRequirement = 57, statInterpolation = {3, 1},  cost = { }, },
        [20] = {1, 88, 18, levelRequirement = 63, statInterpolation = {3, 1},  cost = { }, },
        [21] = {1, 92, 18, levelRequirement = 64, statInterpolation = {3, 1},  cost = { }, },
        [22] = {1, 96, 18, levelRequirement = 65, statInterpolation = {3, 1},  cost = { }, },
        [23] = {1, 101, 18, levelRequirement = 66, statInterpolation = {3, 1},  cost = { }, },
        [24] = {1, 105, 18, levelRequirement = 67, statInterpolation = {3, 1},  cost = { }, },
        [25] = {1, 109, 18, levelRequirement = 68, statInterpolation = {3, 1},  cost = { }, },
        [26] = {1, 113, 18, levelRequirement = 69, statInterpolation = {3, 1},  cost = { }, },
        [27] = {1, 118, 18, levelRequirement = 70, statInterpolation = {3, 1},  cost = { }, },
        [28] = {1, 123, 18, levelRequirement = 71, statInterpolation = {3, 1},  cost = { }, },
        [29] = {1, 127, 18, levelRequirement = 72, statInterpolation = {3, 1},  cost = { }, },
        [30] = {1, 131, 18, levelRequirement = 73, statInterpolation = {3, 1},  cost = { }, },
        [31] = {1, 135, 18, levelRequirement = 74, statInterpolation = {3, 1},  cost = { }, },
        [32] = {1, 139, 18, levelRequirement = 75, statInterpolation = {3, 1},  cost = { }, },
        [33] = {1, 144, 18, levelRequirement = 76, statInterpolation = {3, 1},  cost = { }, },
        [34] = {1, 148, 18, levelRequirement = 77, statInterpolation = {3, 1},  cost = { }, },
        [35] = {1, 152, 18, levelRequirement = 78, statInterpolation = {3, 1},  cost = { }, },
        [36] = {1, 157, 18, levelRequirement = 81, statInterpolation = {3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterLightningWarpDemonBoss"] = {
    name = "Lightning Warp",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Movement] = true,
        [SkillType.Lightning] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.Multicastable] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "variable_duration_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "skill_effect_duration_+%",
        "base_cast_speed_+%",
        "base_skill_show_average_damage_instead_of_dps",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, -75, 30, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterIceShieldDemonBoss"] = {
    name = "Arctic Armour",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Totemable] = true,
        [SkillType.Duration] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Cold] = true,
        [SkillType.ElementalStatus] = true,
        [SkillType.Instant] = true,
        [SkillType.NonHitChill] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "chill_enemy_when_hit_duration_ms",
        "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
        "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
떨어지는 아이템 희귀도 % 증가
IdMonsterSideAreaBoss
FamilyMonsterSideAreaBoss
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    앗지리의 자부심
    악마
    지역: InvasionBoss
    떨어지는 아이템 희귀도 % 증가
    monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    monster no map drops [1]
    monster is invasion boss [1]
    stance movement speed +% final [112]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    Atziri's Pride
    SpectreN
    AreaInvasionBoss
    End Game최대 생명력 50% 증가
    Tags시전, cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, invasion_boss, large_height, lightning_affinity, melee, physical_affinity, red_blood, slow_movement
    Packs
  • InvasionBoss: 앗지리의 자부심, 뒤집어 쓴 기형물, 불에 탄 기형물, 감전된 기형물
  • 생명력
    220%
    Ailment Threshold
    220%
    저항
    30 30 30 20
    Damage
    240%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    130%
    Type
    DemonModularBossSideArea
    Metadata
    DemonModularElementsBossSideAreaInvasion
    레벨
    68
    생명력
    14,153
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    0
    Damage
    897
    주문 피해
    897
    정확도
    290
    Attack Time
    1.5
    경험치
    20,510
    Ailment Threshold
    14,153
    Chill
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 717–1076
    치명타 확률: 5%
    Attack Time: 1.5 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    MonsterRighteousFireDemonBoss
    Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    정의의 화염
    시전 속도: 1 초
    시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
    1초마다 290.7의 기본 화염 피해를 줌
    기본 반경 1.8미터
    active skill area of effect radius +% final [109]
    MonsterLightningWarpDemonBoss
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
    번개 차원 이동
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 1.5 초
    지속시간 동안 대기 후 대상 지점으로 순간이동합니다. 지속시간은 거리와 시전자의 이동 속도에 비례합니다. 순간이동 시 출발 지점과 도착 지점 주변 적들에게 번개 피해를 줍니다. 재시전 시 다수의 순간이동이 예약되어 연속적으로 실행됩니다.
    444.2~1332 번개 피해
    시전 속도 30% 증가
    지속시간 75% 감소
    base skill show average damage instead of dps [1]
    is area damage [1]
    MonsterIceShieldDemonBoss
    Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    한기의 방어구
    시전 속도: 0.5 초
    피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
    기본 지속시간 3
    버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
    버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "Emerge2"
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Stats
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "DetachAllContainingText( elehands );"
    	on_spawned_dead = "DetachAllContainingText( elehands );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularElementsBossSideAreaInvasion"] = {
        name = "Atziri's Pride",
        life = 2.2,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 2.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MonsterRighteousFireDemonBoss",
            "MonsterLightningWarpDemonBoss",
            "MonsterIceShieldDemonBoss",
        },
        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["MonsterRighteousFireDemonBoss"] = {
        name = "Righteous Fire",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Fire] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Instant] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
        },
        levels = {
            [1] = {1, 6, 18, levelRequirement = 3, statInterpolation = {3, 1},  cost = { }, },
            [2] = {1, 11, 18, levelRequirement = 5, statInterpolation = {3, 1},  cost = { }, },
            [3] = {1, 15, 18, levelRequirement = 8, statInterpolation = {3, 1},  cost = { }, },
            [4] = {1, 19, 18, levelRequirement = 10, statInterpolation = {3, 1},  cost = { }, },
            [5] = {1, 23, 18, levelRequirement = 12, statInterpolation = {3, 1},  cost = { }, },
            [6] = {1, 27, 18, levelRequirement = 14, statInterpolation = {3, 1},  cost = { }, },
            [7] = {1, 33, 18, levelRequirement = 17, statInterpolation = {3, 1},  cost = { }, },
            [8] = {1, 36, 18, levelRequirement = 20, statInterpolation = {3, 1},  cost = { }, },
            [9] = {1, 40, 18, levelRequirement = 24, statInterpolation = {3, 1},  cost = { }, },
            [10] = {1, 45, 18, levelRequirement = 27, statInterpolation = {3, 1},  cost = { }, },
            [11] = {1, 49, 18, levelRequirement = 28, statInterpolation = {3, 1},  cost = { }, },
            [12] = {1, 54, 18, levelRequirement = 31, statInterpolation = {3, 1},  cost = { }, },
            [13] = {1, 57, 18, levelRequirement = 36, statInterpolation = {3, 1},  cost = { }, },
            [14] = {1, 62, 18, levelRequirement = 41, statInterpolation = {3, 1},  cost = { }, },
            [15] = {1, 66, 18, levelRequirement = 44, statInterpolation = {3, 1},  cost = { }, },
            [16] = {1, 71, 18, levelRequirement = 48, statInterpolation = {3, 1},  cost = { }, },
            [17] = {1, 75, 18, levelRequirement = 50, statInterpolation = {3, 1},  cost = { }, },
            [18] = {1, 79, 18, levelRequirement = 52, statInterpolation = {3, 1},  cost = { }, },
            [19] = {1, 84, 18, levelRequirement = 57, statInterpolation = {3, 1},  cost = { }, },
            [20] = {1, 88, 18, levelRequirement = 63, statInterpolation = {3, 1},  cost = { }, },
            [21] = {1, 92, 18, levelRequirement = 64, statInterpolation = {3, 1},  cost = { }, },
            [22] = {1, 96, 18, levelRequirement = 65, statInterpolation = {3, 1},  cost = { }, },
            [23] = {1, 101, 18, levelRequirement = 66, statInterpolation = {3, 1},  cost = { }, },
            [24] = {1, 105, 18, levelRequirement = 67, statInterpolation = {3, 1},  cost = { }, },
            [25] = {1, 109, 18, levelRequirement = 68, statInterpolation = {3, 1},  cost = { }, },
            [26] = {1, 113, 18, levelRequirement = 69, statInterpolation = {3, 1},  cost = { }, },
            [27] = {1, 118, 18, levelRequirement = 70, statInterpolation = {3, 1},  cost = { }, },
            [28] = {1, 123, 18, levelRequirement = 71, statInterpolation = {3, 1},  cost = { }, },
            [29] = {1, 127, 18, levelRequirement = 72, statInterpolation = {3, 1},  cost = { }, },
            [30] = {1, 131, 18, levelRequirement = 73, statInterpolation = {3, 1},  cost = { }, },
            [31] = {1, 135, 18, levelRequirement = 74, statInterpolation = {3, 1},  cost = { }, },
            [32] = {1, 139, 18, levelRequirement = 75, statInterpolation = {3, 1},  cost = { }, },
            [33] = {1, 144, 18, levelRequirement = 76, statInterpolation = {3, 1},  cost = { }, },
            [34] = {1, 148, 18, levelRequirement = 77, statInterpolation = {3, 1},  cost = { }, },
            [35] = {1, 152, 18, levelRequirement = 78, statInterpolation = {3, 1},  cost = { }, },
            [36] = {1, 157, 18, levelRequirement = 81, statInterpolation = {3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLightningWarpDemonBoss"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "base_cast_speed_+%",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -75, 30, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShieldDemonBoss"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.Instant] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "chill_enemy_when_hit_duration_ms",
            "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
            "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    
    떨어지는 아이템 희귀도 % 증가
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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