Bruxa do Caldeirão
HumanóideÁrea: Mapa: Câmaras Sepulcrais
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Witch of the Cauldron
| Spectre | N |
|---|---|
| Area | Mapa: Câmaras Sepulcrais |
| Tags | bandit, Conjurador, fire_affinity, has_wand, human, humanoid, light_armour, medium_movement, medium_small_height, non_unique_map_boss, not_dex, not_str, physical_affinity, ranged, red_blood |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
Damage
144%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 35
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
120%
Model Size
110%
Type
IntBanditMapBoss
Metadata
MapBanditLeaderAlira2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
80
Vida
0
Armadura
73,441
Evasão
7,124
Escudo de Energia
51,148
Damage
1,243
Dano Mágico
1,855
Precisão
924
Attack Time
0.83415
Experiência
83,899
Minion Life
0
Minion Energy Shield
10,000
Minion Damage
1,037
Ailment Threshold
2,699,740
Chill
8,537
Shock
8,537
Brittle
48,296
Scorch
8,537
Sap
23,585
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).
MonsterDetonateDeadAreaAliraMaps
Spell, Area, Damage, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 0.6 seg
Recarga: 6 seg
Duração base é de 1.5 segundos
Duração Base Secundária é de 0.5 segundos
Causa 1529 a 2294 de Dano de Fogo
Explosão causa Dano de Fogo base igual a 1% da Vida máxima do cadáver
Causa +6 Explosões
is area damage [1]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1974–2961
Chance de Crítico: 5%
Attack Time: 1.245 seg
Abate seus inimigos com um golpe poderoso.
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]
DesecrateAliraMapBoss
Spell, Area, Duration, Trappable, Totemable, Mineable, Triggerable, DamageOverTime, Multicastable, Chaos, Cascadable, AreaSpell
Profanar
Tempo de Conjuração: 1 seg
Recarga: 3 seg
Profana o solo, criando cadáveres baseados nos monstros da área atual e causando dano de caos degenerativo aos inimigos. Se você utilizar uma habilidade Evocar Espectro, há uma chance de criar cadáveres espectrais iguais aos seus Espectros evocados mais recentes. Somente habilidades de Lacaios podem interagir com cadáveres espectrais.
Causa 740.7 de Dano de Caos Base por segundo
Duração base é de 6 segundos
Cria 5 cadáveres
Nível dos Corpos Criados é igual ao nível da área, máximo de Nível 100
Máximo de 30 Cadáveres permitidos
active skill area of effect radius +% final [33]
is area damage [1]
TriggerSpawnersZombieZergAliraMap
Triggerable
active skill area of effect radius +% final [100]
trigger spawners override row [8]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
main_hand_unarmed_type = "Wand"
}
Stats
{
base_maximum_mana = 1000
}
BaseEvents
{
server_only = true
}
Transitionable
{
}
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BanditLeaderInt/MapBanditLeaderAlira2"] = {
name = "Witch of the Cauldron",
life = 4,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.44,
damageSpread = 0.2,
attackTime = 1.245,
attackRange = 35,
accuracy = 1,
weaponType1 = "Wand",
weaponType2 = "Shield",
skillList = {
"MeleeAtAnimationSpeedUnique",
"TriggerSpawnersZombieZergAliraMap",
"DesecrateAliraMapBoss",
"MonsterDetonateDeadAreaAliraMaps",
},
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["TriggerSpawnersZombieZergAliraMap"] = {
name = "TriggerSpawnersZombieZergAliraMap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"trigger_spawners_override_row",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {8, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DesecrateAliraMapBoss"] = {
name = "Desecrate",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Desecrates the ground, spawning corpses based on monsters in the current area and dealing chaos damage over time to enemies. If you are using the Raise Spectre skill there is a chance to spawn spectral corpses matching your most recently raised Spectres. Spectral corpses cannot be interacted with except by Minion skills.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Triggerable] = true,
[SkillType.DamageOverTime] = true,
[SkillType.Multicastable] = true,
[SkillType.Chaos] = true,
[SkillType.Cascadable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_chaos_damage_to_deal_per_minute",
"base_skill_effect_duration",
"desecrate_number_of_corpses_to_create",
"desecrate_corpse_level",
"desecrate_maximum_number_of_corpses",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {1, 6000, 5, 100, 30, 33, levelRequirement = 68, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadAreaAliraMaps"] = {
name = "MonsterDetonateDeadAreaAliraMaps",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.6,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"corpse_explosion_monster_life_%",
"base_skill_effect_duration",
"base_secondary_skill_effect_duration",
"upheaval_number_of_spikes",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
| Name | Devorador de Almas |
|---|---|
| Family | MonsterNemesis |
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Ataque Conjurador Velocidade Aura |
Devorador de Almas
Raio: 150
Você ganha marcadores de Devorador de Almas ao matar inimigos próximos
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
Soul Eater
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
| Family | MonsterBlockAndBypass |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
Bruxa do Caldeirão
HumanóideMonstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Witch of the Cauldron
| Spectre | N |
|---|---|
| Tags | bandit, Conjurador, fire_affinity, has_wand, human, humanoid, light_armour, medium_movement, medium_small_height, not_dex, not_str, physical_affinity, ranged, red_blood, standalone_map_boss |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
Damage
144%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 35
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
120%
Model Size
110%
Type
IntBanditMapBoss
Metadata
MapBanditLeaderAlira2Standalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
0
Armadura
28,790
Evasão
4,739
Escudo de Energia
24,508
Damage
613
Dano Mágico
914
Precisão
580
Attack Time
0.83415
Experiência
67,683
Minion Life
0
Minion Energy Shield
5,316
Minion Damage
489
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
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).
MonsterDetonateDeadAreaAliraMaps
Spell, Area, Damage, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 0.6 seg
Recarga: 6 seg
Duração base é de 1.5 segundos
Duração Base Secundária é de 0.5 segundos
Causa 827.5 a 1241 de Dano de Fogo
Explosão causa Dano de Fogo base igual a 1% da Vida máxima do cadáver
Causa +6 Explosões
is area damage [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 973–1459
Chance de Crítico: 5%
Attack Time: 1.245 seg
Abate seus inimigos com um golpe poderoso.
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]
DesecrateAliraMapBoss
Spell, Area, Duration, Trappable, Totemable, Mineable, Triggerable, DamageOverTime, Multicastable, Chaos, Cascadable, AreaSpell
Profanar
Tempo de Conjuração: 1 seg
Recarga: 3 seg
Profana o solo, criando cadáveres baseados nos monstros da área atual e causando dano de caos degenerativo aos inimigos. Se você utilizar uma habilidade Evocar Espectro, há uma chance de criar cadáveres espectrais iguais aos seus Espectros evocados mais recentes. Somente habilidades de Lacaios podem interagir com cadáveres espectrais.
Causa 337.5 de Dano de Caos Base por segundo
Duração base é de 6 segundos
Cria 5 cadáveres
Nível dos Corpos Criados é igual ao nível da área, máximo de Nível 100
Máximo de 30 Cadáveres permitidos
active skill area of effect radius +% final [33]
is area damage [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/StandaloneMapBoss"
Actor
{
main_hand_unarmed_type = "Wand"
}
Stats
{
base_maximum_mana = 1000
}
BaseEvents
{
server_only = true
}
Transitionable
{
}
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BanditLeaderInt/MapBanditLeaderAlira2Standalone"] = {
name = "Witch of the Cauldron",
life = 4,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.44,
damageSpread = 0.2,
attackTime = 1.245,
attackRange = 35,
accuracy = 1,
weaponType1 = "Wand",
weaponType2 = "Shield",
skillList = {
"MeleeAtAnimationSpeed",
"DesecrateAliraMapBoss",
"MonsterDetonateDeadAreaAliraMaps",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["DesecrateAliraMapBoss"] = {
name = "Desecrate",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Desecrates the ground, spawning corpses based on monsters in the current area and dealing chaos damage over time to enemies. If you are using the Raise Spectre skill there is a chance to spawn spectral corpses matching your most recently raised Spectres. Spectral corpses cannot be interacted with except by Minion skills.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Triggerable] = true,
[SkillType.DamageOverTime] = true,
[SkillType.Multicastable] = true,
[SkillType.Chaos] = true,
[SkillType.Cascadable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_chaos_damage_to_deal_per_minute",
"base_skill_effect_duration",
"desecrate_number_of_corpses_to_create",
"desecrate_corpse_level",
"desecrate_maximum_number_of_corpses",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {1, 6000, 5, 100, 30, 33, levelRequirement = 68, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadAreaAliraMaps"] = {
name = "MonsterDetonateDeadAreaAliraMaps",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.6,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"corpse_explosion_monster_life_%",
"base_skill_effect_duration",
"base_secondary_skill_effect_duration",
"upheaval_number_of_spikes",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
| Name | Devorador de Almas |
|---|---|
| Family | MonsterNemesis |
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Ataque Conjurador Velocidade Aura |
Devorador de Almas
Raio: 150
Você ganha marcadores de Devorador de Almas ao matar inimigos próximos
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
Soul Eater
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
| Family | MonsterBlockAndBypass |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
Bruxa do Caldeirão
HumanóideMonstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Witch of the Cauldron
| Spectre | N |
|---|---|
| Tags | bandit, elder_map_boss, has_wand, human, humanoid, light_armour, medium_movement, medium_small_height, non_attacking, not_dex, not_str, red_blood |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
Damage
144%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 35
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
120%
Model Size
110%
Type
IntBanditMapBoss
Metadata
MapBanditLeaderAlira2Elder
Object Type
version 2
extends "Metadata/Monsters/Monster"
Life
{
corpse_usable = false
}
Stats
{
base_cannot_be_damaged = 1
base_cannot_be_stunned = 1
cannot_be_knocked_back = 1
is_hidden_monster = 1
immune_to_curses = 1
immune_to_auras_from_other_entities = 1
set_immune_vaal_lighting_warp = 1
}
Transitionable
{
}
Preload
{
preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Transitionable
{
on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/BanditLeaderInt/MapBanditLeaderAlira2Elder"] = {
name = "Witch of the Cauldron",
life = 4,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.44,
damageSpread = 0.2,
attackTime = 1.245,
attackRange = 35,
accuracy = 1,
weaponType1 = "Wand",
weaponType2 = "Shield",
skillList = {
},
modList = {
},
}
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
| Name | Devorador de Almas |
|---|---|
| Family | MonsterNemesis |
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Ataque Conjurador Velocidade Aura |
Devorador de Almas
Raio: 150
Você ganha marcadores de Devorador de Almas ao matar inimigos próximos
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
Soul Eater
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
| Family | MonsterBlockAndBypass |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
Bruxa do Caldeirão
HumanóideMonstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Witch of the Cauldron
| Spectre | N |
|---|---|
| Tags | bandit, Conjurador, has_wand, human, humanoid, light_armour, medium_movement, medium_small_height, not_dex, not_str, physical_affinity, ranged, red_blood, unique_map_boss |
Vida
540%
Energy Shield From Life
100%
Ailment Threshold
540%
Resistência
Damage
144%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 35
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
120%
Model Size
110%
Type
IntBanditBoss
Metadata
MapBanditLeaderAliraPantheon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
0
Armadura
28,790
Evasão
4,739
Escudo de Energia
33,086
Damage
613
Dano Mágico
914
Precisão
580
Attack Time
0.83415
Experiência
67,683
Minion Life
0
Minion Energy Shield
7,177
Minion Damage
489
Ailment Threshold
474,056
Chill
1,499
Shock
1,499
Brittle
8,480
Scorch
1,499
Sap
4,141
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).
BanditDetonateDead
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 0.8 seg
Causa 119.5 a 179.3 de Dano de Fogo
Explosão causa Dano de Fogo base igual a 6% da Vida máxima do cadáver
active skill area of effect radius +% final [-18]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 973–1459
Chance de Crítico: 5%
Attack Time: 1.245 seg
Abate seus inimigos com um golpe poderoso.
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]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
main_hand_unarmed_type = "Wand"
}
Stats
{
base_maximum_mana = 1000
}
BaseEvents
{
server_only = true
}
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BanditLeaderInt/MapBanditLeaderAliraPantheon"] = {
name = "Witch of the Cauldron",
life = 5.4,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.44,
damageSpread = 0.2,
attackTime = 1.245,
attackRange = 35,
accuracy = 1,
weaponType1 = "Wand",
weaponType2 = "Shield",
skillList = {
"BanditDetonateDead",
"MeleeAtAnimationSpeedUnique",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["BanditDetonateDead"] = {
name = "BanditDetonateDead",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.8,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"secondary_minimum_base_fire_damage",
"secondary_maximum_base_fire_damage",
"corpse_explosion_monster_life_%",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 9, -25, -18, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 6, -25, -18, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3, 1}, cost = { }, },
},
}
-- 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 = { }, },
},
}
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
| Family | MonsterBlockAndBypass |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
Bruxa do Caldeirão
HumanóideMonstros concedem Experiência aumentada em 1000%
Quantidade dos Itens Derrubados aumentada em 1500%
Raridade dos Itens Derrubados aumentada em 2000%
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
Quantidade dos Itens Derrubados aumentada em 1500%
Raridade dos Itens Derrubados aumentada em 2000%
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
Witch of the Cauldron
| Spectre | N |
|---|---|
| Tags | bandit, has_wand, human, humanoid, light_armour, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, red_blood |
Vida
115%
Energy Shield From Life
100%
Ailment Threshold
115%
Resistência
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 35
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
120%
Model Size
110%
Type
IntBanditBossDescent
Metadata
BanditLeaderAliraDescent
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
0
Armadura
28,790
Evasão
4,739
Escudo de Energia
7,046
Damage
448
Dano Mágico
448
Precisão
580
Attack Time
1.245
Experiência
12,306
Minion Life
0
Minion Energy Shield
1,528
Minion Damage
358
Ailment Threshold
7,398
Chill
23
Shock
23
Brittle
132
Scorch
23
Sap
65
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).
BanditBossDetonateDeadDescent
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 0.8 seg
Causa 119.5 a 179.3 de Dano de Fogo
Explosão causa Dano de Fogo base igual a 6% da Vida máxima do cadáver
active skill area of effect radius +% final [-18]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 359–538
Chance de Crítico: 5%
Attack Time: 1.245 seg
Abate seus inimigos com um golpe poderoso.
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]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
main_hand_unarmed_type = "Wand"
}
Stats
{
base_maximum_mana = 1000
}
BaseEvents
{
server_only = true
}
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BanditLeaderInt/BanditLeaderAliraDescent"] = {
name = "Witch of the Cauldron",
life = 1.15,
energyShield = 1,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.245,
attackRange = 35,
accuracy = 1,
weaponType1 = "Wand",
weaponType2 = "Shield",
skillList = {
"BanditBossDetonateDeadDescent",
"MeleeAtAnimationSpeedUnique",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["BanditBossDetonateDeadDescent"] = {
name = "BanditBossDetonateDeadDescent",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.8,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"secondary_minimum_base_fire_damage",
"secondary_maximum_base_fire_damage",
"corpse_explosion_monster_life_%",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 6, -25, -18, critChance = 5, levelRequirement = 7, statInterpolation = {3, 3}, cost = { }, },
},
}
-- 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 = { }, },
},
}
Monstros concedem Experiência aumentada em 1000%
Quantidade dos Itens Derrubados aumentada em 1500%
Raridade dos Itens Derrubados aumentada em 2000%
| Family | MonsterDescentBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
| Family | MonsterBlockAndBypass |
|---|---|
| Domains | monstro (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | block |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.