Plaga devoradora
Sobrenatural
Consuming Infester
SpectreN
Tagsbeast, 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
Nivel
68
Vida
4,825
Armaduras
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
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]
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]

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.