ความคลั่งของทูโคฮาม่า
หุ่นกล
monster no drops or experience [1]
emerge speed +% [0,30]
monster penalty against minions damage +% final vs player minions [-30]
cannot have affliction mods [1]
emerge speed +% [0,30]
monster penalty against minions damage +% final vs player minions [-30]
cannot have affliction mods [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Tukohama's Rage
Spectre | N |
---|---|
Tags | นักเวท, construct, fire_affinity, immobile, is_unarmed, karui, mud_blood, not_dex, not_int, ranged, small_height, stone_armour |
พลังชีวิต
120%
ค่าเกราะ
+100%
Ailment Threshold
120%
ค่าต้านทาน
0 0 0 0
Damage
200%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
2.25 Second
Damage Spread
±0%
ค่าประสบการณ์
100%
Model Size
68%
Type
MonsterTotemPuiTotemMinion
Metadata
PuiTotemTukohamaMinionMarker
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
7,720
ค่าเกราะ
57,580
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
747
ความเสียหายเวท
747
ความแม่นยำ
290
Attack Time
2.25
ค่าประสบการณ์
10,255
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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).
TukohamaPuiTotemMortarTargeted
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
เวลาร่าย: 0.75 วินาที
สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
สร้างความเสียหาย ไฟ 567.8 ถึง 851.6
base is projectile [1]
is area damage [1]
projectile speed variation +% [15]
projectile spread radius [16]
base is projectile [1]
is area damage [1]
projectile speed variation +% [15]
projectile spread radius [16]
TukohamaPuiTotemWait
คูลดาวน์: 1 วินาที
ระยะเวลาพื้นฐาน 0.08 วินาที
TukohamaTargetArea
Area, Duration, Spell, AreaSpell
เวลาร่าย: 0.65 วินาที
คูลดาวน์: 5 วินาที
ระยะเวลาพื้นฐาน 5 วินาที
active skill area of effect radius +% final [75]
active skill area of effect radius +% final [75]
SummonTukohamaPuiTotemMinion
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 0.01 วินาที
คูลดาวน์: 20 วินาที
alternate minion [208]
number of monsters to summon [3]
summoned monsters are minions [1]
summoned monsters set monster mortar parent [1]
number of monsters to summon [3]
summoned monsters are minions [1]
summoned monsters set monster mortar parent [1]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Stats { set_mana_regeneration_rate_per_minute_% = 0 set_base_maximum_mana = 600 set_max_frenzy_charges = 3 set_immune_to_curses = 0 } Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } DiesAfterTime { }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/PuiTotemTukohamaMinionMarker"] = { name = "Tukohama's Rage", life = 1.2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0, attackTime = 2.25, attackRange = 6, accuracy = 1, skillList = { "TukohamaPuiTotemWait", "TukohamaTargetArea", "SummonTukohamaPuiTotemMinion", "TukohamaPuiTotemMortarTargeted", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["TukohamaPuiTotemWait"] = { name = "TukohamaPuiTotemWait", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {75, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TukohamaTargetArea"] = { name = "TukohamaTargetArea", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Spell] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.65, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {5000, 75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonTukohamaPuiTotemMinion"] = { name = "SummonTukohamaPuiTotemMinion", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.01, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summoned_monsters_are_minions", "summoned_monsters_set_monster_mortar_parent", }, levels = { [1] = {3, 208, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TukohamaPuiTotemMortarTargeted"] = { name = "TukohamaPuiTotemMortarTargeted", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "projectile_speed_variation_+%", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 16, 15, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,30]
Id | VariableEmergeSpeedFasterOnly_ |
---|---|
Family | VariableEmergeSpeed |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-30]
Id | MonsterDamageVersusPlayerMinions30 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
ความคลั่งของทูโคฮาม่า
หุ่นกล
monster no drops or experience [1]
emerge speed +% [0,30]
monster penalty against minions damage +% final vs player minions [-30]
cannot have affliction mods [1]
emerge speed +% [0,30]
monster penalty against minions damage +% final vs player minions [-30]
cannot have affliction mods [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Tukohama's Rage
Spectre | N |
---|---|
Tags | นักเวท, construct, fire_affinity, immobile, is_unarmed, karui, medium_height, mud_blood, not_dex, not_int, ranged, stone_armour |
พลังชีวิต
120%
ค่าเกราะ
+100%
Ailment Threshold
120%
ค่าต้านทาน
0 0 0 0
Damage
200%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
2.25 Second
Damage Spread
±0%
ค่าประสบการณ์
100%
Model Size
75%
Type
MonsterTotemPuiTotemMinion
Metadata
PuiTotemTukohamaMinion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
7,720
ค่าเกราะ
57,580
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
747
ความเสียหายเวท
747
ความแม่นยำ
290
Attack Time
2.25
ค่าประสบการณ์
10,255
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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).
TukohamaPuiTotemMortarTargeted
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
เวลาร่าย: 0.75 วินาที
สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
สร้างความเสียหาย ไฟ 567.8 ถึง 851.6
base is projectile [1]
is area damage [1]
projectile speed variation +% [15]
projectile spread radius [16]
base is projectile [1]
is area damage [1]
projectile speed variation +% [15]
projectile spread radius [16]
TukohamaPuiTotemWait
คูลดาวน์: 1 วินาที
ระยะเวลาพื้นฐาน 0.08 วินาที
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Stats { set_mana_regeneration_rate_per_minute_% = 0 set_base_maximum_mana = 600 set_max_frenzy_charges = 3 set_immune_to_curses = 0 } Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } DiesAfterTime { }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/PuiTotemTukohamaMinion"] = { name = "Tukohama's Rage", life = 1.2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0, attackTime = 2.25, attackRange = 6, accuracy = 1, skillList = { "TukohamaPuiTotemWait", "TukohamaPuiTotemMortarTargeted", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["TukohamaPuiTotemWait"] = { name = "TukohamaPuiTotemWait", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {75, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TukohamaPuiTotemMortarTargeted"] = { name = "TukohamaPuiTotemMortarTargeted", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "projectile_speed_variation_+%", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 16, 15, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,30]
Id | VariableEmergeSpeedFasterOnly_ |
---|---|
Family | VariableEmergeSpeed |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-30]
Id | MonsterDamageVersusPlayerMinions30 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |