꼭두각시 여사 리슬라사
야수
지역: 습지대
물리 피해의 50%를 카오스 피해로 전환
display monster mod nemesis test [0]
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 6000% 증가
밀려날 수 없음
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
Ryslatha, the Puppet Mistress
SpectreN
Area습지대
Tagsanimal_claw_weapon, beast, 시전, chaos_affinity, extra_large_height, flesh_armour, insect, insect_blood, is_unarmed, large_model, physical_affinity, ranged, very_slow_movement
생명력
1600%
Ailment Threshold
1600%
저항
40 40 40 25
Damage
130%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
121%
Type
Ryslatha
Metadata
InsectSpawnerParasiteBoss
레벨
48
생명력
26,960
방어도
5,621
회피
2,239
에너지 보호막
0
Damage
171
주문 피해
171
정확도
129
Attack Time
1.5
경험치
10,172
Ailment Threshold
26,960
Chill
85
Shock
85
Brittle
482
Scorch
85
Sap
236
InsectSpawnerSpitParasiteBoss
Attack, Projectile, ProjectilesFromUser
Base Damage: 137–205
치명타 확률: 5%
Attack Time: 1.5 초
물리 피해의 30%를 카오스 피해로 전환
공격 속도 33% 감폭
base is projectile [1]
infest on hit chance % [100]
infest on hit duration ms [4000]
visual hit effect chaos is green [1]
FlamebreathParasiteBoss
Spell, Damage, Fire, Projectile, Area, AreaSpell
화염 숨결
시전 속도: 2.3 초
재사용 대기시간: 10 초
55~82.51 물리 피해
1초마다 152.8의 기본 카오스 피해를 줌
기본 지속시간 4
물리 피해의 30%를 카오스 피해로 전환
투사체 속도 20% 감소
active skill area of effect radius +% final [30]
ground caustic art variation [4]
is area damage [1]
projectile spread radius [5]
projectile uses contact position [1]
RyslathaSummonEgg
Spell, Multicastable, Triggerable
시전 속도: 1.8 초
재사용 대기시간: 8 초
alternate minion [227]
monster no drops or experience [1]
number of monsters to summon [3]
summon specific monsters radius +% [180]
summoned monsters are minions [1]
RyslathaSlide
Attack
Base Damage: 137–205
치명타 확률: 5%
Attack Time: 1.5 초
재사용 대기시간: 12 초
플레이어가 명중 시 적을 기절시킬 수 없음
주는 피해 75% 감폭
기본 지속시간 3
명중 시 적 중독 유발
RyslathaSummonEggTriggered
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
시전 속도: 1 초
alternate minion [227]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/InsectSpawner/InsectSpawner"

Actor
{
	basic_action = "Emerge"
}


Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/InsectSpawner/InsectSpawner"

Transitionable
{
	create_untransitioned = "PlayAnimation( idle_submerged );"
	create_transitioned = "EnableTargetable();"
	on_transition = "EnableTargetable();"
}

Targetable
{
	targetable = false
}

Render
{
	preload_buff_visual = "infested"
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act7/Ryslatha/spit_parasite/ParasiteEggExplode.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/InsectSpawner/InsectSpawnerParasiteBoss"] = {
    name = "Ryslatha, the Puppet Mistress",
    life = 16,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "InsectSpawnerSpitParasiteBoss",
        "RyslathaSummonEgg",
        "RyslathaSummonEggTriggered",
        "FlamebreathParasiteBoss",
        "RyslathaSlide",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["InsectSpawnerSpitParasiteBoss"] = {
    name = "InsectSpawnerSpitParasiteBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_chaos",
        "infest_on_hit_chance_%",
        "infest_on_hit_duration_ms",
        "active_skill_attack_speed_+%_final",
        "base_is_projectile",
        "visual_hit_effect_chaos_is_green",
    },
    levels = {
        [1] = {30, 100, 4000, -33, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RyslathaSummonEgg"] = {
    name = "RyslathaSummonEgg",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
    },
    levels = {
        [1] = {3, 227, 180, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RyslathaSummonEggTriggered"] = {
    name = "RyslathaSummonEggTriggered",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 227, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FlamebreathParasiteBoss"] = {
    name = "Flame Breath",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Fire] = true,
        [SkillType.Projectile] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.3,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_chaos_damage_to_deal_per_minute",
        "projectile_spread_radius",
        "base_projectile_speed_+%",
        "base_skill_effect_duration",
        "ground_caustic_art_variation",
        "skill_physical_damage_%_to_convert_to_chaos",
        "active_skill_area_of_effect_radius_+%_final",
        "projectile_uses_contact_position",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 8, 5, -20, 4000, 4, 30, 30, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RyslathaSlide"] = {
    name = "RyslathaSlide",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "active_skill_damage_+%_final",
        "global_poison_on_hit",
        "cannot_stun",
    },
    levels = {
        [1] = {3000, -75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
물리 피해의 50%를 카오스 피해로 전환
IdMonsterConvertToChaos1
FamilyChaosDamageAsPortionOfDamage
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • base physical damage % to convert to chaos Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    display monster mod nemesis test [0]
    IdRyslathaSpawnEggsDaemon
    FamilyDaemon
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 Global
  • 몬스터가 주는 경험치 250% 증가
    떨어지는 아이템 희귀도 6000% 증가
    IdMonsterQuestBossAct6
    FamilyMonsterActBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • 밀려날 수 없음
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • heal aura owner % max life on death [0]
    IdBossHealOnPlayerDeath
    FamilyBossHealOnPlayerDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • heal aura owner % max life on death Min: 0 Max: 0 Global
  • heal_on_nearby_death
    적용 반경: 120
    heal aura owner % max life on death [0]
    꼭두각시 여사 리슬라사
    야수
    물리 피해의 50%를 카오스 피해로 전환
    display monster mod nemesis test [0]
    몬스터가 주는 경험치 250% 증가
    떨어지는 아이템 희귀도 6000% 증가
    밀려날 수 없음
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Ryslatha, the Puppet Mistress
    SpectreN
    Tagsanimal_claw_weapon, beast, 시전, chaos_affinity, flesh_armour, insect, insect_blood, is_unarmed, large_model, physical_affinity, ranged, very_slow_movement
    생명력
    1600%
    Ailment Threshold
    1600%
    저항
    40 40 40 25
    Damage
    130%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    121%
    Type
    Ryslatha
    Metadata
    InsectSpawnerParasiteBossStandalone
    레벨
    68
    생명력
    102,934
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    0
    Damage
    486
    주문 피해
    486
    정확도
    290
    Attack Time
    1.5
    경험치
    20,510
    Ailment Threshold
    102,934
    Chill
    325
    Shock
    325
    Brittle
    1,841
    Scorch
    325
    Sap
    899
    InsectSpawnerSpitParasiteBoss
    Attack, Projectile, ProjectilesFromUser
    Base Damage: 388–583
    치명타 확률: 5%
    Attack Time: 1.5 초
    물리 피해의 30%를 카오스 피해로 전환
    공격 속도 33% 감폭
    base is projectile [1]
    infest on hit chance % [100]
    infest on hit duration ms [4000]
    visual hit effect chaos is green [1]
    FlamebreathParasiteBoss
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    화염 숨결
    시전 속도: 2.3 초
    재사용 대기시간: 10 초
    160.5~240.7 물리 피해
    1초마다 445.8의 기본 카오스 피해를 줌
    기본 지속시간 4
    물리 피해의 30%를 카오스 피해로 전환
    투사체 속도 20% 감소
    active skill area of effect radius +% final [30]
    ground caustic art variation [4]
    is area damage [1]
    projectile spread radius [5]
    projectile uses contact position [1]
    RyslathaSummonEgg
    Spell, Multicastable, Triggerable
    시전 속도: 1.8 초
    재사용 대기시간: 8 초
    alternate minion [227]
    monster no drops or experience [1]
    number of monsters to summon [3]
    summon specific monsters radius +% [180]
    summoned monsters are minions [1]
    RyslathaStandaloneBurrow
    Attack, Area
    Base Damage: 388–583
    치명타 확률: 5%
    공격 피해: 99.25%
    Attack Time: 1.5 초
    재사용 대기시간: 12 초
    플레이어가 명중 시 적을 기절시킬 수 없음
    주는 공격 피해 0.75% 감폭
    명중 시 적 중독 유발
    emerge speed +% [300]
    is area damage [1]
    shield charge extra distance [45]
    RyslathaSummonEggTriggeredStandalone
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    alternate minion [227]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/InsectSpawner/InsectSpawner"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/InsectSpawner/InsectSpawner"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Render
    {
    	preload_buff_visual = "infested"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act7/Ryslatha/spit_parasite/ParasiteEggExplode.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/InsectSpawner/InsectSpawnerParasiteBossStandalone"] = {
        name = "Ryslatha, the Puppet Mistress",
        life = 16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "InsectSpawnerSpitParasiteBoss",
            "RyslathaSummonEgg",
            "RyslathaSummonEggTriggeredStandalone",
            "RyslathaStandaloneBurrow",
            "FlamebreathParasiteBoss",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["InsectSpawnerSpitParasiteBoss"] = {
        name = "InsectSpawnerSpitParasiteBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_chaos",
            "infest_on_hit_chance_%",
            "infest_on_hit_duration_ms",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {30, 100, 4000, -33, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RyslathaSummonEgg"] = {
        name = "RyslathaSummonEgg",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.8,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 227, 180, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RyslathaSummonEggTriggeredStandalone"] = {
        name = "RyslathaSummonEggTriggeredStandalone",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 227, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RyslathaStandaloneBurrow"] = {
        name = "RyslathaStandaloneBurrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "emerge_speed_+%",
            "shield_charge_extra_distance",
            "global_poison_on_hit",
            "cannot_stun",
            "is_area_damage",
        },
        levels = {
            [1] = {300, 45, baseMultiplier = 0.9925, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FlamebreathParasiteBoss"] = {
        name = "Flame Breath",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.3,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_chaos_damage_to_deal_per_minute",
            "projectile_spread_radius",
            "base_projectile_speed_+%",
            "base_skill_effect_duration",
            "ground_caustic_art_variation",
            "skill_physical_damage_%_to_convert_to_chaos",
            "active_skill_area_of_effect_radius_+%_final",
            "projectile_uses_contact_position",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 8, 5, -20, 4000, 4, 30, 30, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    물리 피해의 50%를 카오스 피해로 전환
    IdMonsterConvertToChaos1
    FamilyChaosDamageAsPortionOfDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    display monster mod nemesis test [0]
    IdRyslathaSpawnEggsDaemon
    FamilyDaemon
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 Global
  • 몬스터가 주는 경험치 250% 증가
    떨어지는 아이템 희귀도 6000% 증가
    IdMonsterQuestBossAct6
    FamilyMonsterActBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • 밀려날 수 없음
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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