MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Avatar de Silencio
Constructo
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item quantity +% [2000]
monster dropped item rarity +% [2000]
monster slain experience +% [20000]
monster penalty against minions damage +% final vs player minions [-25]
Traspasar
La velocidad de acción no se puede modificar por debajo de su valor base
stance movement speed +% final [10]
suppress phasing visual [1]
Avatar of Silence
Spectre
TagsLanzador de hechizos, construct, extra_extra_small_height, fast_movement, has_staff, has_two_handed_melee, large_model, lightning_affinity, mail_armour, melee, not_dex, not_int, physical_affinity, ranged, slashing_weapon
Vida
2400%
Armadura
+25%
Ailment Threshold
1600%
Resistencia
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
280%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
160%
Type
AnimatedArmourWestBoss
Metadata
SkeletonBossMapWest3
Nivel
68
Vida
3,344,313
Armadura
35,988
Evasión
4,739
Damage
1,191
Daño de hechizos
1,778
Precisión
580
Attack Time
1.005
Experiencia
112,805
Minion Life
725,411
Minion Damage
951
Ailment Threshold
1,404,611
Chill
4,441
Shock
4,441
Brittle
25,127
Scorch
4,441
Sap
12,271
Phys Convert Ele
240%
WestBallLightning
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
Bola de rayos
Tiempo de lanzamiento: 0.8 seg
Dispara un proyectil lento que inflige daño repetidamente a cada enemigo en un área con descargas de rayo.
Dispara 9 proyectiles en una espiral
Velocidad de proyectiles reducida un 40%
El radio base es de 1.8 metros
active skill area of effect radius +% final [-3]
base is projectile [1]
global knockback [1]
maintain projectile direction when using contact position [1]
projectile spiral nova time ms [300]
projectile uses contact position [1]
skill visual scale +% [40]
spell maximum base lightning damage [379.2]
spell minimum base lightning damage [204.2]
use scaled contact offset [1]
balllightning
WestStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Llamado de tormenta
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.5 seg
Tiempo de recarga: 3 seg
Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
La duración base es de 1.5 segundos
100% de probabilidad de electrocutar a los enemigos
Penetra un 10% de la resistencia al rayo
active skill area of effect radius +% final [22]
is area damage [1]
skill repeat count [3]
spell maximum base lightning damage [1669]
spell minimum base lightning damage [898.7]
stormcall
WestLightningStormCascade
Spell, Damage, Area, Fire, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 5 seg
La duración base es de 1.5 segundos
La duración secundaria base es de 0.5 segundos
Un impacto cada 0.25 segundos
Provoca 20 estallidos
is area damage [1]
skill override pvp scaling time ms [450]
spell maximum base lightning damage [1215]
spell minimum base lightning damage [405.1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 8371255
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
KiteWestBossUsePortal
Spell
Tiempo de lanzamiento: 1 seg
LightningNovaWest
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 4%
Tiempo de lanzamiento: 1 seg
Dispara 6 proyectiles adicionales
base is projectile [1]
monster projectile variation [2]
spell maximum base lightning damage [1206]
spell minimum base lightning damage [402.1]
EmptyActionSpell2West
Spell
Tiempo de lanzamiento: 2.5 seg
Tiempo de recarga: 10 seg

Object Type

version 2
extends "Metadata/Monsters/Skeletons/SkeletonBossWestBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/SkeletonBossMapWest3"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Avatar of Silence",
    life = 24,
    damage = 2.8,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "Melee",
        "WestBallLightning",
        "LightningNovaWest",
        "WestStormCall",
        "KiteWestBossUsePortal",
        "WestLightningStormCascade",
        "EmptyActionSpell2West",
    },
    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["WestBallLightning"] = {
    name = "Ball Lightning",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_projectile_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "skill_visual_scale_+%",
        "base_number_of_projectiles_in_spiral_nova",
        "projectile_spiral_nova_time_ms",
        "projectile_spiral_nova_angle",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "global_knockback",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "maintain_projectile_direction_when_using_contact_position",
    },
    levels = {
        [1] = {0.69999998807907, 1.2999999523163, -40, -3, 40, 9, 300, 1000, 18, levelRequirement = 79, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LightningNovaWest"] = {
    name = "LightningNovaWest",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "number_of_additional_projectiles",
        "monster_projectile_variation",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 6, 2, critChance = 4, levelRequirement = 79, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WestStormCall"] = {
    name = "Storm Call",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "base_reduce_enemy_lightning_resistance_%",
        "base_chance_to_shock_%",
        "skill_repeat_count",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.69999998807907, 1.2999999523163, 1500, 10, 100, 3, 22, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["KiteWestBossUsePortal"] = {
    name = "KiteWestBossUsePortal",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WestLightningStormCascade"] = {
    name = "WestLightningStormCascade",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "skill_override_pvp_scaling_time_ms",
        "upheaval_number_of_spikes",
        "base_secondary_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 1500, 250, 450, 20, 500, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpell2West"] = {
    name = "EmptyActionSpell2West",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster dropped item quantity +% [2000]
monster dropped item rarity +% [2000]
monster slain experience +% [20000]
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster slain experience +% 20000 20000 Global
  • monster dropped item rarity +% 2000 2000 Global
  • monster dropped item quantity +% 2000 2000 Global
  • monster penalty against minions damage +% final vs player minions [-25]
    FamilyMonsterDamageVersusMinions
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions -25 -25 Global
  • Craft TagsDaño
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Traspasar
    La velocidad de acción no se puede modificar por debajo de su valor base
    stance movement speed +% final [10]
    suppress phasing visual [1]
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • phase through objects 1 1 Global — Valor fijo
  • suppress phasing visual 1 1 Global — Valor fijo
  • stance movement speed +% final 10 10 Global
  • action speed cannot be reduced below base 1 1 Global — Valor fijo
  • Craft TagsVelocidad
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.