Aspecto de Destrucción
Constructo
El 50% del daño físico se convierte en daño de fuego
La cantidad de objetos arrojados está aumentada un 300%
La rareza de los objetos arrojados está aumentada un 800%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La cantidad de objetos arrojados está aumentada un 300%
La rareza de los objetos arrojados está aumentada un 800%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Aspect of Destruction
Spectre | N |
---|---|
Tags | Lanzador de hechizos, cleaving_weapon, construct, fire_affinity, ghost_armour, has_two_hand_axe, has_two_handed_melee, medium_height, medium_movement, melee, physical_affinity |
Vida
300%
Ailment Threshold
300%
Resistencia
40 40 40 25
Damage
200%
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
110%
Type
AnimatedWeaponRampageLeaguestoneBoss
Metadata
AnimatedLeaguestoneBoss1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
19,300
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
747
Daño de hechizos
747
Precisión
290
Attack Time
1.5
Experiencia
20,510
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
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).
MonsterCycloneRampageBoss
Attack, Area, Melee, Movement
Ciclón
Base Damage: 598–897
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 2.5 seg
Daña a los enemigos a tu alrededor y luego realiza una serie de ataques giratorios mientras te trasladas a una ubicación objetivo. No se puede asistir con Asistencia de Implacabilidad ni con Asistencia de Golpes múltiples.
60% más Velocidad de Movimiento
75% más Velocidad de Ataque
cyclone extra distance [40]
cyclone has triggered skill [1]
is area damage [1]
75% más Velocidad de Ataque
cyclone extra distance [40]
cyclone has triggered skill [1]
is area damage [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 598–897
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]
skill can fire wand projectiles [1]
FireStormCallTriggeredRampageLeaguestone
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Llamado de tormenta
Tiempo de lanzamiento: 1 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 2 segundos
Inflige de 613.8 a 1841 de daño de fuego
cast on cyclone contact % [100]
is area damage [1]
spell uncastable if triggerable [1]
Inflige de 613.8 a 1841 de daño de fuego
cast on cyclone contact % [100]
is area damage [1]
spell uncastable if triggerable [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" slow_animations_go_to_idle = false } Life { corpse_usable = false on_death = "Delete();" } Animated { animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao" } DiesAfterTime { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { allow_attached_arrows = false use_attached_selection_box_if_no_drawcalls = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/AnimatedItem/AnimatedLeaguestoneBoss1"] = { name = "Aspect of Destruction", life = 3, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "Melee", "MonsterCycloneRampageBoss", "FireStormCallTriggeredRampageLeaguestone", }, 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["MonsterCycloneRampageBoss"] = { name = "Cyclone", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "cyclone_movement_speed_+%_final", "cyclone_extra_distance", "active_skill_attack_speed_+%_final", "is_area_damage", "cyclone_has_triggered_skill", }, levels = { [1] = {60, 40, 75, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["FireStormCallTriggeredRampageLeaguestone"] = { 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 = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "cast_on_cyclone_contact_%", "is_area_damage", "spell_uncastable_if_triggerable", }, levels = { [1] = {0.5, 1.5, 2000, 100, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
El 50% del daño físico se convierte en daño de fuego
Id | MonsterConvertToFireDamage2 |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
La cantidad de objetos arrojados está aumentada un 300%
La rareza de los objetos arrojados está aumentada un 800%
Id | MonsterRampageLeaguestoneBoss |
---|---|
Family | MonsterInvasionBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |