Tamipin
Beast
Group: Arachnids
Family: The Caverns
100% increased Poison Duration
Poison on Hit
SpectreN
Tagsbeast, chaos_affinity, extra_small_height, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, spider
Life
750%
Armour
+50%
Ailment Threshold
750%
Resistance
40 40 40 25
Damage
128%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 16
Attack Time
1.5 Second
Damage Spread
±20%
Experience
150%
Model Size
180%
Type
ScorpionLargeBoss
Metadata
BlackScorpionLargeBossShakari_
Level
68
Life
48,250
Armour
43,185
Evasion
4,739
Energy Shield
0
Damage
478
Spell Damage
478
Accuracy
290
Attack Time
1.5
Experience
15,383
Ailment Threshold
48,250
Chill
153
Shock
153
Brittle
863
Scorch
153
Sap
422
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 383–574
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: 383–574
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]
EmptyActionSpellScorpionGeometry
Spell
Cast Time: 1 sec
Cooldown Time: 4 sec
ShakariScorpionGeometryAttackLeft
Triggerable, Attack
Base Damage: 383–574
Critical Strike Chance: 5%
Attack Damage: 60%
Attack Time: 1.5 sec
Deals 40% less Attack Damage
25% of Physical Damage Converted to Chaos Damage
Poisons Enemies on Hit
100% increased Poison Duration
ShakariScorpionGeometryAttackRight
Triggerable, Attack
Base Damage: 383–574
Critical Strike Chance: 5%
Attack Damage: 60%
Attack Time: 1.5 sec
Deals 40% less Attack Damage
25% of Physical Damage Converted to Chaos Damage
Poisons Enemies on Hit
100% increased Poison Duration

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/BlackScorpionLargeBossShakari_"] = {
    name = "Tamipin",
    life = 7.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.28,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 16,
    accuracy = 1,
    skillList = {
        "Melee",
        "ScorpionBurrow",
        "EmptyActionSpellScorpionGeometry",
        "ShakariScorpionGeometryAttackLeft",
        "ShakariScorpionGeometryAttackRight",
    },
    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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellScorpionGeometry"] = {
    name = "EmptyActionSpellScorpionGeometry",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShakariScorpionGeometryAttackLeft"] = {
    name = "ShakariScorpionGeometryAttackLeft",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_poison_duration_+%",
        "skill_physical_damage_%_to_convert_to_chaos",
        "global_poison_on_hit",
    },
    levels = {
        [1] = {100, 25, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShakariScorpionGeometryAttackRight"] = {
    name = "ShakariScorpionGeometryAttackRight",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_poison_duration_+%",
        "skill_physical_damage_%_to_convert_to_chaos",
        "global_poison_on_hit",
    },
    levels = {
        [1] = {100, 25, baseMultiplier = 0.6, levelRequirement = 0, 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.