재의 전령
구조물
지역: 상점가 지도
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
추가 저주 1개 적용 가능
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
떨어지는 아이템 희귀도 15000% 증가
추가 저주 1개 적용 가능
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Herald of Ashes
Spectre | N |
---|---|
Area | 상점가 지도 |
Tags | 시전, construct, cursing_monster, fire_affinity, hard_armour, has_claw, has_one_handed_melee, I_see_brothers_card, large_height, large_model, mud_blood, non_unique_map_boss, not_str, slow_movement, wb_elite |
생명력
350%
Energy Shield From Life
100%
회피
+10%
Ailment Threshold
350%
저항
40 40 40 25
Damage
300%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
110%
Type
GuardianCasterMapBoss
Metadata
MapGuardianBossFire
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
80
생명력
4,921,402
방어도
73,441
회피
7,836
에너지 보호막
12,787
Damage
2,590
주문 피해
3,866
정확도
462
Attack Time
1.005
경험치
139,832
Ailment Threshold
2,362,273
Chill
7,470
Shock
7,470
Brittle
42,259
Scorch
7,470
Sap
20,637
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MonsterFlammability
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
인화성
시전 속도: 0.5 초
재사용 대기시간: 10 초
범위 내 모든 대상에게 저주를 걸어 화염 저항을 낮춥니다. 저주 상태에서 피격되는 적은 일정 확률로 점화됩니다.
기본 지속시간 6초
저주받은 적의 화염 저항 -40%
저주받은 적 명중 시 점화 확률 +25%
active skill area of effect radius +% final [9]
저주받은 적의 화염 저항 -40%
저주받은 적 명중 시 점화 확률 +25%
active skill area of effect radius +% final [9]
GuardianBossFireBeacon
Spell, Damage, Area, Duration, Trappable, Mineable, Totemable, Triggerable, Multicastable, AreaSpell
시전 속도: 1 초
재사용 대기시간: 5 초
기본 지속시간 2.15초
4185~6278 화염 피해
active skill area of effect radius +% final [28]
beacon placement radius [50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
number of beacons [5]
4185~6278 화염 피해
active skill area of effect radius +% final [28]
beacon placement radius [50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
number of beacons [5]
MapBossGuardianFireStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
화염 폭풍
치명타 확률: 5%
추가 피해 효율: 30%
시전 속도: 0.9 초
대상 지역에 화염의 화살이 쏟아져 폭발하며 주변의 적들에게 화염 피해를 줍니다.
기본 지속시간 1.2초
672.7~1009 화염 피해
25%의 확률로 적을 점화
0.13초마다 충돌 1회
기본 반경 1미터
firestorm base area of effect +% [-49]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
672.7~1009 화염 피해
25%의 확률로 적을 점화
0.13초마다 충돌 1회
기본 반경 1미터
firestorm base area of effect +% [-49]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "DetachAllContainingText( head ); RemoveEffects( );" on_spawned_dead = "DetachAllContainingText( head ); RemoveEffects( );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/MapGuardianBossFire"] = { name = "Herald of Ashes", life = 3.5, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { "MapBossGuardianFireStorm", "MonsterFlammability", "GuardianBossFireBeacon", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MapBossGuardianFireStorm"] = { name = "Firestorm", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "fire_storm_fireball_delay_ms", "base_skill_effect_duration", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_chance_to_ignite_%", "spell_maximum_action_distance_+%", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, levelRequirement = 2, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1}, cost = { }, }, [3] = {0.40000000596046, 0.60000002384186, 125, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterFlammability"] = { name = "Flammability", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Hex] = true, }, statDescriptionScope = "curse_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_resistance_%", "base_skill_effect_duration", "chance_to_be_ignited_%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1}, cost = { }, }, [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1}, cost = { }, }, [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1}, cost = { }, }, [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GuardianBossFireBeacon"] = { name = "GuardianBossFireBeacon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "number_of_beacons", "beacon_placement_radius", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 3000, -20, 5, 50, -25, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 2975, -19, 5, 50, -25, levelRequirement = 5, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 2950, -18, 5, 50, -25, levelRequirement = 8, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [4] = {0.80000001192093, 1.2000000476837, 2925, -17, 5, 50, -25, levelRequirement = 11, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [5] = {0.80000001192093, 1.2000000476837, 2900, -16, 5, 50, -25, levelRequirement = 15, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [6] = {0.80000001192093, 1.2000000476837, 2875, -15, 5, 50, -25, levelRequirement = 20, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [7] = {0.80000001192093, 1.2000000476837, 2850, -14, 5, 50, -25, levelRequirement = 24, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [8] = {0.80000001192093, 1.2000000476837, 2825, -13, 5, 50, -25, levelRequirement = 28, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [9] = {0.80000001192093, 1.2000000476837, 2800, -12, 5, 50, -25, levelRequirement = 29, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [10] = {0.80000001192093, 1.2000000476837, 2775, -11, 5, 50, -25, levelRequirement = 32, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [11] = {0.80000001192093, 1.2000000476837, 2750, -10, 5, 50, -25, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [12] = {0.80000001192093, 1.2000000476837, 2725, -9, 5, 50, -25, levelRequirement = 40, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [13] = {0.80000001192093, 1.2000000476837, 2700, -8, 5, 50, -25, levelRequirement = 45, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [14] = {0.80000001192093, 1.2000000476837, 2675, -7, 5, 50, -25, levelRequirement = 49, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [15] = {0.80000001192093, 1.2000000476837, 2650, -6, 5, 50, -25, levelRequirement = 50, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [16] = {0.80000001192093, 1.2000000476837, 2625, -5, 5, 50, -25, levelRequirement = 52, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [17] = {0.80000001192093, 1.2000000476837, 2600, -4, 5, 50, -25, levelRequirement = 56, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [18] = {0.80000001192093, 1.2000000476837, 2575, -3, 5, 50, -25, levelRequirement = 60, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [19] = {0.80000001192093, 1.2000000476837, 2550, -2, 5, 50, -25, levelRequirement = 64, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [20] = {0.80000001192093, 1.2000000476837, 2525, -1, 5, 50, -25, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [21] = {0.80000001192093, 1.2000000476837, 2500, 5, 50, -25, levelRequirement = 66, statInterpolation = {3, 3, 1}, cost = { }, }, [22] = {0.80000001192093, 1.2000000476837, 2475, 2, 5, 50, -25, levelRequirement = 67, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [23] = {0.80000001192093, 1.2000000476837, 2450, 4, 5, 50, -25, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [24] = {0.80000001192093, 1.2000000476837, 2425, 6, 5, 50, -25, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [25] = {0.80000001192093, 1.2000000476837, 2400, 8, 5, 50, -25, levelRequirement = 70, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [26] = {0.80000001192093, 1.2000000476837, 2375, 10, 5, 50, -25, levelRequirement = 71, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [27] = {0.80000001192093, 1.2000000476837, 2350, 12, 5, 50, -25, levelRequirement = 72, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [28] = {0.80000001192093, 1.2000000476837, 2325, 14, 5, 50, -25, levelRequirement = 73, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [29] = {0.80000001192093, 1.2000000476837, 2300, 16, 5, 50, -25, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [30] = {0.80000001192093, 1.2000000476837, 2275, 18, 5, 50, -25, levelRequirement = 75, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [31] = {0.80000001192093, 1.2000000476837, 2250, 20, 5, 50, -25, levelRequirement = 76, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [32] = {0.80000001192093, 1.2000000476837, 2225, 22, 5, 50, -25, levelRequirement = 77, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [33] = {0.80000001192093, 1.2000000476837, 2200, 24, 5, 50, -25, levelRequirement = 78, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [34] = {0.80000001192093, 1.2000000476837, 2175, 26, 5, 50, -25, levelRequirement = 79, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [35] = {0.80000001192093, 1.2000000476837, 2150, 28, 5, 50, -25, levelRequirement = 80, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [36] = {0.80000001192093, 1.2000000476837, 2125, 29, 5, 50, -25, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [37] = {0.80000001192093, 1.2000000476837, 2100, 30, 5, 50, -25, levelRequirement = 82, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
추가 저주 1개 적용 가능
Id | AdditionalCurseOnEnemies_ |
---|---|
Family | AdditionalCurseOnEnemies |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
재의 전령
구조물
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
추가 저주 1개 적용 가능
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
떨어지는 아이템 희귀도 15000% 증가
추가 저주 1개 적용 가능
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Herald of Ashes
Spectre | N |
---|---|
Tags | 시전, construct, cursing_monster, fire_affinity, hard_armour, has_claw, has_one_handed_melee, large_height, large_model, mud_blood, not_str, slow_movement, standalone_map_boss, wb_elite |
생명력
350%
Energy Shield From Life
100%
회피
+10%
Ailment Threshold
350%
저항
40 40 40 25
Damage
300%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
110%
Type
GuardianCasterMapBoss
Metadata
MapGuardianBossFireStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
487,712
방어도
28,790
회피
5,213
에너지 보호막
6,127
Damage
1,276
주문 피해
1,905
정확도
290
Attack Time
1.005
경험치
112,805
Ailment Threshold
307,259
Chill
972
Shock
972
Brittle
5,497
Scorch
972
Sap
2,684
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MonsterFlammability
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
인화성
시전 속도: 0.5 초
재사용 대기시간: 10 초
범위 내 모든 대상에게 저주를 걸어 화염 저항을 낮춥니다. 저주 상태에서 피격되는 적은 일정 확률로 점화됩니다.
기본 지속시간 6초
저주받은 적의 화염 저항 -30%
저주받은 적 명중 시 점화 확률 +25%
active skill area of effect radius +% final [9]
저주받은 적의 화염 저항 -30%
저주받은 적 명중 시 점화 확률 +25%
active skill area of effect radius +% final [9]
GuardianBossFireBeacon
Spell, Damage, Area, Duration, Trappable, Mineable, Totemable, Triggerable, Multicastable, AreaSpell
시전 속도: 1 초
재사용 대기시간: 5 초
기본 지속시간 2.45초
2214~3321 화염 피해
active skill area of effect radius +% final [4]
beacon placement radius [50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
number of beacons [5]
2214~3321 화염 피해
active skill area of effect radius +% final [4]
beacon placement radius [50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
number of beacons [5]
MapBossGuardianFireStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
화염 폭풍
치명타 확률: 5%
추가 피해 효율: 30%
시전 속도: 0.9 초
대상 지역에 화염의 화살이 쏟아져 폭발하며 주변의 적들에게 화염 피해를 줍니다.
기본 지속시간 1.2초
455.7~683.5 화염 피해
25%의 확률로 적을 점화
0.13초마다 충돌 1회
기본 반경 1미터
firestorm base area of effect +% [-49]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
455.7~683.5 화염 피해
25%의 확률로 적을 점화
0.13초마다 충돌 1회
기본 반경 1미터
firestorm base area of effect +% [-49]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss" Life { on_death = "DetachAllContainingText( head ); RemoveEffects( );" on_spawned_dead = "DetachAllContainingText( head ); RemoveEffects( );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/MapGuardianBossFireStandalone"] = { name = "Herald of Ashes", life = 3.5, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { "MapBossGuardianFireStorm", "MonsterFlammability", "GuardianBossFireBeacon", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MapBossGuardianFireStorm"] = { name = "Firestorm", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "fire_storm_fireball_delay_ms", "base_skill_effect_duration", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_chance_to_ignite_%", "spell_maximum_action_distance_+%", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, levelRequirement = 2, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1}, cost = { }, }, [3] = {0.40000000596046, 0.60000002384186, 125, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterFlammability"] = { name = "Flammability", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Hex] = true, }, statDescriptionScope = "curse_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_resistance_%", "base_skill_effect_duration", "chance_to_be_ignited_%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1}, cost = { }, }, [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1}, cost = { }, }, [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1}, cost = { }, }, [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GuardianBossFireBeacon"] = { name = "GuardianBossFireBeacon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "number_of_beacons", "beacon_placement_radius", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 3000, -20, 5, 50, -25, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 2975, -19, 5, 50, -25, levelRequirement = 5, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 2950, -18, 5, 50, -25, levelRequirement = 8, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [4] = {0.80000001192093, 1.2000000476837, 2925, -17, 5, 50, -25, levelRequirement = 11, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [5] = {0.80000001192093, 1.2000000476837, 2900, -16, 5, 50, -25, levelRequirement = 15, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [6] = {0.80000001192093, 1.2000000476837, 2875, -15, 5, 50, -25, levelRequirement = 20, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [7] = {0.80000001192093, 1.2000000476837, 2850, -14, 5, 50, -25, levelRequirement = 24, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [8] = {0.80000001192093, 1.2000000476837, 2825, -13, 5, 50, -25, levelRequirement = 28, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [9] = {0.80000001192093, 1.2000000476837, 2800, -12, 5, 50, -25, levelRequirement = 29, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [10] = {0.80000001192093, 1.2000000476837, 2775, -11, 5, 50, -25, levelRequirement = 32, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [11] = {0.80000001192093, 1.2000000476837, 2750, -10, 5, 50, -25, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [12] = {0.80000001192093, 1.2000000476837, 2725, -9, 5, 50, -25, levelRequirement = 40, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [13] = {0.80000001192093, 1.2000000476837, 2700, -8, 5, 50, -25, levelRequirement = 45, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [14] = {0.80000001192093, 1.2000000476837, 2675, -7, 5, 50, -25, levelRequirement = 49, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [15] = {0.80000001192093, 1.2000000476837, 2650, -6, 5, 50, -25, levelRequirement = 50, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [16] = {0.80000001192093, 1.2000000476837, 2625, -5, 5, 50, -25, levelRequirement = 52, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [17] = {0.80000001192093, 1.2000000476837, 2600, -4, 5, 50, -25, levelRequirement = 56, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [18] = {0.80000001192093, 1.2000000476837, 2575, -3, 5, 50, -25, levelRequirement = 60, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [19] = {0.80000001192093, 1.2000000476837, 2550, -2, 5, 50, -25, levelRequirement = 64, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [20] = {0.80000001192093, 1.2000000476837, 2525, -1, 5, 50, -25, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [21] = {0.80000001192093, 1.2000000476837, 2500, 5, 50, -25, levelRequirement = 66, statInterpolation = {3, 3, 1}, cost = { }, }, [22] = {0.80000001192093, 1.2000000476837, 2475, 2, 5, 50, -25, levelRequirement = 67, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [23] = {0.80000001192093, 1.2000000476837, 2450, 4, 5, 50, -25, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [24] = {0.80000001192093, 1.2000000476837, 2425, 6, 5, 50, -25, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [25] = {0.80000001192093, 1.2000000476837, 2400, 8, 5, 50, -25, levelRequirement = 70, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [26] = {0.80000001192093, 1.2000000476837, 2375, 10, 5, 50, -25, levelRequirement = 71, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [27] = {0.80000001192093, 1.2000000476837, 2350, 12, 5, 50, -25, levelRequirement = 72, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [28] = {0.80000001192093, 1.2000000476837, 2325, 14, 5, 50, -25, levelRequirement = 73, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [29] = {0.80000001192093, 1.2000000476837, 2300, 16, 5, 50, -25, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [30] = {0.80000001192093, 1.2000000476837, 2275, 18, 5, 50, -25, levelRequirement = 75, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [31] = {0.80000001192093, 1.2000000476837, 2250, 20, 5, 50, -25, levelRequirement = 76, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [32] = {0.80000001192093, 1.2000000476837, 2225, 22, 5, 50, -25, levelRequirement = 77, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [33] = {0.80000001192093, 1.2000000476837, 2200, 24, 5, 50, -25, levelRequirement = 78, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [34] = {0.80000001192093, 1.2000000476837, 2175, 26, 5, 50, -25, levelRequirement = 79, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [35] = {0.80000001192093, 1.2000000476837, 2150, 28, 5, 50, -25, levelRequirement = 80, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [36] = {0.80000001192093, 1.2000000476837, 2125, 29, 5, 50, -25, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [37] = {0.80000001192093, 1.2000000476837, 2100, 30, 5, 50, -25, levelRequirement = 82, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
추가 저주 1개 적용 가능
Id | AdditionalCurseOnEnemies_ |
---|---|
Family | AdditionalCurseOnEnemies |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
재의 전령
구조물
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
추가 저주 1개 적용 가능
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
떨어지는 아이템 희귀도 15000% 증가
추가 저주 1개 적용 가능
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Herald of Ashes
Spectre | N |
---|---|
Tags | construct, elder_map_boss, hard_armour, is_unarmed, large_height, large_model, mud_blood, non_attacking, not_str, slow_movement, wb_elite |
생명력
350%
Energy Shield From Life
100%
회피
+10%
Ailment Threshold
350%
저항
40 40 40 25
Damage
300%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
110%
Type
GuardianCasterMapBoss
Metadata
MapGuardianBossFireElder
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { corpse_usable = false } Stats { base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 is_hidden_monster = 1 immune_to_curses = 1 immune_to_auras_from_other_entities = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/MapGuardianBossFireElder"] = { name = "Herald of Ashes", life = 3.5, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { }, modList = { }, }
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
추가 저주 1개 적용 가능
Id | AdditionalCurseOnEnemies_ |
---|---|
Family | AdditionalCurseOnEnemies |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |