Terror Revelador
Morto-vivoÁrea: Mapa: Porto
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Unravelling Horror
| Spectre | N |
|---|---|
| Area | Mapa: Porto |
| Tags | bones, extra_large_height, has_bow, humanoid, large_model, medium_movement, non_unique_map_boss, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, stone_armour, undead |
Vida
252%
Armadura
+50%
Ailment Threshold
252%
Resistência
Damage
285%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
120%
Type
MassSkeletonMapBoss
Metadata
MassSkeletonMapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
75
Vida
1,280,841
Armadura
74,798
Evasão
6,029
Damage
1,839
Dano Mágico
2,745
Precisão
762
Attack Time
1.005
Experiência
129,844
Minion Life
261,435
Minion Damage
1,506
Ailment Threshold
666,037
Chill
2,106
Shock
2,106
Brittle
11,915
Scorch
2,106
Sap
5,818
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 2921–4381
Chance de Crítico: 5%
Attack Time: 1.5 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]
SkeletonMassBowProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 2921–4381
Chance de Crítico: 5%
Attack Time: 1.5 seg
Velocidade de Projéteis aumentada em 200%
Causa Sangramento
base is projectile [1]
monster projectile variation [12]
spell maximum action distance +% [-50]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance2"
basic_action = "ChangeToStance1"
main_hand_unarmed_type = "Bow"
}
Stats
{
set_monster_has_second_form = 1
set_monster_can_spawn_with_talisman = 1
set_monster_no_drops_or_experience = 1
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/emerge/emergefx.ao"
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/gore_explode/gore_explosion_no_gibs_nofire.ao"
}
Life
{
corpse_usable = false
}
Transitionable
{
}
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
//turn_duration = 0.45
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MassSkeleton/MassSkeletonMapBoss"] = {
name = "Unravelling Horror",
life = 2.52,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2.85,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 11,
accuracy = 1,
weaponType1 = "Bow",
skillList = {
"MeleeAtAnimationSpeedUnique",
"SkeletonMassBowProjectile",
},
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["SkeletonMassBowProjectile"] = {
name = "SkeletonMassBowProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_projectile_speed_+%",
"base_is_projectile",
"global_bleed_on_hit",
},
levels = {
[1] = {12, -50, 200, levelRequirement = 2, 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 |
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 |
Terror Revelador
Morto-vivoMonstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Unravelling Horror
| Spectre | N |
|---|---|
| Tags | bones, elder_map_boss, extra_large_height, has_bow, humanoid, large_model, medium_movement, non_attacking, not_dex, not_int, skeleton, slashing_weapon, stone_armour, undead |
Vida
252%
Armadura
+50%
Ailment Threshold
252%
Resistência
Damage
285%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
120%
Type
MassSkeletonMapBoss
Metadata
MassSkeletonMapBossElder
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/MassSkeleton/MassSkeletonMapBossElder"] = {
name = "Unravelling Horror",
life = 2.52,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2.85,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 11,
accuracy = 1,
weaponType1 = "Bow",
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 |
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 |
Terror Revelador
Unravelling Horror
| Spectre | N |
|---|---|
| Area | Mapa: Porto |
| Tags | bones, extra_large_height, fire_affinity, has_bow, humanoid, large_model, medium_movement, non_unique_map_boss, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, stone_armour, undead |
Vida
224%
Armadura
+50%
Ailment Threshold
224%
Resistência
Damage
270%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
105%
Type
MassSkeletonMapBoss2
Metadata
MassSkeletonMapBoss2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
75
Vida
30,225
Armadura
74,798
Evasão
6,029
Damage
1,530
Dano Mágico
1,530
Precisão
762
Attack Time
1.5
Experiência
23,608
Minion Life
6,169
Minion Damage
1,252
Ailment Threshold
30,225
Chill
96
Shock
96
Brittle
541
Scorch
96
Sap
264
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1224–1836
Chance de Crítico: 5%
Attack Time: 1.5 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]
SkeletonMassBowProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1224–1836
Chance de Crítico: 5%
Attack Time: 1.5 seg
Velocidade de Projéteis aumentada em 200%
Causa Sangramento
base is projectile [1]
monster projectile variation [12]
spell maximum action distance +% [-50]
MassSkeletonBossBlastRain
Attack, RangedAttack, Fire, MirageArcherCanUse, Area, ProjectileSpeed, ProjectileNumber, Totemable, Trappable, Mineable, Triggerable, Rain
Chuva Explosiva
Base Damage: 1224–1836
Chance de Crítico: 5%
Dano de Ataque: 31.25%
Attack Time: 1.5 seg
Recarga: 5 seg
Dispara uma flecha explosiva no ar, que se divide e chove em uma área. Cada flecha causa dano em área ao redor de onde cair, e todas elas se sobrepõem no local alvo.
Causa 68.75% menos Dano de Ataque
Dispara 20 Flechas adicionais
50% do Dano Físico Convertido para Dano de Fogo
active skill area of effect radius +% final [-5]
base is projectile [1]
blast rain arrow delay ms [180]
is area damage [1]
skill can fire arrows [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance2"
basic_action = "ChangeToStance1"
main_hand_unarmed_type = "Bow"
}
Stats
{
set_monster_has_second_form = 1
set_monster_can_spawn_with_talisman = 1
set_monster_no_drops_or_experience = 1
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/emerge/emergefx.ao"
}
Positioned
{
force_placement = true
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
//turn_duration = 0.45
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MassSkeleton/MassSkeletonMapBoss2"] = {
name = "Unravelling Horror",
life = 2.24,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2.7,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 10,
accuracy = 1,
weaponType1 = "Bow",
skillList = {
"MeleeAtAnimationSpeedUnique",
"SkeletonMassBowProjectile",
"MassSkeletonBossBlastRain",
},
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["SkeletonMassBowProjectile"] = {
name = "SkeletonMassBowProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_projectile_speed_+%",
"base_is_projectile",
"global_bleed_on_hit",
},
levels = {
[1] = {12, -50, 200, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassSkeletonBossBlastRain"] = {
name = "Blast Rain",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.Fire] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Area] = true,
[SkillType.ProjectileSpeed] = true,
[SkillType.ProjectileNumber] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Triggerable] = true,
[SkillType.Rain] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_physical_damage_%_to_convert_to_fire",
"number_of_additional_arrows",
"blast_rain_arrow_delay_ms",
"active_skill_area_of_effect_radius_+%_final",
"base_is_projectile",
"is_area_damage",
"skill_can_fire_arrows",
},
levels = {
[1] = {50, 20, 180, -5, baseMultiplier = 0.3125, levelRequirement = 68, statInterpolation = {}, cost = { }, },
},
}
Terror Revelador
Unravelling Horror
| Spectre | N |
|---|---|
| Area | Mapa: Porto |
| Tags | bones, fire_affinity, has_bow, humanoid, large_height, large_model, medium_movement, non_unique_map_boss, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, stone_armour, undead |
Vida
196%
Armadura
+50%
Ailment Threshold
196%
Resistência
Damage
255%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
90%
Type
MassSkeletonMapBoss3
Metadata
MassSkeletonMapBoss3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
75
Vida
26,447
Armadura
74,798
Evasão
6,029
Damage
1,445
Dano Mágico
1,445
Precisão
762
Attack Time
1.5
Experiência
23,608
Minion Life
5,398
Minion Damage
1,183
Ailment Threshold
26,447
Chill
84
Shock
84
Brittle
473
Scorch
84
Sap
231
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1156–1734
Chance de Crítico: 5%
Attack Time: 1.5 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]
SkeletonMassBowProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1156–1734
Chance de Crítico: 5%
Attack Time: 1.5 seg
Velocidade de Projéteis aumentada em 200%
Causa Sangramento
base is projectile [1]
monster projectile variation [12]
spell maximum action distance +% [-50]
MassSkeletonTornadoShotMapBoss
Attack, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, RangedAttack, MirageArcherCanUse, Triggerable
Tiro Tornado
Base Damage: 1156–1734
Chance de Crítico: 5%
Dano de Ataque: 60%
Dano de Ataque: 60%
Attack Time: 1.5 seg
Recarga: 20 seg
Atira um tiro penetrante que viaja até atingir o local alvo. Então ele atirará projéteis de fogo em todas as direções a partir daquele ponto, que podem viajar por um tempo curto antes de desaparecerem.
Seus Acertos não podem Atordoar Inimigos
Causa 40% menos Dano de Ataque
Causa 40% menos Dano
Dispara +3 Projéteis secundários
Dispara 10 Projéteis em uma espiral
50% menos Velocidade de Ataque
base is projectile [1]
projectile spiral nova starting angle offset [-90]
projectile spiral nova time ms [3000]
skill can fire arrows [1]
MassSkeletonBossBlastRain
Attack, RangedAttack, Fire, MirageArcherCanUse, Area, ProjectileSpeed, ProjectileNumber, Totemable, Trappable, Mineable, Triggerable, Rain
Chuva Explosiva
Base Damage: 1156–1734
Chance de Crítico: 5%
Dano de Ataque: 31.25%
Attack Time: 1.5 seg
Recarga: 5 seg
Dispara uma flecha explosiva no ar, que se divide e chove em uma área. Cada flecha causa dano em área ao redor de onde cair, e todas elas se sobrepõem no local alvo.
Causa 68.75% menos Dano de Ataque
Dispara 20 Flechas adicionais
50% do Dano Físico Convertido para Dano de Fogo
active skill area of effect radius +% final [-5]
base is projectile [1]
blast rain arrow delay ms [180]
is area damage [1]
skill can fire arrows [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance2"
basic_action = "ChangeToStance1"
main_hand_unarmed_type = "Bow"
}
Stats
{
set_monster_has_second_form = 1
set_monster_can_spawn_with_talisman = 1
set_monster_no_drops_or_experience = 1
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/emerge/emergefx.ao"
}
Positioned
{
force_placement = true
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
//turn_duration = 0.45
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MassSkeleton/MassSkeletonMapBoss3"] = {
name = "Unravelling Horror",
life = 1.96,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2.55,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 9,
accuracy = 1,
weaponType1 = "Bow",
skillList = {
"MeleeAtAnimationSpeedUnique",
"SkeletonMassBowProjectile",
"MassSkeletonTornadoShotMapBoss",
"MassSkeletonBossBlastRain",
},
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["SkeletonMassBowProjectile"] = {
name = "SkeletonMassBowProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_projectile_speed_+%",
"base_is_projectile",
"global_bleed_on_hit",
},
levels = {
[1] = {12, -50, 200, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassSkeletonTornadoShotMapBoss"] = {
name = "Tornado Shot",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a piercing shot that travels until it reaches the targeted location. It will then fire projectiles out in all directions from that point, which will travel for a short time before disappearing.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"tornado_shot_num_of_secondary_projectiles",
"base_number_of_projectiles_in_spiral_nova",
"projectile_spiral_nova_time_ms",
"projectile_spiral_nova_angle",
"projectile_spiral_nova_starting_angle_offset",
"active_skill_attack_speed_+%_final",
"base_is_projectile",
"skill_can_fire_arrows",
"cannot_stun",
},
levels = {
[1] = {-40, 3, 10, 3000, 180, -90, -50, baseMultiplier = 0.6, levelRequirement = 68, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassSkeletonBossBlastRain"] = {
name = "Blast Rain",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.Fire] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Area] = true,
[SkillType.ProjectileSpeed] = true,
[SkillType.ProjectileNumber] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Triggerable] = true,
[SkillType.Rain] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_physical_damage_%_to_convert_to_fire",
"number_of_additional_arrows",
"blast_rain_arrow_delay_ms",
"active_skill_area_of_effect_radius_+%_final",
"base_is_projectile",
"is_area_damage",
"skill_can_fire_arrows",
},
levels = {
[1] = {50, 20, 180, -5, baseMultiplier = 0.3125, levelRequirement = 68, statInterpolation = {}, cost = { }, },
},
}
Terror Revelador
Unravelling Horror
| Spectre | N |
|---|---|
| Area | Mapa: Porto |
| Tags | bones, fire_affinity, has_bow, humanoid, large_model, medium_height, medium_movement, non_unique_map_boss, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, stone_armour, undead |
Vida
168%
Armadura
+50%
Ailment Threshold
168%
Resistência
Damage
240%
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
75%
Type
MassSkeletonMapBoss4
Metadata
MassSkeletonMapBoss4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
75
Vida
22,669
Armadura
74,798
Evasão
6,029
Damage
1,360
Dano Mágico
1,360
Precisão
762
Attack Time
1.5
Experiência
23,608
Minion Life
4,627
Minion Damage
1,113
Ailment Threshold
22,669
Chill
72
Shock
72
Brittle
406
Scorch
72
Sap
198
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1088–1632
Chance de Crítico: 5%
Attack Time: 1.5 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]
SkeletonMassBowProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1088–1632
Chance de Crítico: 5%
Attack Time: 1.5 seg
Velocidade de Projéteis aumentada em 200%
Causa Sangramento
base is projectile [1]
monster projectile variation [12]
spell maximum action distance +% [-50]
MassSkeletonTornadoShotMapBoss
Attack, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, RangedAttack, MirageArcherCanUse, Triggerable
Tiro Tornado
Base Damage: 1088–1632
Chance de Crítico: 5%
Dano de Ataque: 60%
Dano de Ataque: 60%
Attack Time: 1.5 seg
Recarga: 20 seg
Atira um tiro penetrante que viaja até atingir o local alvo. Então ele atirará projéteis de fogo em todas as direções a partir daquele ponto, que podem viajar por um tempo curto antes de desaparecerem.
Seus Acertos não podem Atordoar Inimigos
Causa 40% menos Dano de Ataque
Causa 40% menos Dano
Dispara +3 Projéteis secundários
Dispara 10 Projéteis em uma espiral
50% menos Velocidade de Ataque
base is projectile [1]
projectile spiral nova starting angle offset [-90]
projectile spiral nova time ms [3000]
skill can fire arrows [1]
MassSkeletonBossBlastRain
Attack, RangedAttack, Fire, MirageArcherCanUse, Area, ProjectileSpeed, ProjectileNumber, Totemable, Trappable, Mineable, Triggerable, Rain
Chuva Explosiva
Base Damage: 1088–1632
Chance de Crítico: 5%
Dano de Ataque: 31.25%
Attack Time: 1.5 seg
Recarga: 5 seg
Dispara uma flecha explosiva no ar, que se divide e chove em uma área. Cada flecha causa dano em área ao redor de onde cair, e todas elas se sobrepõem no local alvo.
Causa 68.75% menos Dano de Ataque
Dispara 20 Flechas adicionais
50% do Dano Físico Convertido para Dano de Fogo
active skill area of effect radius +% final [-5]
base is projectile [1]
blast rain arrow delay ms [180]
is area damage [1]
skill can fire arrows [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance2"
basic_action = "ChangeToStance1"
main_hand_unarmed_type = "Bow"
}
Stats
{
set_monster_has_second_form = 1
set_monster_can_spawn_with_talisman = 1
set_monster_no_drops_or_experience = 1
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/emerge/emergefx.ao"
}
Positioned
{
force_placement = true
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
//turn_duration = 0.45
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MassSkeleton/MassSkeletonMapBoss4"] = {
name = "Unravelling Horror",
life = 1.68,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2.4,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 8,
accuracy = 1,
weaponType1 = "Bow",
skillList = {
"MeleeAtAnimationSpeedUnique",
"SkeletonMassBowProjectile",
"MassSkeletonTornadoShotMapBoss",
"MassSkeletonBossBlastRain",
},
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["SkeletonMassBowProjectile"] = {
name = "SkeletonMassBowProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_projectile_speed_+%",
"base_is_projectile",
"global_bleed_on_hit",
},
levels = {
[1] = {12, -50, 200, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassSkeletonTornadoShotMapBoss"] = {
name = "Tornado Shot",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a piercing shot that travels until it reaches the targeted location. It will then fire projectiles out in all directions from that point, which will travel for a short time before disappearing.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"tornado_shot_num_of_secondary_projectiles",
"base_number_of_projectiles_in_spiral_nova",
"projectile_spiral_nova_time_ms",
"projectile_spiral_nova_angle",
"projectile_spiral_nova_starting_angle_offset",
"active_skill_attack_speed_+%_final",
"base_is_projectile",
"skill_can_fire_arrows",
"cannot_stun",
},
levels = {
[1] = {-40, 3, 10, 3000, 180, -90, -50, baseMultiplier = 0.6, levelRequirement = 68, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassSkeletonBossBlastRain"] = {
name = "Blast Rain",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.Fire] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Area] = true,
[SkillType.ProjectileSpeed] = true,
[SkillType.ProjectileNumber] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Triggerable] = true,
[SkillType.Rain] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_physical_damage_%_to_convert_to_fire",
"number_of_additional_arrows",
"blast_rain_arrow_delay_ms",
"active_skill_area_of_effect_radius_+%_final",
"base_is_projectile",
"is_area_damage",
"skill_can_fire_arrows",
},
levels = {
[1] = {50, 20, 180, -5, baseMultiplier = 0.3125, levelRequirement = 68, statInterpolation = {}, cost = { }, },
},
}
Terror Revelador
Unravelling Horror
| Spectre | N |
|---|---|
| Area | Mapa: Porto |
| Tags | bones, fire_affinity, has_bow, humanoid, large_model, matryoshka_boss, medium_movement, medium_small_height, non_unique_map_boss, not_dex, not_int, physical_affinity, raises_dead, ranged, skeleton, slashing_weapon, stone_armour, undead |
Vida
140%
Armadura
+50%
Ailment Threshold
140%
Resistência
Damage
225%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
60%
Type
MassSkeletonMapBoss5
Metadata
MassSkeletonMapBoss5
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
75
Vida
18,891
Armadura
74,798
Evasão
6,029
Damage
1,275
Dano Mágico
1,275
Precisão
762
Attack Time
1.5
Experiência
23,608
Minion Life
3,856
Minion Damage
1,044
Ailment Threshold
18,891
Chill
60
Shock
60
Brittle
338
Scorch
60
Sap
165
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1020–1530
Chance de Crítico: 5%
Attack Time: 1.5 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]
SkeletonMassBowProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1020–1530
Chance de Crítico: 5%
Attack Time: 1.5 seg
Velocidade de Projéteis aumentada em 200%
Causa Sangramento
base is projectile [1]
monster projectile variation [12]
spell maximum action distance +% [-50]
MassReviveUndeadMassSkeletonBoss
Spell, Area, AreaSpell
Tempo de Conjuração: 1.5 seg
Recarga: 30 seg
necromancer additional rarity levels can be raised [2]
MassSkeletonTornadoShotMapBoss
Attack, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, RangedAttack, MirageArcherCanUse, Triggerable
Tiro Tornado
Base Damage: 1020–1530
Chance de Crítico: 5%
Dano de Ataque: 60%
Dano de Ataque: 60%
Attack Time: 1.5 seg
Recarga: 20 seg
Atira um tiro penetrante que viaja até atingir o local alvo. Então ele atirará projéteis de fogo em todas as direções a partir daquele ponto, que podem viajar por um tempo curto antes de desaparecerem.
Seus Acertos não podem Atordoar Inimigos
Causa 40% menos Dano de Ataque
Causa 40% menos Dano
Dispara +3 Projéteis secundários
Dispara 10 Projéteis em uma espiral
50% menos Velocidade de Ataque
base is projectile [1]
projectile spiral nova starting angle offset [-90]
projectile spiral nova time ms [3000]
skill can fire arrows [1]
MassSkeletonBossBlastRain
Attack, RangedAttack, Fire, MirageArcherCanUse, Area, ProjectileSpeed, ProjectileNumber, Totemable, Trappable, Mineable, Triggerable, Rain
Chuva Explosiva
Base Damage: 1020–1530
Chance de Crítico: 5%
Dano de Ataque: 31.25%
Attack Time: 1.5 seg
Recarga: 5 seg
Dispara uma flecha explosiva no ar, que se divide e chove em uma área. Cada flecha causa dano em área ao redor de onde cair, e todas elas se sobrepõem no local alvo.
Causa 68.75% menos Dano de Ataque
Dispara 20 Flechas adicionais
50% do Dano Físico Convertido para Dano de Fogo
active skill area of effect radius +% final [-5]
base is projectile [1]
blast rain arrow delay ms [180]
is area damage [1]
skill can fire arrows [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance2"
basic_action = "ChangeToStance1"
main_hand_unarmed_type = "Bow"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/emerge/emergefx.ao"
}
Positioned
{
force_placement = true
}
Stats
{
set_monster_no_drops_or_experience = 0
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
//turn_duration = 0.45
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MassSkeleton/MassSkeletonMapBoss5"] = {
name = "Unravelling Horror",
life = 1.4,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2.25,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 7,
accuracy = 1,
weaponType1 = "Bow",
skillList = {
"MeleeAtAnimationSpeedUnique",
"SkeletonMassBowProjectile",
"MassReviveUndeadMassSkeletonBoss",
"MassSkeletonTornadoShotMapBoss",
"MassSkeletonBossBlastRain",
},
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["SkeletonMassBowProjectile"] = {
name = "SkeletonMassBowProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_projectile_speed_+%",
"base_is_projectile",
"global_bleed_on_hit",
},
levels = {
[1] = {12, -50, 200, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassReviveUndeadMassSkeletonBoss"] = {
name = "MassReviveUndeadMassSkeletonBoss",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"necromancer_additional_rarity_levels_can_be_raised",
},
levels = {
[1] = {2, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassSkeletonTornadoShotMapBoss"] = {
name = "Tornado Shot",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a piercing shot that travels until it reaches the targeted location. It will then fire projectiles out in all directions from that point, which will travel for a short time before disappearing.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"tornado_shot_num_of_secondary_projectiles",
"base_number_of_projectiles_in_spiral_nova",
"projectile_spiral_nova_time_ms",
"projectile_spiral_nova_angle",
"projectile_spiral_nova_starting_angle_offset",
"active_skill_attack_speed_+%_final",
"base_is_projectile",
"skill_can_fire_arrows",
"cannot_stun",
},
levels = {
[1] = {-40, 3, 10, 3000, 180, -90, -50, baseMultiplier = 0.6, levelRequirement = 68, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassSkeletonBossBlastRain"] = {
name = "Blast Rain",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.Fire] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Area] = true,
[SkillType.ProjectileSpeed] = true,
[SkillType.ProjectileNumber] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Triggerable] = true,
[SkillType.Rain] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_physical_damage_%_to_convert_to_fire",
"number_of_additional_arrows",
"blast_rain_arrow_delay_ms",
"active_skill_area_of_effect_radius_+%_final",
"base_is_projectile",
"is_area_damage",
"skill_can_fire_arrows",
},
levels = {
[1] = {50, 20, 180, -5, baseMultiplier = 0.3125, levelRequirement = 68, statInterpolation = {}, cost = { }, },
},
}
Terror Revelador
Morto-vivoMonstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Unravelling Horror
| Spectre | N |
|---|---|
| Tags | bones, fire_affinity, has_bow, humanoid, large_model, medium_movement, medium_small_height, not_dex, not_int, physical_affinity, raises_dead, ranged, skeleton, slashing_weapon, standalone_map_boss, stone_armour, undead |
Vida
140%
Armadura
+50%
Ailment Threshold
140%
Resistência
Damage
225%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
60%
Type
MassSkeletonMapBoss5
Metadata
MassSkeletonMapBoss5Standalone_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
195,085
Armadura
43,185
Evasão
4,739
Damage
957
Dano Mágico
1,429
Precisão
580
Attack Time
1.005
Experiência
112,805
Minion Life
42,316
Minion Damage
764
Ailment Threshold
122,903
Chill
389
Shock
389
Brittle
2,199
Scorch
389
Sap
1,074
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1520–2280
Chance de Crítico: 5%
Attack Time: 1.5 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]
SkeletonMassBowProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1520–2280
Chance de Crítico: 5%
Attack Time: 1.5 seg
Velocidade de Projéteis aumentada em 200%
Causa Sangramento
base is projectile [1]
monster projectile variation [12]
spell maximum action distance +% [-50]
MassReviveUndeadMassSkeletonBoss
Spell, Area, AreaSpell
Tempo de Conjuração: 1.5 seg
Recarga: 30 seg
necromancer additional rarity levels can be raised [2]
MassSkeletonTornadoShotMapBoss
Attack, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, RangedAttack, MirageArcherCanUse, Triggerable
Tiro Tornado
Base Damage: 1520–2280
Chance de Crítico: 5%
Dano de Ataque: 60%
Dano de Ataque: 60%
Attack Time: 1.5 seg
Recarga: 20 seg
Atira um tiro penetrante que viaja até atingir o local alvo. Então ele atirará projéteis de fogo em todas as direções a partir daquele ponto, que podem viajar por um tempo curto antes de desaparecerem.
Seus Acertos não podem Atordoar Inimigos
Causa 40% menos Dano de Ataque
Causa 40% menos Dano
Dispara +3 Projéteis secundários
Dispara 10 Projéteis em uma espiral
50% menos Velocidade de Ataque
base is projectile [1]
projectile spiral nova starting angle offset [-90]
projectile spiral nova time ms [3000]
skill can fire arrows [1]
MassSkeletonBossBlastRain
Attack, RangedAttack, Fire, MirageArcherCanUse, Area, ProjectileSpeed, ProjectileNumber, Totemable, Trappable, Mineable, Triggerable, Rain
Chuva Explosiva
Base Damage: 1520–2280
Chance de Crítico: 5%
Dano de Ataque: 31.25%
Attack Time: 1.5 seg
Recarga: 5 seg
Dispara uma flecha explosiva no ar, que se divide e chove em uma área. Cada flecha causa dano em área ao redor de onde cair, e todas elas se sobrepõem no local alvo.
Causa 68.75% menos Dano de Ataque
Dispara 20 Flechas adicionais
50% do Dano Físico Convertido para Dano de Fogo
active skill area of effect radius +% final [-5]
base is projectile [1]
blast rain arrow delay ms [180]
is area damage [1]
skill can fire arrows [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/StandaloneMapBoss"
Actor
{
basic_action = "ChangeToStance2"
basic_action = "ChangeToStance1"
main_hand_unarmed_type = "Bow"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/emerge/emergefx.ao"
}
Positioned
{
force_placement = true
}Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MassSkeleton/MassSkeletonMapBoss5Standalone_"] = {
name = "Unravelling Horror",
life = 1.4,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2.25,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 7,
accuracy = 1,
weaponType1 = "Bow",
skillList = {
"MeleeAtAnimationSpeedUnique",
"SkeletonMassBowProjectile",
"MassReviveUndeadMassSkeletonBoss",
"MassSkeletonTornadoShotMapBoss",
"MassSkeletonBossBlastRain",
},
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["SkeletonMassBowProjectile"] = {
name = "SkeletonMassBowProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_projectile_speed_+%",
"base_is_projectile",
"global_bleed_on_hit",
},
levels = {
[1] = {12, -50, 200, levelRequirement = 2, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassReviveUndeadMassSkeletonBoss"] = {
name = "MassReviveUndeadMassSkeletonBoss",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"necromancer_additional_rarity_levels_can_be_raised",
},
levels = {
[1] = {2, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassSkeletonTornadoShotMapBoss"] = {
name = "Tornado Shot",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a piercing shot that travels until it reaches the targeted location. It will then fire projectiles out in all directions from that point, which will travel for a short time before disappearing.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"tornado_shot_num_of_secondary_projectiles",
"base_number_of_projectiles_in_spiral_nova",
"projectile_spiral_nova_time_ms",
"projectile_spiral_nova_angle",
"projectile_spiral_nova_starting_angle_offset",
"active_skill_attack_speed_+%_final",
"base_is_projectile",
"skill_can_fire_arrows",
"cannot_stun",
},
levels = {
[1] = {-40, 3, 10, 3000, 180, -90, -50, baseMultiplier = 0.6, levelRequirement = 68, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MassSkeletonBossBlastRain"] = {
name = "Blast Rain",
hidden = true,
color = "2",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.Fire] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Area] = true,
[SkillType.ProjectileSpeed] = true,
[SkillType.ProjectileNumber] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Triggerable] = true,
[SkillType.Rain] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_physical_damage_%_to_convert_to_fire",
"number_of_additional_arrows",
"blast_rain_arrow_delay_ms",
"active_skill_area_of_effect_radius_+%_final",
"base_is_projectile",
"is_area_damage",
"skill_can_fire_arrows",
},
levels = {
[1] = {50, 20, 180, -5, baseMultiplier = 0.3125, levelRequirement = 68, 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 |
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 |
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.