Frosis
Construto
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Spectre | N |
---|---|
Tags | bludgeoning_weapon, Conjurador, cold_affinity, construct, is_unarmed, large_height, medium_movement, melee, not_dex, not_str, physical_affinity, plate_armour, ranged, red_blood |
Vida
150%
Energy Shield From Life
100%
Ailment Threshold
150%
Resistência
0 75 0 0
Damage
248%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.65 Second
Damage Spread
±20%
Experiência
150%
Model Size
140%
Type
IceElementalMapBossSplit
Metadata
FrostfireMageFrostForm
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
9,650
Armadura
28,790
Evasão
4,739
Escudo de Energia
6,127
Damage
926
Dano Mágico
926
Precisão
290
Attack Time
1.65
Experiência
15,383
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 741–1112
Chance de Crítico: 5%
Attack Time: 1.65 seg
Abate seus inimigos com um 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]
FrostfireMageIceSpear
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
Lança Gélida
Chance de Crítico: 7%
Tempo de Conjuração: 0.85 seg
Lança fragmentos de gelo rapidamente e sucessivamente. Após viajar uma curta distância ela se modifica para uma segunda forma, que se move muiot mais rápido e atravessa os inimigos.
Causa 335.7 a 503.5 de Dano de Gelo
Dispara 2 Projéteis adicionais
Segunda forma possui um aumento de 600% de Chance de Crítico
active skill chill duration +% final [78]
base is projectile [1]
spell maximum action distance +% [-25]
Dispara 2 Projéteis adicionais
Segunda forma possui um aumento de 600% de Chance de Crítico
active skill chill duration +% final [78]
base is projectile [1]
spell maximum action distance +% [-25]
FrostfireMageFrostStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Invocar Tormenta
Tempo de Conjuração: 0.5 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.
Causa 659.7 a 989.5 de Dano de Gelo
Duração base é de 3 segundos
Velocidade de Conjuração aumentada em 100%
active skill area of effect radius +% final [-40]
is area damage [1]
Duração base é de 3 segundos
Velocidade de Conjuração aumentada em 100%
active skill area of effect radius +% final [-40]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 fade_arrows = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandits/FrostfireMageFrostForm"] = { name = "Frosis", life = 1.5, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.48, damageSpread = 0.2, attackTime = 1.65, attackRange = 6, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "FrostfireMageIceSpear", "FrostfireMageFrostStormCall", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["FrostfireMageIceSpear"] = { name = "Ice Spear", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.85, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "active_skill_chill_duration_+%_final", "spell_maximum_action_distance_+%", "ice_spear_second_form_critical_strike_chance_+%", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 78, -25, 600, 2, critChance = 7, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["FrostfireMageFrostStormCall"] = { 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_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "base_cast_speed_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 3000, 100, -40, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |