Trinian, Intelecto primigenio
Demonio
Área: Los archivos
Trinian, Intellectus Prime
Spectre | N |
---|---|
Area | Los archivos |
Tags | Lanzador de hechizos, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, melee, not_int, physical_affinity, ranged, red_blood, undying, very_fast_movement |
Vida
120%
Armadura
+50%
Evasión
+10%
Ailment Threshold
120%
Resistencia
37 37 37 0
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experiencia
120%
Model Size
115%
Type
CityStalkerElite
Metadata
CityStalkerMaleBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
31
Vida
605
Armadura
1,848
Evasión
1,151
Escudo de energía
0
Damage
74
Daño de hechizos
74
Precisión
62
Attack Time
1.245
Experiencia
2,340
Ailment Threshold
605
Chill
2
Shock
2
Brittle
11
Scorch
2
Sap
5
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: 60–89
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]
BookSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Chispa
Tiempo de lanzamiento: 0.65 seg
Tiempo de recarga: 1.5 seg
Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
Inflige de 19.32 a 28.97 de daño físico
Los proyectiles perforan a todos los objetivos
La duración base es de 10 segundos
Velocidad de proyectiles reducida un 80%
base is projectile [1]
monster projectile variation [1]
Los proyectiles perforan a todos los objetivos
La duración base es de 10 segundos
Velocidad de proyectiles reducida un 80%
base is projectile [1]
monster projectile variation [1]
BookProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 60–89
Probabilidad de golpe crítico: 5%
Attack Time: 1.245 seg
Inflige un 10% menos de daño físico
Velocidad de proyectiles aumentada un 30%
base is projectile [1]
monster projectile variation [7]
spell maximum action distance +% [-30]
Velocidad de proyectiles aumentada un 30%
base is projectile [1]
monster projectile variation [7]
spell maximum action distance +% [-30]
BookMultiProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 60–89
Probabilidad de golpe crítico: 5%
Attack Time: 1.245 seg
Inflige un 25% menos de daño físico
Dispara 4 proyectiles adicionales
Velocidad de proyectiles aumentada un 30%
base is projectile [1]
monster projectile variation [7]
spell maximum action distance +% [-30]
Dispara 4 proyectiles adicionales
Velocidad de proyectiles aumentada un 30%
base is projectile [1]
monster projectile variation [7]
spell maximum action distance +% [-30]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerMaleBoss"] = { name = "Trinian, Intellectus Prime", life = 1.2, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "BookSpark", "BookProjectile", "BookMultiProjectile", }, 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["BookSpark"] = { name = "Spark", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.65, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_skill_effect_duration", "monster_projectile_variation", "base_projectile_speed_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10000, 1, -80, levelRequirement = 31, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BookProjectile"] = { name = "BookProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_physical_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {0, 7, -30, 30, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-10, 7, -30, 30, levelRequirement = 31, statInterpolation = {1}, cost = { }, }, [3] = {-20, 7, -30, 30, levelRequirement = 53, statInterpolation = {1}, cost = { }, }, [4] = {-30, 7, -30, 30, levelRequirement = 66, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BookMultiProjectile"] = { name = "BookMultiProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_physical_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-15, 7, -30, 30, 4, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-25, 7, -30, 30, 4, levelRequirement = 31, statInterpolation = {1}, cost = { }, }, [3] = {-35, 7, -30, 30, 4, levelRequirement = 53, statInterpolation = {1}, cost = { }, }, [4] = {-40, 7, -30, 30, 4, levelRequirement = 66, statInterpolation = {1}, cost = { }, }, }, }