Tukohama's Servant
Construct
Spectre | N |
---|---|
Tags | bludgeoning_weapon, construct, immobile, is_unarmed, physical_affinity, small_height, stone_armour |
Life
400%
Ailment Threshold
400%
Resistance
40 40 40 20
Damage
160%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 20
Attack Time
1.155 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
TukohamaTotem
Metadata
TukohamaSunderTotem
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
25,733
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
598
Spell Damage
598
Accuracy
290
Attack Time
1.155
Experience
10,255
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
TukohamaTotemSlam
Attack, Area, Melee, Triggerable
Base Damage: 478–717
Critical Strike Chance: 5%
Attack Damage: 85%
Attack Damage: 85%
Attack Time: 1.155 sec
Deals 15% less Attack Damage
15% more Attack Speed
active skill area of effect radius +% final [-25]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]
15% more Attack Speed
active skill area of effect radius +% final [-25]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Stats { is_hidden_monster = 1 } DiesAfterTime { }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Targetable { targetable = false }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Tukohama/TukohamaSunderTotem"] = { name = "Tukohama's Servant", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 20, damage = 1.6, damageSpread = 0.2, attackTime = 1.155, attackRange = 20, accuracy = 1, skillList = { "TukohamaTotemSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["TukohamaTotemSlam"] = { name = "TukohamaTotemSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {15, -50, -25, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }