Ele de Muitas Peças
DemoníacoÁrea: Museu, Mapa: Museu
monster base type attack cast speed +% and damage -% final [33]
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-20]
Pode ter até 60 Armadilhas adicionais plantadas por vez
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-20]
Pode ter até 60 Armadilhas adicionais plantadas por vez
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
He of Many Pieces
| Spectre | |
|---|---|
| Area | Museu, Mapa: Museu |
| Tags | bludgeoning_weapon, bone_armour, Conjurador, demon, fire_affinity, human, humanoid, is_unarmed, large_height, large_model, medium_movement, melee, non_unique_map_boss, not_str, physical_affinity, ranged, red_blood |
Vida
400%
Energy Shield From Life
50%
Evasão
+50%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
115%
Type
MaligaroMapBoss2
Metadata
MaligaroMapBoss2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
76
Vida
2,289,127
Armadura
53,896
Evasão
9,353
Escudo de Energia
20,060
Damage
1,369
Dano Mágico
2,043
Precisão
792
Attack Time
1.005
Experiência
132,044
Minion Life
463,075
Minion Energy Shield
4,058
Minion Damage
1,125
Ailment Threshold
1,167,455
Chill
3,691
Shock
3,691
Brittle
20,885
Scorch
3,691
Sap
10,199
Phys Convert Ele
280%
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 2173—3260
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MaligaroEtherealKnivesMapBoss
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Facas Etéreas
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Atira um arco de facas na frente do conjurador que causa dano físico.
Dispara 9 Projéteis adicionais
base is projectile [1]
monster projectile variation [1]
spell maximum base physical damage [682.8]
spell minimum base physical damage [434.5]
MaligaroVaalFireTrap
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Vaal, Fire, AreaSpell
Armadilha Flamejante Vaal
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Recarga: 6 seg
Lança várias armadilhas que explodem ao serem ativadas, causando dano de fogo a inimigos próximos e deixando áreas de solo ardente que causa dano a inimigos que passarem sobre elas.
Causa 620 a 1033 de Dano de Fogo
Arremessa até 6 Armadilhas adicionais
30% do Dano de Fogo Convertido para Dano de Caos
Armadilhas são arremessadas aleatoriamente ao redor do local alvo
active skill spell damage +% final [30]
base skill is trapped [1]
base skill show average damage instead of dps [1]
base trap duration [30000]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [7]
MonsterDetonateDeadAreaMaligaroMaps
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 737.6 a 1106 de Dano de Fogo
20% do Dano de Fogo Convertido para Dano de Caos
Explosão causa Dano de Fogo base igual a 1% da Vida máxima do cadáver
Causa 6 rajadas
is area damage [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_mana_regeneration_rate_per_minute_% = 300
set_base_maximum_mana = 200
}
Transitionable
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Maligaro/MaligaroMapBoss2"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "He of Many Pieces",
life = 4,
energyShield = 0.5,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
skillList = {
"Melee",
"MaligaroVaalFireTrap",
"MaligaroEtherealKnivesMapBoss",
"MonsterDetonateDeadAreaMaligaroMaps",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
name = "Default Attack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Strike your foes down with a powerful blow.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MaligaroVaalFireTrap"] = {
name = "Vaal Fire Trap",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Throws multiple traps that explode when triggered, dealing fire damage to surrounding enemies and leaving areas of burning ground that damages enemies who walk through them.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Duration] = true,
[SkillType.Damage] = true,
[SkillType.Mineable] = true,
[SkillType.Area] = true,
[SkillType.CausesBurning] = true,
[SkillType.Trapped] = true,
[SkillType.DamageOverTime] = true,
[SkillType.Vaal] = true,
[SkillType.Fire] = 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_trap_duration",
"number_of_additional_traps_to_throw",
"throw_traps_in_circle_radius",
"trap_variation",
"active_skill_spell_damage_+%_final",
"skill_fire_damage_%_to_convert_to_chaos",
"is_area_damage",
"base_skill_is_trapped",
"base_skill_show_average_damage_instead_of_dps",
"is_trap",
"ignores_trap_and_mine_cooldown_limit",
},
levels = {
[1] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3}, cost = { }, },
[4] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MaligaroEtherealKnivesMapBoss"] = {
name = "Ethereal Knives",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.Physical] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"number_of_additional_projectiles",
"monster_projectile_variation",
"base_is_projectile",
},
levels = {
[1] = {0.62999999523163, 0.99000000953674, 9, 1, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadAreaMaligaroMaps"] = {
name = "MonsterDetonateDeadAreaMaligaroMaps",
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",
"skill_fire_damage_%_to_convert_to_chaos",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 6, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
monster base type attack cast speed +% and damage -% final [33]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Dano Ataque Conjurador Velocidade |
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
| Family | MonsterTrapsInvulnerable |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster penalty against minions damage +% final vs player minions [-20]
| Family | MonsterDamageVersusMinions |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Dano |
Pode ter até 60 Armadilhas adicionais plantadas por vez
| Family | TrapsAllowed |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
kill traps mines and totems on death [1]
| Family | MonsterKillTrapsMinesTotemsOnDeath |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Stats.item_drop_slots | 1 |
| Stats.energy_shield_recharge_rate_per_minute_% | 2000 |
| Stats.mana_regeneration_rate_per_minute_% | 300 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup |
| Actor.slow_animations_go_to_idle | true |
Ele de Muitas Peças
Demoníacomonster base type attack cast speed +% and damage -% final [33]
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-20]
Pode ter até 60 Armadilhas adicionais plantadas por vez
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-20]
Pode ter até 60 Armadilhas adicionais plantadas por vez
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
He of Many Pieces
| Spectre | |
|---|---|
| Tags | bludgeoning_weapon, bone_armour, Conjurador, demon, fire_affinity, human, humanoid, is_unarmed, large_height, large_model, medium_movement, melee, not_str, physical_affinity, ranged, red_blood, standalone_map_boss |
Vida
400%
Energy Shield From Life
50%
Evasão
+50%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
115%
Type
MaligaroMapBoss2
Metadata
MaligaroMapBoss2Standalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
557,385
Armadura
28,790
Evasão
7,109
Escudo de Energia
12,254
Damage
851
Dano Mágico
1,270
Precisão
580
Attack Time
1.005
Experiência
112,805
Minion Life
120,902
Minion Energy Shield
2,658
Minion Damage
680
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
Phys Convert Ele
240%
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1351—2027
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MaligaroEtherealKnivesMapBoss
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Facas Etéreas
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Atira um arco de facas na frente do conjurador que causa dano físico.
Dispara 9 Projéteis adicionais
base is projectile [1]
monster projectile variation [1]
spell maximum base physical damage [445.5]
spell minimum base physical damage [283.5]
MaligaroVaalFireTrap
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Vaal, Fire, AreaSpell
Armadilha Flamejante Vaal
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Recarga: 6 seg
Lança várias armadilhas que explodem ao serem ativadas, causando dano de fogo a inimigos próximos e deixando áreas de solo ardente que causa dano a inimigos que passarem sobre elas.
Causa 380.5 a 634.2 de Dano de Fogo
Arremessa até 6 Armadilhas adicionais
30% do Dano de Fogo Convertido para Dano de Caos
Armadilhas são arremessadas aleatoriamente ao redor do local alvo
active skill spell damage +% final [30]
base skill is trapped [1]
base skill show average damage instead of dps [1]
base trap duration [30000]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [7]
MonsterDetonateDeadAreaMaligaroMaps
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 523.9 a 785.8 de Dano de Fogo
20% do Dano de Fogo Convertido para Dano de Caos
Explosão causa Dano de Fogo base igual a 1% da Vida máxima do cadáver
Causa 6 rajadas
is area damage [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/StandaloneMapBoss"
Stats
{
set_mana_regeneration_rate_per_minute_% = 300
set_base_maximum_mana = 200
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Maligaro/MaligaroMapBoss2Standalone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "He of Many Pieces",
life = 4,
energyShield = 0.5,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
skillList = {
"Melee",
"MaligaroVaalFireTrap",
"MaligaroEtherealKnivesMapBoss",
"MonsterDetonateDeadAreaMaligaroMaps",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
name = "Default Attack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Strike your foes down with a powerful blow.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MaligaroVaalFireTrap"] = {
name = "Vaal Fire Trap",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Throws multiple traps that explode when triggered, dealing fire damage to surrounding enemies and leaving areas of burning ground that damages enemies who walk through them.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Duration] = true,
[SkillType.Damage] = true,
[SkillType.Mineable] = true,
[SkillType.Area] = true,
[SkillType.CausesBurning] = true,
[SkillType.Trapped] = true,
[SkillType.DamageOverTime] = true,
[SkillType.Vaal] = true,
[SkillType.Fire] = 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_trap_duration",
"number_of_additional_traps_to_throw",
"throw_traps_in_circle_radius",
"trap_variation",
"active_skill_spell_damage_+%_final",
"skill_fire_damage_%_to_convert_to_chaos",
"is_area_damage",
"base_skill_is_trapped",
"base_skill_show_average_damage_instead_of_dps",
"is_trap",
"ignores_trap_and_mine_cooldown_limit",
},
levels = {
[1] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3}, cost = { }, },
[4] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MaligaroEtherealKnivesMapBoss"] = {
name = "Ethereal Knives",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.Physical] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"number_of_additional_projectiles",
"monster_projectile_variation",
"base_is_projectile",
},
levels = {
[1] = {0.62999999523163, 0.99000000953674, 9, 1, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadAreaMaligaroMaps"] = {
name = "MonsterDetonateDeadAreaMaligaroMaps",
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",
"skill_fire_damage_%_to_convert_to_chaos",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 6, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
monster base type attack cast speed +% and damage -% final [33]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Dano Ataque Conjurador Velocidade |
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
| Family | MonsterTrapsInvulnerable |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster penalty against minions damage +% final vs player minions [-20]
| Family | MonsterDamageVersusMinions |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Dano |
Pode ter até 60 Armadilhas adicionais plantadas por vez
| Family | TrapsAllowed |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
kill traps mines and totems on death [1]
| Family | MonsterKillTrapsMinesTotemsOnDeath |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Stats.monster_uses_map_boss_difficulty_scaling | 1 |
| Stats.mana_regeneration_rate_per_minute_% | 300 |
| Stats.base_maximum_mana | 200 |
Ele de Muitas Peças
Demoníacomonster base type attack cast speed +% and damage -% final [33]
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-20]
Pode ter até 60 Armadilhas adicionais plantadas por vez
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-20]
Pode ter até 60 Armadilhas adicionais plantadas por vez
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
He of Many Pieces
| Spectre | |
|---|---|
| Tags | bludgeoning_weapon, bone_armour, Conjurador, demon, elder_map_boss, human, humanoid, is_unarmed, large_height, large_model, medium_movement, non_attacking, not_str, red_blood |
Vida
400%
Energy Shield From Life
50%
Evasão
+50%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
115%
Type
MaligaroMapBoss2
Metadata
MaligaroMapBoss2Elder
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"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Maligaro/MaligaroMapBoss2Elder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "He of Many Pieces",
life = 4,
energyShield = 0.5,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
skillList = {
},
modList = {
},
}
monster base type attack cast speed +% and damage -% final [33]
| Family | MonsterSpeedAndDamageFixup |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | caster_damage Dano Ataque Conjurador Velocidade |
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
| Family | MonsterTrapsInvulnerable |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster penalty against minions damage +% final vs player minions [-20]
| Family | MonsterDamageVersusMinions |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Dano |
Pode ter até 60 Armadilhas adicionais plantadas por vez
| Family | TrapsAllowed |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
kill traps mines and totems on death [1]
| Family | MonsterKillTrapsMinesTotemsOnDeath |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
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.




















