Emperador Stantinus Filo amargo
Humanoide
Las habilidades de golpe cuerpo a cuerpo infligen daño colateral a los objetivos circundantes
Ganas el 25% del daño físico como daño de hielo extra
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
Ganas el 25% del daño físico como daño de hielo extra
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
Imperator Stantinus Bitterblade
Spectre | N |
---|---|
Area | El cetro de dios superior |
Tags | has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement |
Vida
480%
Armadura
+75%
Ailment Threshold
480%
Resistencia
20 20 20 0
Damage
270%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.245 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
AxisSoldierEliteDominusBoss
Metadata
AxisEliteSoldierBoss2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
33
Vida
2,808
Armadura
2,604
Evasión
1,155
Escudo de energía
0
Damage
151
Daño de hechizos
151
Precisión
68
Attack Time
1.245
Experiencia
2,682
Ailment Threshold
2,808
Chill
9
Shock
9
Brittle
50
Scorch
9
Sap
25
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 estándar
Base Damage: 121–181
Probabilidad de golpe crítico: 5%
Attack Time: 1.245 seg
Derriba a tus enemigos con un 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]
MonsterGroundIceCyclone
Attack, Area, Melee, Movement
Ciclón
Base Damage: 121–181
Probabilidad de golpe crítico: 5%
Attack Time: 1.245 seg
Tiempo de recarga: 1.2 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.
Inflige un 60% menos de daño
La duración base es de 5 segundos
Daño físico aumentado un 35%
Velocidad de ataque aumentada un 60%
30% menos Velocidad de Movimiento
cyclone extra distance [30]
cyclone ice path radius [12]
cyclone places ground ice [1]
is area damage [1]
La duración base es de 5 segundos
Daño físico aumentado un 35%
Velocidad de ataque aumentada un 60%
30% menos Velocidad de Movimiento
cyclone extra distance [30]
cyclone ice path radius [12]
cyclone places ground ice [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Axis/Axis" NPC { marker_enabled = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Axis/Axis" Render { has_light = false } Life { on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );" on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );" } Preload { preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/AxisEliteSoldierBoss2"] = { name = "Imperator Stantinus Bitterblade ", life = 4.8, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 2.7, damageSpread = 0.2, attackTime = 1.245, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeedUnique", "MonsterGroundIceCyclone", }, 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["MonsterGroundIceCyclone"] = { 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 = { "physical_damage_+%", "attack_speed_+%", "cyclone_movement_speed_+%_final", "cyclone_extra_distance", "active_skill_damage_+%_final", "base_skill_effect_duration", "cyclone_ice_path_radius", "is_area_damage", "cyclone_places_ground_ice", }, levels = { [1] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 78, statInterpolation = {}, cost = { }, }, }, }
Las habilidades de golpe cuerpo a cuerpo infligen daño colateral a los objetivos circundantes
Id | MonsterMeleeSplash1 |
---|---|
Family | MeleeSplash |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
Ganas el 25% del daño físico como daño de hielo extra
Id | MonsterImplicitCold1 |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Emperador Stantinus Filo amargo
Humanoide
Las habilidades de golpe cuerpo a cuerpo infligen daño colateral a los objetivos circundantes
Ganas el 25% del daño físico como daño de hielo extra
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
Ganas el 25% del daño físico como daño de hielo extra
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
Imperator Stantinus Bitterblade
Spectre | N |
---|---|
Tags | has_one_hand_sword, has_one_handed_melee, human, humanoid, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement |
Vida
480%
Armadura
+75%
Ailment Threshold
480%
Resistencia
20 20 20 0
Damage
270%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.245 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
AxisSoldierEliteDominusBoss
Metadata
AxisEliteSoldierBoss2Standalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
30,880
Armadura
50,383
Evasión
4,739
Escudo de energía
0
Damage
1,009
Daño de hechizos
1,009
Precisión
290
Attack Time
1.245
Experiencia
12,306
Ailment Threshold
30,880
Chill
98
Shock
98
Brittle
552
Scorch
98
Sap
270
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 estándar
Base Damage: 807–1210
Probabilidad de golpe crítico: 5%
Attack Time: 1.245 seg
Derriba a tus enemigos con un 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]
MonsterGroundIceCyclone
Attack, Area, Melee, Movement
Ciclón
Base Damage: 807–1210
Probabilidad de golpe crítico: 5%
Attack Time: 1.245 seg
Tiempo de recarga: 1.2 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.
Inflige un 60% menos de daño
La duración base es de 5 segundos
Daño físico aumentado un 35%
Velocidad de ataque aumentada un 60%
30% menos Velocidad de Movimiento
cyclone extra distance [30]
cyclone ice path radius [12]
cyclone places ground ice [1]
is area damage [1]
La duración base es de 5 segundos
Daño físico aumentado un 35%
Velocidad de ataque aumentada un 60%
30% menos Velocidad de Movimiento
cyclone extra distance [30]
cyclone ice path radius [12]
cyclone places ground ice [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Axis/Axis" extends "Metadata/Monsters/StandaloneMonster"
Object Type Codes
version 2 extends "Metadata/Monsters/Axis/Axis" extends "Metadata/Monsters/StandaloneMonster" Life { on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );" on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );" } Preload { preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/AxisEliteSoldierBoss2Standalone"] = { name = "Imperator Stantinus Bitterblade ", life = 4.8, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 2.7, damageSpread = 0.2, attackTime = 1.245, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeedUnique", "MonsterGroundIceCyclone", }, 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["MonsterGroundIceCyclone"] = { 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 = { "physical_damage_+%", "attack_speed_+%", "cyclone_movement_speed_+%_final", "cyclone_extra_distance", "active_skill_damage_+%_final", "base_skill_effect_duration", "cyclone_ice_path_radius", "is_area_damage", "cyclone_places_ground_ice", }, levels = { [1] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 78, statInterpolation = {}, cost = { }, }, }, }
Las habilidades de golpe cuerpo a cuerpo infligen daño colateral a los objetivos circundantes
Id | MonsterMeleeSplash1 |
---|---|
Family | MeleeSplash |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
Ganas el 25% del daño físico como daño de hielo extra
Id | MonsterImplicitCold1 |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |