리슬라사의 영충 알
구조물
emerge speed +% [-30,30]
Ryslatha's Brood Egg
SpectreN
Tags시전, chaos_affinity, construct, extra_small_height, flesh_armour, immobile, is_unarmed, physical_affinity
생명력
400%
Ailment Threshold
400%
저항
20 20 20 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
SpiderlingEggSpawner
Metadata
RyslathaEgg
레벨
68
생명력
25,733
방어도
28,790
회피
4,739
에너지 보호막
0
Damage
374
주문 피해
374
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
SpellNovaRyslathaEgg
Spell, Damage, Area, Duration, Triggerable, AreaSpell
시전 속도: 1 초
269.6~404.4 카오스 피해
기본 지속시간 0.75
infest on hit chance % [100]
infest on hit duration ms [4000]
is area damage [1]
RyslathaParasiteGround
Spell, Area, Damage, Duration, Triggerable, Triggered, AreaSpell
시전 속도: 1 초
플레이어가 명중 시 적을 기절시킬 수 없음
주는 공격 피해 30% 감폭
기본 지속시간 2.5
명중 시 적 중독 유발
중독 피해 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
Domains몬스터 (3)
GenerationType고유 (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.