Huevo de Cría de Ryslatha
Constructo
emerge speed +% [-30,30]
Ryslatha's Brood Egg
SpectreN
TagsLanzador de hechizos, chaos_affinity, construct, extra_small_height, flesh_armour, immobile, is_unarmed, physical_affinity
Vida
400%
Ailment Threshold
400%
Resistencia
20 20 20 0
Damage
100%
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
100%
Model Size
100%
Type
SpiderlingEggSpawner
Metadata
RyslathaEgg
Nivel
68
Vida
25,733
Armaduras
28,790
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.5
Experiencia
10,255
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
SpellNovaRyslathaEgg
Spell, Damage, Area, Duration, Triggerable, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige de 269.6 a 404.4 de daño de caos
La duración base es de 0.75 segundos
infest on hit chance % [100]
infest on hit duration ms [4000]
is area damage [1]
RyslathaParasiteGround
Spell, Area, Damage, Duration, Triggerable, Triggered, AreaSpell
Tiempo de lanzamiento: 1 seg
Tus golpes no pueden aturdir a los enemigos
Inflige un 30% menos de daño de ataque
La duración base es de 2.5 segundos
Envenena a los enemigos con cada golpe
Daño con veneno aumentado un 59%

Object Type

version 2
extends "Metadata/Monsters/Monster"

Pathfinding
{
	immobile = true
}

Actor
{
	slow_animations_go_to_idle = false
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
}

Animated
{
}

Stats
{
	is_hidden_monster = 1
	base_cannot_be_damaged = 1
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
}

BaseEvents
{
	on_construction_complete = "RemoveCollidability();" 
}

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	on_transition = "HideAllMeshSegments();"
	create_transitioned = "HideAllMeshSegments();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SpiderlingEgg/RyslathaEgg"] = {
    name = "Ryslatha's Brood Egg",
    life = 4,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "SpellNovaRyslathaEgg",
        "RyslathaParasiteGround",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SpellNovaRyslathaEgg"] = {
    name = "SpellNovaRyslathaEgg",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "base_skill_effect_duration",
        "infest_on_hit_chance_%",
        "infest_on_hit_duration_ms",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 750, 100, 4000, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RyslathaParasiteGround"] = {
    name = "RyslathaParasiteGround",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Triggered] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_poison_damage_+%",
        "global_poison_on_hit",
        "cannot_stun",
    },
    levels = {
        [1] = {2500, 59, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
emerge speed +% [-30,30]
IdVariableEmergeSpeed
FamilyVariableEmergeSpeed
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • emerge speed +% Min: -30 Max: 30 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.