Hatchling
Beast
monster no drops or experience [1]
SpectreY
Tagsanimal_claw_weapon, beast, extra_extra_small_height, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, medium_movement, melee, physical_affinity, spider
Life
50%
Ailment Threshold
50%
Resistance
0 0 40 0
Damage
72%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
5 ~ 5
Attack Time
0.945 Second
Damage Spread
±20%
Experience
50%
Model Size
60%
Type
WeaverTinySpider
Metadata
SpiderSmall3
Level
68
Life
3,217
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
269
Spell Damage
269
Accuracy
290
Attack Time
0.945
Experience
5,128
Ailment Threshold
3,217
Chill
10
Shock
10
Brittle
58
Scorch
10
Sap
28
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 215–323
Critical Strike Chance: 5%
Attack Time: 0.945 sec
Strike your foes down with a powerful blow.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/Spiders/Spider"

Object Type Codes

version 2
extends "Metadata/Monsters/Spiders/Spider"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Spiders/SpiderSmall3"] = {
    name = "Hatchling",
    life = 0.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 40,
    chaosResist = 0,
    damage = 0.72,
    damageSpread = 0.2,
    attackTime = 0.945,
    attackRange = 5,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
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
  • Hatchling
    Beast
    Group: Arachnids
    Family: The Caverns
    SpectreY
    Tagsanimal_claw_weapon, beast, extra_extra_small_height, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, medium_movement, melee, physical_affinity, spider
    Life
    50%
    Ailment Threshold
    50%
    Resistance
    0 0 40 0
    Damage
    72%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 5
    Attack Time
    0.945 Second
    Damage Spread
    ±20%
    Experience
    50%
    Model Size
    60%
    Type
    WeaverTinySpider
    Metadata
    SpiderSmall3Experience
    Level
    68
    Life
    3,217
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    269
    Spell Damage
    269
    Accuracy
    290
    Attack Time
    0.945
    Experience
    5,128
    Ailment Threshold
    3,217
    Chill
    10
    Shock
    10
    Brittle
    58
    Scorch
    10
    Sap
    28
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 215–323
    Critical Strike Chance: 5%
    Attack Time: 0.945 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Spiders/Spider"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Spiders/Spider"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/SpiderSmall3Experience"] = {
        name = "Hatchling",
        life = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 0.945,
        attackRange = 5,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Hatchling
    Beast
    SpectreY
    Tagsanimal_claw_weapon, beast, extra_extra_small_height, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, medium_movement, melee, physical_affinity, spider
    Life
    50%
    Ailment Threshold
    50%
    Resistance
    0 0 40 0
    Damage
    72%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 5
    Attack Time
    0.945 Second
    Damage Spread
    ±20%
    Experience
    50%
    Model Size
    60%
    Type
    WeaverTinySpider
    Metadata
    SpiderSmall3Descent2
    Level
    68
    Life
    3,217
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    269
    Spell Damage
    269
    Accuracy
    290
    Attack Time
    0.945
    Experience
    5,128
    Ailment Threshold
    3,217
    Chill
    10
    Shock
    10
    Brittle
    58
    Scorch
    10
    Sap
    28
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 215–323
    Critical Strike Chance: 5%
    Attack Time: 0.945 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Spiders/Spider"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Spiders/Spider"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/SpiderSmall3Descent2"] = {
        name = "Hatchling",
        life = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 0.945,
        attackRange = 5,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Hatchling
    Beast
    Group: Arachnids
    Family: The Caverns
    SpectreY
    AreaThe Weaver's Chambers
    Tagsanimal_claw_weapon, beast, extra_extra_small_height, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, medium_movement, melee, physical_affinity, spider
    Packs
  • The Weaver's Chambers: Hatchling
  • Leaping Spider, Hatchling
  • Life
    78%
    Ailment Threshold
    78%
    Resistance
    0 0 40 0
    Damage
    94%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 5
    Attack Time
    0.945 Second
    Damage Spread
    ±20%
    Experience
    65%
    Model Size
    60%
    Type
    TinySpider
    Metadata
    SpiderSmall4
    Level
    18
    Life
    135
    Armour
    321
    Evasion
    493
    Energy Shield
    0
    Damage
    20
    Spell Damage
    20
    Accuracy
    34
    Attack Time
    0.945
    Experience
    387
    Ailment Threshold
    135
    Chill
    0
    Shock
    0
    Brittle
    2
    Scorch
    0
    Sap
    1
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 16–24
    Critical Strike Chance: 5%
    Attack Time: 0.945 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_is_spider = 1
    }
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	main_hand_unarmed_type = "Dagger"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/SpiderSmall4"] = {
        name = "Hatchling",
        life = 0.78,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 0.94,
        damageSpread = 0.2,
        attackTime = 0.945,
        attackRange = 5,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Hatchling
    Beast
    monster no map drops [1]
    SpectreY
    Tagsanimal_claw_weapon, beast, extra_extra_small_height, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, melee, physical_affinity, slow_movement, spider
    Life
    78%
    Ailment Threshold
    78%
    Resistance
    0 0 40 0
    Damage
    94%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 5
    Attack Time
    0.945 Second
    Damage Spread
    ±20%
    Experience
    65%
    Model Size
    55%
    Type
    BarrelOfSpidersSmall
    Metadata
    SpiderBarrelOfSpidersSmall
    Level
    68
    Life
    5,018
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    351
    Spell Damage
    351
    Accuracy
    290
    Attack Time
    0.945
    Experience
    6,666
    Ailment Threshold
    5,018
    Chill
    16
    Shock
    16
    Brittle
    90
    Scorch
    16
    Sap
    44
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 281–421
    Critical Strike Chance: 5%
    Attack Time: 0.945 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Spiders/Spider"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Spiders/Spider"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/SpiderBarrelOfSpidersSmall"] = {
        name = "Hatchling",
        life = 0.78,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 0.94,
        damageSpread = 0.2,
        attackTime = 0.945,
        attackRange = 5,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • SpectreY
    Spectre OverrideMetadata/Monsters/Spiders/DelveSpiderPacksSpectre
    AreaAzurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents, Primeval Fortress, Primeval Fortress, Primeval Fortress, Primeval Fortress, Primeval Fortress, Primeval Fortress, Primeval Fortress, Primeval Fortress, The Lake of Kalandra
    Tagsbeast, delve_monster, extra_extra_small_height, fast_movement, flesh_armour, insect_blood, is_unarmed, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, spider
    Packs
  • Hatchling, Skitterling
  • Hatchling, Skitterling, Azurite Widow
  • Life
    90%
    Evasion
    +50%
    Ailment Threshold
    90%
    Resistance
    0 40 0 0
    Damage
    90%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    3 ~ 7
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experience
    90%
    Model Size
    40%
    Type
    DelveSpiderSwarm
    Metadata
    DelveSpiderPacks
    Level
    68
    Life
    5,790
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    336
    Spell Damage
    336
    Accuracy
    290
    Attack Time
    1.755
    Experience
    9,230
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 269–403
    Critical Strike Chance: 5%
    Attack Time: 1.755 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/DelveSpiderPacks"] = {
        name = "Hatchling",
        life = 0.9,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Hatchling
    Beast
    SpectreY
    Tagsbeast, delve_monster, fast_movement, flesh_armour, insect_blood, is_unarmed, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, spider
    Life
    90%
    Evasion
    +50%
    Ailment Threshold
    90%
    Resistance
    0 40 0 0
    Damage
    90%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    3 ~ 7
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experience
    90%
    Model Size
    40%
    Type
    DelveSpiderSwarm
    Metadata
    DelveSpiderPacksSpectre
    Level
    68
    Life
    5,790
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    336
    Spell Damage
    336
    Accuracy
    290
    Attack Time
    1.755
    Experience
    9,230
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 269–403
    Critical Strike Chance: 5%
    Attack Time: 1.755 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/DelveSpiderPacksSpectre"] = {
        name = "Hatchling",
        life = 0.9,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    SpectreN
    AreaAzurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Azurite Mine, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Fungal Caverns, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Petrified Forest, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Abyssal Depths, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Magma Fissure, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents, Sulphur Vents
    Tagsbeast, cannot_be_monolith, cold_affinity, delve_monster, fast_movement, flesh_armour, insect_blood, is_unarmed, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, spider
    Packs
  • Hatchling
  • Life
    90%
    Evasion
    +50%
    Ailment Threshold
    90%
    Resistance
    0 40 0 0
    Damage
    90%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    3 ~ 7
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experience
    90%
    Model Size
    40%
    Type
    DelveSpiderSwarm
    Metadata
    DelveSpiderPacksEmergeDrop_
    Level
    68
    Life
    5,790
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    336
    Spell Damage
    336
    Accuracy
    290
    Attack Time
    1.755
    Experience
    9,230
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 269–403
    Critical Strike Chance: 5%
    Attack Time: 1.755 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EGDelveSpiderEmergeDrop
    Triggerable, Spell
    Cast Time: 1 sec
    DelveSpiderFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Flicker Strike
    Base Damage: 269–403
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Time: 1.755 sec
    Cooldown Time: 4 sec
    Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.
    Deals 50% less Attack Damage
    40% of Physical Damage Converted to Cold Damage
    ignores proximity shield [1]
    melee defer damage prediction [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveSpider"
    
    Transitionable {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveSpider"
    
    Transitionable
    {
    	create_untransitioned = "DisableRendering();"
    	on_transition = "EnableRendering();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/DelveSpiderPacksEmergeDrop_"] = {
        name = "Hatchling",
        life = 0.9,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "DelveSpiderFlickerStrike",
            "EGDelveSpiderEmergeDrop",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DelveSpiderFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "ignores_proximity_shield",
            "melee_defer_damage_prediction",
        },
        levels = {
            [1] = {40, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGDelveSpiderEmergeDrop"] = {
        name = "EGDelveSpiderEmergeDrop",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Hatchling
    Beast
    monster no map drops [1]
    SpectreY
    Spectre OverrideMetadata/Monsters/Spiders/DelveSpiderPacksSpectre
    Tagsbeast, cold_affinity, delve_monster, extra_extra_small_height, fast_movement, flesh_armour, insect_blood, is_unarmed, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, spider
    Life
    90%
    Evasion
    +50%
    Ailment Threshold
    90%
    Resistance
    0 40 0 0
    Damage
    90%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    3 ~ 7
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experience
    90%
    Model Size
    40%
    Type
    DelveSpiderSwarm
    Metadata
    DelveSpiderPacksSpawned
    Level
    68
    Life
    5,790
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    336
    Spell Damage
    336
    Accuracy
    290
    Attack Time
    1.755
    Experience
    9,230
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 269–403
    Critical Strike Chance: 5%
    Attack Time: 1.755 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DelveSpiderFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Flicker Strike
    Base Damage: 269–403
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Time: 1.755 sec
    Cooldown Time: 4 sec
    Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.
    Deals 50% less Attack Damage
    40% of Physical Damage Converted to Cold Damage
    ignores proximity shield [1]
    melee defer damage prediction [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveMonsterBaseSink"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveMonsterBaseSink"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/DelveSpiderPacksSpawned"] = {
        name = "Hatchling",
        life = 0.9,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "DelveSpiderFlickerStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DelveSpiderFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "ignores_proximity_shield",
            "melee_defer_damage_prediction",
        },
        levels = {
            [1] = {40, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Hatchling
    Beast
    monster no map drops [1]
    SpectreN
    Tagsbeast, cannot_be_monolith, cold_affinity, delve_monster, flesh_armour, insect_blood, is_unarmed, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, spider, very_slow_movement
    Life
    90%
    Evasion
    +50%
    Ailment Threshold
    90%
    Resistance
    0 40 0 0
    Damage
    90%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    3 ~ 7
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experience
    90%
    Model Size
    40%
    Type
    DelveSpiderSwarm
    Metadata
    DelveSpiderPacksEmergeDropSpawned
    Level
    68
    Life
    5,790
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    336
    Spell Damage
    336
    Accuracy
    290
    Attack Time
    1.755
    Experience
    9,230
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 269–403
    Critical Strike Chance: 5%
    Attack Time: 1.755 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EGDelveSpiderEmergeDrop
    Triggerable, Spell
    Cast Time: 1 sec
    DelveSpiderFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Flicker Strike
    Base Damage: 269–403
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Time: 1.755 sec
    Cooldown Time: 4 sec
    Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.
    Deals 50% less Attack Damage
    40% of Physical Damage Converted to Cold Damage
    ignores proximity shield [1]
    melee defer damage prediction [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveSpider"
    
    Transitionable {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueDelve/DelveSpider"
    
    Transitionable
    {
    	create_untransitioned = "DisableRendering();"
    	on_transition = "EnableRendering();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/DelveSpiderPacksEmergeDropSpawned"] = {
        name = "Hatchling",
        life = 0.9,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "DelveSpiderFlickerStrike",
            "EGDelveSpiderEmergeDrop",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DelveSpiderFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "ignores_proximity_shield",
            "melee_defer_damage_prediction",
        },
        levels = {
            [1] = {40, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGDelveSpiderEmergeDrop"] = {
        name = "EGDelveSpiderEmergeDrop",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Hatchling
    Beast
    monster no map drops [1]
    SpectreY
    Tagsbeast, delve_monster, extra_extra_small_height, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, medium_movement, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, spider
    Life
    90%
    Evasion
    +50%
    Ailment Threshold
    90%
    Resistance
    35 35 35 20
    Damage
    90%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    3 ~ 7
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experience
    90%
    Model Size
    65%
    Type
    DelveSpiderSmall
    Metadata
    DelveSpiderSwarm
    Level
    68
    Life
    5,790
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    336
    Spell Damage
    336
    Accuracy
    290
    Attack Time
    1.755
    Experience
    9,230
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 269–403
    Critical Strike Chance: 5%
    Attack Time: 1.755 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_is_spider = 1
    }
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	main_hand_unarmed_type = "Dagger"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/DelveSpiderSwarm"] = {
        name = "Hatchling",
        life = 0.9,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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