Predatory Scorpion
Beast
Group: Arachnids
Family: The Caverns
100% increased Poison Duration
Poison on Hit
SpectreY
AreaThe Vastiri Desert, The Oasis, The Eternal Laboratory, Shifting Sands, Shifting Sands, Dig Map, The Lake of Kalandra
Tagsbeast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_harbinger_minion, not_int, physical_affinity, puncturing_weapon, spider
Packs
  • The Vastiri Desert: Predatory Scorpion, Black Scorpion
  • The Oasis: Predatory Scorpion, Black Scorpion
  • The Eternal Laboratory: Predatory Scorpion, Black Scorpion
  • Sand Scorpion, Black Scorpion, Predatory Scorpion
  • Life
    150%
    Armour
    +50%
    Ailment Threshold
    150%
    Resistance
    30 0 0 30
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    130%
    Type
    ScorpionLarge
    Metadata
    BlackScorpionLarge
    Level
    81
    Life
    38,098
    Armour
    118,976
    Evasion
    7,362
    Energy Shield
    0
    Damage
    1,204
    Spell Damage
    1,204
    Accuracy
    480
    Attack Time
    1.5
    Experience
    19,295
    Ailment Threshold
    38,098
    Chill
    120
    Shock
    120
    Brittle
    682
    Scorch
    120
    Sap
    333
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 963–1445
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ScorpionBurrow
    Attack, Area
    Base Damage: 963–1445
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 8 sec
    Deals 33% less Damage
    active skill area of effect radius +% final [-70]
    emerge speed +% [100]
    is area damage [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/Scorpion/BlackScorpionLarge"] = {
        name = "Predatory Scorpion",
        life = 1.5,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "ScorpionBurrow",
        },
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ScorpionBurrow"] = {
        name = "ScorpionBurrow",
        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 = {
            "active_skill_damage_+%_final",
            "emerge_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, -70, 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
    Predatory Scorpion
    Beast
    100% increased Poison Duration
    Poison on Hit
    SpectreY
    Tagsbeast, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_harbinger_minion, not_int, physical_affinity, puncturing_weapon, spider
    Packs
  • Black Scorpion, Predatory Scorpion
  • Life
    150%
    Armour
    +50%
    Ailment Threshold
    150%
    Resistance
    30 0 0 30
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    130%
    Type
    ScorpionLarge
    Metadata
    BlackScorpionLargeHellscape
    Level
    68
    Life
    9,650
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.5
    Experience
    15,383
    Ailment Threshold
    9,650
    Chill
    31
    Shock
    31
    Brittle
    173
    Scorch
    31
    Sap
    84
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ScorpionBurrow
    Attack, Area
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 8 sec
    Deals 33% less Damage
    active skill area of effect radius +% final [-70]
    emerge speed +% [100]
    is area damage [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/Scorpion/BlackScorpionLargeHellscape"] = {
        name = "Predatory Scorpion",
        life = 1.5,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "ScorpionBurrow",
        },
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ScorpionBurrow"] = {
        name = "ScorpionBurrow",
        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 = {
            "active_skill_damage_+%_final",
            "emerge_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, -70, 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
    Predatory Scorpion
    Beast
    100% increased Poison Duration
    Poison on Hit
    SpectreY
    Tagsbeast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_harbinger_minion, not_int, physical_affinity, puncturing_weapon, spider
    Life
    150%
    Armour
    +50%
    Ailment Threshold
    150%
    Resistance
    30 0 0 30
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    130%
    Type
    ScorpionLarge
    Metadata
    BlackScorpionLargeShakari
    Level
    68
    Life
    9,650
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.5
    Experience
    15,383
    Ailment Threshold
    9,650
    Chill
    31
    Shock
    31
    Brittle
    173
    Scorch
    31
    Sap
    84
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ScorpionBurrow
    Attack, Area
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 8 sec
    Deals 33% less Damage
    active skill area of effect radius +% final [-70]
    emerge speed +% [100]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Scorpion/Scorpion"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Scorpion/Scorpion"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Scorpion/BlackScorpionLargeShakari"] = {
        name = "Predatory Scorpion",
        life = 1.5,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "ScorpionBurrow",
        },
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ScorpionBurrow"] = {
        name = "ScorpionBurrow",
        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 = {
            "active_skill_damage_+%_final",
            "emerge_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, -70, 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
    Edit

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