Avatar do Silêncio
Construto
Quantidade dos Itens Derrubados aumentada em 2000%
Raridade dos Itens Derrubados aumentada em 2000%
Monstros concedem Experiência aumentada em 20000%
monster penalty against minions damage +% final vs player minions [-25]
Trespassando
Velocidade de Ação não pode ser modificada para abaixo do valor base
stance movement speed +% final [10]
suppress phasing visual [1]
Avatar of Silence
SpectreN
TagsConjurador, 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
+50%
Ailment Threshold
1600%
Resistência
40 40 40 25
Damage
280%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
160%
Type
AnimatedArmourWestBoss
Metadata
SkeletonBossMapWest3
Nível
68
Vida
3,344,313
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
1,191
Dano Mágico
1,778
Precisão
290
Attack Time
1.005
Experiência
112,805
Ailment Threshold
1,404,611
Chill
4,441
Shock
4,441
Brittle
25,127
Scorch
4,441
Sap
12,271
WestBallLightning
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
Esfera Trovejante
Tempo de Conjuração: 0.8 seg
Dispara um projétil lento que causa dano repetidamente nos inimigos em uma área ao seu redor com feixes de raio.
WestStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Invocar Tormenta
Chance de Crítico: 5%
Tempo de Conjuração: 0.5 seg
Recarga: 3 seg
Define um marcador no local. Após um curto período, raios atingem o marcador, causando dano ao seu redor e fazendo com que raios atinjam quaisquer outros marcadores que você tenha conjurado.
WestLightningStormCascade
Spell, Damage, Area, Fire, Triggerable, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Recarga: 5 seg
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 837–1255
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
KiteWestBossUsePortal
Spell
Tempo de Conjuração: 1 seg
LightningNovaWest
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 4%
Tempo de Conjuração: 1 seg
EmptyActionSpell2West
Spell
Tempo de Conjuração: 2.5 seg
Recarga: 10 seg

Object Type

version 2
extends "Metadata/Monsters/Skeletons/SkeletonBossWestBase"

Object Type Codes

version 2
extends "Metadata/Monsters/Skeletons/SkeletonBossWestBase"

Actor
{
	on_start_EmptyActionSpell2 = "AddEffectPackAttached( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/2h_axe/2h_axe.epk, Metadata/Monsters/AnimatedItem/Attachments/TheBloodReaper.ao );"
	on_end_EmptyActionSpell2 = "RemoveEffectPackAttached( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/2h_axe/2h_axe.epk, Metadata/Monsters/AnimatedItem/Attachments/TheBloodReaper.ao );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/SkeletonBossMapWest3"] = {
    name = "Avatar of Silence",
    life = 24,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    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 = { }, },
    },
}
Quantidade dos Itens Derrubados aumentada em 2000%
Raridade dos Itens Derrubados aumentada em 2000%
Monstros concedem Experiência aumentada em 20000%
IdMonsterWestBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster slain experience +% Min: 20000 Max: 20000 Global
  • monster dropped item rarity +% Min: 2000 Max: 2000 Global
  • monster dropped item quantity +% Min: 2000 Max: 2000 Global
  • monster penalty against minions damage +% final vs player minions [-25]
    IdMonsterDamageVersusPlayerMinions25
    FamilyMonsterDamageVersusMinions
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 Global
  • Craft Tagsdamage
    IdWestDaemonLightningAttached__
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Trespassando
    Velocidade de Ação não pode ser modificada para abaixo do valor base
    stance movement speed +% final [10]
    suppress phasing visual [1]
    IdStanceWestBossWalk
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • phase through objects Min: 1 Max: 1 Global
  • suppress phasing visual Min: 1 Max: 1 Global
  • stance movement speed +% final Min: 10 Max: 10 Global
  • action speed cannot be reduced below base Min: 1 Max: 1 Global
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Edit

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