Consuming Infester


Spectre | N |
---|---|
Tags | beast, caster, 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 |
Life
75%
Energy Shield From Life
100%
Ailment Threshold
75%
Resistance




Damage
50%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experience
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.
Level
68
Life
0
Armour
28,790
Evasion Rating
4,739
Energy Shield
4,595
Damage
187
Spell Damage
187
Accuracy
580
Attack Time
1.5
Experience
5,128
Minion Life
0
Minion Energy Shield
997
Minion Damage
149
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
Default Attack
Base Damage: 149–224
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
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]

AtlasInvadersConsumeFodder2DeathExplodeSmall
Spell, Area, Damage, AreaSpell, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 194 to 581.9 Lightning Damage
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 = { }, }, }, }
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.