食腐虫后
野兽
区域: 湿地
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
幽魂N
地区湿地
标签animal_claw_weapon, beast, 施法, chaos_affinity, extra_large_height, flesh_armour, insect, insect_blood, is_unarmed, large_model, physical_affinity, ranged, very_slow_movement
生命
1600%
异常状态临界值
1600%
抗性
40 40 40 25
伤害
130%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
121%
类型
Ryslatha
Metadata
InsectSpawnerParasiteBoss
等级
48
生命
26,960
护甲
5,621
闪避值
2,239
能量护盾
0
伤害
171
法术伤害
171
命中
129
攻击间隔
1.5
经验值
10,172
异常状态临界值
26,960
冰缓
85
Shock
85
Brittle
482
Scorch
85
Sap
236
InsectSpawnerSpitParasiteBoss
攻击, 投射物, 玩家投射物
基本伤害: 137–205
攻击暴击率: 5%
攻击间隔: 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
法术, 伤害, 火焰, 投射物, 范围, 范围法术
火焰之息
施放间隔: 2.3 秒
冷却时间: 10 秒
造成 55 - 82.51 物理伤害
每秒造成 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
法术, 法术可重复, 可触发
施放间隔: 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
攻击
基本伤害: 137–205
攻击暴击率: 5%
攻击间隔: 1.5 秒
冷却时间: 12 秒
你的击中不能眩晕敌人
伤害总降 75%
基础持续时间为 3
击中时使其中毒
RyslathaSummonEggTriggered
法术, 法术可重复, 可触发, 陷阱技能, 图腾技能, 地雷技能
施放间隔: 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 全域
  • 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 全域
  • 怪物提供的经验值提高 250%
    掉落的物品稀有度提高 6000%
    IdMonsterQuestBossAct6
    FamilyMonsterActBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 全域
  • monster dropped item rarity +% Min: 6000 Max: 6000 全域
  • 无法被击退
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • 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 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 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 全域
  • 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
    幽魂N
    标签animal_claw_weapon, beast, 施法, chaos_affinity, flesh_armour, insect, insect_blood, is_unarmed, large_model, physical_affinity, ranged, very_slow_movement
    生命
    1600%
    异常状态临界值
    1600%
    抗性
    40 40 40 25
    伤害
    130%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 6
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    121%
    类型
    Ryslatha
    Metadata
    InsectSpawnerParasiteBossStandalone
    等级
    68
    生命
    102,934
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    0
    伤害
    486
    法术伤害
    486
    命中
    290
    攻击间隔
    1.5
    经验值
    20,510
    异常状态临界值
    102,934
    冰缓
    325
    Shock
    325
    Brittle
    1,841
    Scorch
    325
    Sap
    899
    InsectSpawnerSpitParasiteBoss
    攻击, 投射物, 玩家投射物
    基本伤害: 388–583
    攻击暴击率: 5%
    攻击间隔: 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
    法术, 伤害, 火焰, 投射物, 范围, 范围法术
    火焰之息
    施放间隔: 2.3 秒
    冷却时间: 10 秒
    造成 160.5 - 240.7 物理伤害
    每秒造成 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
    法术, 法术可重复, 可触发
    施放间隔: 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
    攻击, 范围
    基本伤害: 388–583
    攻击暴击率: 5%
    攻击伤害: 99.25%
    攻击间隔: 1.5 秒
    冷却时间: 12 秒
    你的击中不能眩晕敌人
    攻击伤害总降 0.75%
    击中时使其中毒
    emerge speed +% [300]
    is area damage [1]
    shield charge extra distance [45]
    RyslathaSummonEggTriggeredStandalone
    法术, 法术可重复, 可触发
    施放间隔: 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 全域
  • 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 全域
  • 怪物提供的经验值提高 250%
    掉落的物品稀有度提高 6000%
    IdMonsterQuestBossAct6
    FamilyMonsterActBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 全域
  • monster dropped item rarity +% Min: 6000 Max: 6000 全域
  • 无法被击退
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • 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 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • Edit

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