Arauto Flamejante
Construto
Área: Mapa: Arcada
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Você pode aplicar uma Maldição adicional
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
Você pode aplicar uma Maldição adicional
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Herald of Ashes
Spectre | N |
---|---|
Area | Mapa: Arcada |
Tags | Conjurador, 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 |
Vida
350%
Energy Shield From Life
100%
Evasão
+10%
Ailment Threshold
350%
Resistência
40 40 40 25
Damage
300%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
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.
Nível
80
Vida
4,921,402
Armadura
73,441
Evasão
7,836
Escudo de Energia
12,787
Damage
2,590
Dano Mágico
3,866
Precisão
462
Attack Time
1.005
Experiência
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
Flamabilidade
Tempo de Conjuração: 0.5 seg
Recarga: 10 seg
Amaldiçoa todos os alvos em uma área, reduzindo sua resistência a fogo e dando a eles uma chance de serem incendiados quando acertados.
Duração base é de 6 segundos
Inimigos Amaldiçoados possuem -40% de Resistência a Fogo
Acertos contra Inimigos Amaldiçoados têm +25% de chance de Incendiar
active skill area of effect radius +% final [9]
Inimigos Amaldiçoados possuem -40% de Resistência a Fogo
Acertos contra Inimigos Amaldiçoados têm +25% de chance de Incendiar
active skill area of effect radius +% final [9]
GuardianBossFireBeacon
Spell, Damage, Area, Duration, Trappable, Mineable, Totemable, Triggerable, Multicastable, AreaSpell
Tempo de Conjuração: 1 seg
Recarga: 5 seg
Duração base é de 2.15 segundos
Causa 4185 a 6278 de Dano de Fogo
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]
Causa 4185 a 6278 de Dano de Fogo
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
Tormenta Flamejante
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 30%
Tempo de Conjuração: 0.9 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 1.2 segundos
Causa 672.7 a 1009 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.13 segundos
O raio Base é de 1 metro
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]
Causa 672.7 a 1009 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.13 segundos
O raio Base é de 1 metro
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 = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Você pode aplicar uma Maldição adicional
Id | AdditionalCurseOnEnemies_ |
---|---|
Family | AdditionalCurseOnEnemies |
Domains | monstro (3) |
GenerationType | Único (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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Arauto Flamejante
Construto
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Você pode aplicar uma Maldição adicional
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
Você pode aplicar uma Maldição adicional
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Herald of Ashes
Spectre | N |
---|---|
Tags | Conjurador, 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 |
Vida
350%
Energy Shield From Life
100%
Evasão
+10%
Ailment Threshold
350%
Resistência
40 40 40 25
Damage
300%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
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.
Nível
68
Vida
487,712
Armadura
28,790
Evasão
5,213
Escudo de Energia
6,127
Damage
1,276
Dano Mágico
1,905
Precisão
290
Attack Time
1.005
Experiência
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
Flamabilidade
Tempo de Conjuração: 0.5 seg
Recarga: 10 seg
Amaldiçoa todos os alvos em uma área, reduzindo sua resistência a fogo e dando a eles uma chance de serem incendiados quando acertados.
Duração base é de 6 segundos
Inimigos Amaldiçoados possuem -30% de Resistência a Fogo
Acertos contra Inimigos Amaldiçoados têm +25% de chance de Incendiar
active skill area of effect radius +% final [9]
Inimigos Amaldiçoados possuem -30% de Resistência a Fogo
Acertos contra Inimigos Amaldiçoados têm +25% de chance de Incendiar
active skill area of effect radius +% final [9]
GuardianBossFireBeacon
Spell, Damage, Area, Duration, Trappable, Mineable, Totemable, Triggerable, Multicastable, AreaSpell
Tempo de Conjuração: 1 seg
Recarga: 5 seg
Duração base é de 2.45 segundos
Causa 2214 a 3321 de Dano de Fogo
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]
Causa 2214 a 3321 de Dano de Fogo
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
Tormenta Flamejante
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 30%
Tempo de Conjuração: 0.9 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 1.2 segundos
Causa 455.7 a 683.5 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.13 segundos
O raio Base é de 1 metro
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]
Causa 455.7 a 683.5 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.13 segundos
O raio Base é de 1 metro
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 = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Você pode aplicar uma Maldição adicional
Id | AdditionalCurseOnEnemies_ |
---|---|
Family | AdditionalCurseOnEnemies |
Domains | monstro (3) |
GenerationType | Único (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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Arauto Flamejante
Construto
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Você pode aplicar uma Maldição adicional
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
Você pode aplicar uma Maldição adicional
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 |
Vida
350%
Energy Shield From Life
100%
Evasão
+10%
Ailment Threshold
350%
Resistência
40 40 40 25
Damage
300%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
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 = { }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Você pode aplicar uma Maldição adicional
Id | AdditionalCurseOnEnemies_ |
---|---|
Family | AdditionalCurseOnEnemies |
Domains | monstro (3) |
GenerationType | Único (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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |