Plated Parasite
Beast
Group: Insects
Family: The Caverns
100% increased Poison Duration
Poison on Hit
SpectreY
AreaThe Eternal Laboratory
Tagsbeast, extra_extra_small_height, flesh_armour, insect, insect_blood, is_unarmed, medium_movement, melee, physical_affinity
Packs
  • The Eternal Laboratory: Plated Parasite, Spitting Parasite, Vicious Parasite
  • Parasite, Plated Parasite
  • Life
    225%
    Ailment Threshold
    225%
    Resistance
    0 40 0 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    180%
    Type
    ParasitePlated
    Metadata
    ParasitePlated
    Level
    68
    Life
    14,475
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.695
    Experience
    15,383
    Ailment Threshold
    14,475
    Chill
    46
    Shock
    46
    Brittle
    259
    Scorch
    46
    Sap
    126
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.695 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Parasite/ParasitePlated"] = {
        name = "Plated Parasite",
        life = 2.25,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    100% increased Poison Duration
    Poison on Hit
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    Plated Parasite
    Beast
    100% increased Poison Duration
    Poison on Hit
    SpectreY
    Tagsbeast, extra_extra_small_height, flesh_armour, insect, insect_blood, is_unarmed, medium_movement, melee, physical_affinity
    Life
    225%
    Ailment Threshold
    225%
    Resistance
    0 40 0 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    180%
    Type
    ParasitePlated
    Metadata
    ParasiteNewLarge
    Level
    68
    Life
    14,475
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.695
    Experience
    15,383
    Ailment Threshold
    14,475
    Chill
    46
    Shock
    46
    Brittle
    259
    Scorch
    46
    Sap
    126
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.695 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Parasite/ParasiteNewLarge"] = {
        name = "Plated Parasite",
        life = 2.25,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    100% increased Poison Duration
    Poison on Hit
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    Plated Parasite
    Beast
    100% increased Poison Duration
    Poison on Hit
    monster no drops or experience [1]
    SpectreY
    Tagsbeast, extra_extra_small_height, flesh_armour, insect, insect_blood, is_unarmed, medium_movement, melee, physical_affinity
    Life
    225%
    Ailment Threshold
    225%
    Resistance
    0 40 0 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    180%
    Type
    ParasitePlated
    Metadata
    ParasitePlatedRyslatha
    Level
    68
    Life
    14,475
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.695
    Experience
    15,383
    Ailment Threshold
    14,475
    Chill
    46
    Shock
    46
    Brittle
    259
    Scorch
    46
    Sap
    126
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.695 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Parasite/Parasite"
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Parasite/Parasite"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Parasite/ParasitePlatedRyslatha"] = {
        name = "Plated Parasite",
        life = 2.25,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    100% increased Poison Duration
    Poison on Hit
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Plated Parasite
    Beast
    100% increased Poison Duration
    Poison on Hit
    monster no drops or experience [1]
    SpectreY
    Tagsbeast, extra_extra_small_height, flesh_armour, insect, insect_blood, is_unarmed, medium_movement, melee, physical_affinity
    Life
    225%
    Ailment Threshold
    225%
    Resistance
    0 40 0 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    180%
    Type
    ParasitePlated
    Metadata
    ParasitePlatedRyslathaSink
    Level
    68
    Life
    14,475
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.695
    Experience
    15,383
    Ailment Threshold
    14,475
    Chill
    46
    Shock
    46
    Brittle
    259
    Scorch
    46
    Sap
    126
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.695 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Parasite/ParasiteDiesAfterTime"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Parasite/ParasiteDiesAfterTime"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Parasite/ParasitePlatedRyslathaSink"] = {
        name = "Plated Parasite",
        life = 2.25,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    100% increased Poison Duration
    Poison on Hit
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

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