Plaga devoradora
Sobrenatural
Consuming Infester
Spectre | N |
---|---|
Tags | beast, Lanzador de hechizos, cleaving_weapon, crustacean_beast, eldritch, flesh_armour, is_unarmed, lightning_affinity, melee, not_dex, not_str, physical_affinity, red_blood, slow_movement, uses_suicide_explode |
Vida
75%
Energy Shield From Life
100%
Ailment Threshold
75%
Resistencia
0 0 75 0
Damage
50%
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
50%
Model Size
55%
Type
AtlasInvadersConsumeFodder2Flying
Metadata
ConsumeFodder2Flying
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
4,825
Armadura
28,790
Evasión
4,739
Escudo de energía
6,127
Damage
187
Daño de hechizos
187
Precisión
290
Attack Time
1.5
Experiencia
5,128
Ailment Threshold
4,825
Chill
15
Shock
15
Brittle
86
Scorch
15
Sap
42
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 estándar
Base Damage: 149–224
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 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]
AtlasInvadersConsumeFodder2DeathExplodeSmall
Spell, Area, Damage, AreaSpell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 194 a 581.9 de daño de rayo
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasInvaders/AtlasInvaderMonsterBase" Actor { basic_action = "Emerge" } Stats { strafe_distance_+% = -30 }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasInvaders/AtlasInvaderMonsterBase" Render { selection_height_override = 250.0 } Life { //EPK/body_idle.epk is a placeholder to be updated. on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Tangled_Minions/EPK/body_idle.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Tangled_Minions/EPK/body_idle.epk );" on_spawned_dead = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Tangled_Minions/EPK/tangled2_arc_cast.epk );" } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Tangled_Minions/EPK/body_idle.epk" } Animated { on_flying_death_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Tangled_Minions/EPK/tangled2_arc_cast.epk );" on_event_death_explode_for_flying_death_01 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Tangled_Minions/EPK/tangled2_arc_cast.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasInvaders/ConsumeMonsters/ConsumeFodder2Flying"] = { name = "Consuming Infester", life = 0.75, energyShield = 1, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 0.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "AtlasInvadersConsumeFodder2DeathExplodeSmall", }, 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["AtlasInvadersConsumeFodder2DeathExplodeSmall"] = { name = "AtlasInvadersConsumeFodder2DeathExplodeSmall", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = 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", "is_area_damage", }, levels = { [1] = {0.5, 1.5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }