Ostiário da Ordem
Morto-vivo
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Order Ostiary
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueExpedition/SwordSkeleton/ExpeditionMegaSkeletonSpectre |
Tags | bones, is_runic_monster, is_unarmed, medium_movement, melee, metal_armour, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, undead, ward_armour |
Packs |
Vida
336%
Ward From Life
20%
Armadura
+50%
Ailment Threshold
219%
Resistência
0 75 0 0
Damage
189%
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
140%
Model Size
115%
Type
ExpeditionMegaSkeleton
Metadata
ExpeditionMegaSkeleton
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
21,616
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
706
Dano Mágico
706
Precisão
290
Attack Time
1.5
Experiência
14,357
Ailment Threshold
14,089
Chill
45
Shock
45
Brittle
252
Scorch
45
Sap
123
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ExpeditionMegaSkeletonHeavyMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
Chance de Crítico: 5%
Dano de Ataque: 130%
Attack Time: 1.5 seg
Recarga: 4 seg
Abate seus inimigos com um golpe poderoso.
+3 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExpeditionMegaSkeletonCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 5 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/sword_skeleton/EPKs/ChestWisp.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/sword_skeleton/EPKs/ChestWisp.epk );" } Actor { on_effect_start_ExpeditionMegaSkeletonHeavyMelee = "SetStateTo( glowboost, 1 );" on_effect_end_or_destroy_ExpeditionMegaSkeletonHeavyMelee = "SetStateTo( glowboost, 0 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/SwordSkeleton/ExpeditionMegaSkeleton"] = { name = "Order Ostiary", life = 3.36, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.89, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ExpeditionMegaSkeletonHeavyMelee", "ExpeditionMegaSkeletonCleave", }, 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["ExpeditionMegaSkeletonHeavyMelee"] = { 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 = { "melee_range_+", "attack_repeat_offset_left_of_target", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {30, 8, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExpeditionMegaSkeletonCleave"] = { 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 = { "main_hand_base_maximum_attack_distance", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {13, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Ostiário da Ordem
Morto-vivo
Área: Mapa: Cidadela
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Order Ostiary
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueExpedition/SwordSkeleton/ExpeditionMegaSkeletonSpectre |
Area | Mapa: Cidadela |
Tags | bones, is_runic_monster, is_unarmed, medium_movement, melee, metal_armour, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, undead, ward_armour |
Packs |
Vida
336%
Ward From Life
20%
Armadura
+50%
Ailment Threshold
219%
Resistência
0 75 0 0
Damage
189%
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
140%
Model Size
115%
Type
ExpeditionMegaSkeleton
Metadata
ExpeditionMegaSkeletonStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
84
Vida
118,591
Armadura
149,751
Evasão
8,120
Escudo de Energia
0
Damage
1,802
Dano Mágico
1,802
Precisão
538
Attack Time
1.5
Experiência
18,550
Ailment Threshold
77,296
Chill
244
Shock
244
Brittle
1,383
Scorch
244
Sap
675
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1441–2162
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ExpeditionMegaSkeletonHeavyMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1441–2162
Chance de Crítico: 5%
Dano de Ataque: 130%
Attack Time: 1.5 seg
Recarga: 4 seg
Abate seus inimigos com um golpe poderoso.
+3 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExpeditionMegaSkeletonCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1441–2162
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 5 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/SwordSkeleton/ExpeditionMegaSkeletonStandalone"] = { name = "Order Ostiary", life = 3.36, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.89, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ExpeditionMegaSkeletonHeavyMelee", "ExpeditionMegaSkeletonCleave", }, 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["ExpeditionMegaSkeletonHeavyMelee"] = { 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 = { "melee_range_+", "attack_repeat_offset_left_of_target", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {30, 8, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExpeditionMegaSkeletonCleave"] = { 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 = { "main_hand_base_maximum_attack_distance", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {13, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Ostiário da Ordem
Morto-vivo
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Order Ostiary
Spectre | Y |
---|---|
Tags | bones, is_runic_monster, is_unarmed, medium_movement, melee, metal_armour, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, undead, ward_armour |
Vida
336%
Ward From Life
20%
Armadura
+50%
Ailment Threshold
219%
Resistência
0 75 0 0
Damage
189%
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
140%
Model Size
115%
Type
ExpeditionMegaSkeleton
Metadata
ExpeditionMegaSkeletonSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
21,616
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
706
Dano Mágico
706
Precisão
290
Attack Time
1.5
Experiência
14,357
Ailment Threshold
14,089
Chill
45
Shock
45
Brittle
252
Scorch
45
Sap
123
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ExpeditionMegaSkeletonHeavyMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
Chance de Crítico: 5%
Dano de Ataque: 130%
Attack Time: 1.5 seg
Recarga: 4 seg
Abate seus inimigos com um golpe poderoso.
+3 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExpeditionMegaSkeletonCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 5 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/sword_skeleton/EPKs/ChestWisp.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/sword_skeleton/EPKs/ChestWisp.epk );" } Actor { on_effect_start_ExpeditionMegaSkeletonHeavyMelee = "SetStateTo( glowboost, 1 );" on_effect_end_or_destroy_ExpeditionMegaSkeletonHeavyMelee = "SetStateTo( glowboost, 0 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/SwordSkeleton/ExpeditionMegaSkeletonSpectre"] = { name = "Order Ostiary", life = 3.36, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.89, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ExpeditionMegaSkeletonHeavyMelee", "ExpeditionMegaSkeletonCleave", }, 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["ExpeditionMegaSkeletonHeavyMelee"] = { 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 = { "melee_range_+", "attack_repeat_offset_left_of_target", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {30, 8, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExpeditionMegaSkeletonCleave"] = { 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 = { "main_hand_base_maximum_attack_distance", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {13, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Ostiário da Ordem
Morto-vivo
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Order Ostiary
Spectre | Y |
---|---|
Tags | bones, is_unarmed, medium_movement, melee, metal_armour, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, undead, ward_armour |
Vida
336%
Ward From Life
20%
Armadura
+50%
Ailment Threshold
219%
Resistência
0 75 0 0
Damage
189%
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
140%
Model Size
115%
Type
ExpeditionMegaSkeleton
Metadata
ExpeditionMegaSkeletonUhtredBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
21,616
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
706
Dano Mágico
706
Precisão
290
Attack Time
1.5
Experiência
14,357
Ailment Threshold
14,089
Chill
45
Shock
45
Brittle
252
Scorch
45
Sap
123
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ExpeditionMegaSkeletonHeavyMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
Chance de Crítico: 5%
Dano de Ataque: 130%
Attack Time: 1.5 seg
Recarga: 4 seg
Abate seus inimigos com um golpe poderoso.
+3 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExpeditionMegaSkeletonCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 5 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/SwordSkeleton/SwordSkeleton" Actor { basic_action = "Emerge2" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/SwordSkeleton/SwordSkeleton" Life { on_death = " Delay( 0.5, { AddEffectPack( Metadata/Effects/Utility/EPKs/fade_Out.epk ); } ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/SwordSkeleton/ExpeditionMegaSkeletonUhtredBoss"] = { name = "Order Ostiary", life = 3.36, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.89, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ExpeditionMegaSkeletonHeavyMelee", "ExpeditionMegaSkeletonCleave", }, 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["ExpeditionMegaSkeletonHeavyMelee"] = { 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 = { "melee_range_+", "attack_repeat_offset_left_of_target", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {30, 8, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExpeditionMegaSkeletonCleave"] = { 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 = { "main_hand_base_maximum_attack_distance", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {13, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Ostiário da Ordem
Morto-vivo
Área: O Lago de Kalandra
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster hellscape charge +% [-35]
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
monster gain base ward equal to total maximum life % [20]
Order Ostiary
Spectre | N |
---|---|
Area | O Lago de Kalandra |
Tags | bones, is_unarmed, medium_movement, melee, metal_armour, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, undead, ward_armour |
Packs |
Vida
336%
Ward From Life
20%
Armadura
+50%
Ailment Threshold
219%
Resistência
0 75 0 0
Damage
189%
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
140%
Model Size
115%
Type
ExpeditionMegaSkeleton
Metadata
ExpeditionMegaSkeleton
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
21,616
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
706
Dano Mágico
706
Precisão
290
Attack Time
1.5
Experiência
14,357
Ailment Threshold
14,089
Chill
45
Shock
45
Brittle
252
Scorch
45
Sap
123
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ExpeditionMegaSkeletonHeavyMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
Chance de Crítico: 5%
Dano de Ataque: 130%
Attack Time: 1.5 seg
Recarga: 4 seg
Abate seus inimigos com um golpe poderoso.
+3 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExpeditionMegaSkeletonCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 565–847
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 5 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/sword_skeleton/EPKs/ChestWisp.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/sword_skeleton/EPKs/ChestWisp.epk );" } Actor { on_effect_start_ExpeditionMegaSkeletonHeavyMelee = "SetStateTo( glowboost, 1 );" on_effect_end_or_destroy_ExpeditionMegaSkeletonHeavyMelee = "SetStateTo( glowboost, 0 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueLake/SwordSkeleton/ExpeditionMegaSkeleton"] = { name = "Order Ostiary", life = 3.36, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.89, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ExpeditionMegaSkeletonHeavyMelee", "ExpeditionMegaSkeletonCleave", }, 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["ExpeditionMegaSkeletonHeavyMelee"] = { 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 = { "melee_range_+", "attack_repeat_offset_left_of_target", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {30, 8, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExpeditionMegaSkeletonCleave"] = { 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 = { "main_hand_base_maximum_attack_distance", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {13, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagExpedition |
---|---|
Family | MonsterTag |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | expedition_monster |
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Id | ExpeditionReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Remove todo Escudo Mágico
monster gain base ward equal to total maximum life % [20]
Id | MonsterGainLifeAsWardElite |
---|---|
Family | MonsterGainLifeAsWard |
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.