สวนทอร์โชค
Torchoak Grove
Spectre | N |
---|---|
Area | ความฝันของคอมม์ |
Tags | นักเวท, construct, fire_affinity, immobile, is_unarmed, karui, medium_height, mud_blood, not_dex, not_int, ranged, stone_armour |
พลังชีวิต
200%
ค่าเกราะ
+100%
Ailment Threshold
200%
ค่าต้านทาน
0
0
0
0
Damage
400%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
2.25 Second
Damage Spread
±0%
ค่าประสบการณ์
200%
Model Size
100%
Type
MonsterTotemPuiTotemBoss
Metadata
PuiTotemBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
37
พลังชีวิต
1,570
Minion Life
458
ค่าเกราะ
2,148
การหลบหลีก
1,395
โล่พลังงาน
0
Damage
284
Minion Damage
214
ความเสียหายเวท
284
ความแม่นยำ
0
Attack Time
2.25
ค่าประสบการณ์
5,746
Ailment Threshold
1,570
Chill
5
Shock
5
Brittle
28
Scorch
5
Sap
14
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).
MoltenMortarProjectile
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
สร้างความเสียหาย ไฟ 196.6 ถึง 295
base is projectile [1]
is area damage [1]
projectile spread radius [15]
base is projectile [1]
is area damage [1]
projectile spread radius [15]
PuiTotemBossWait
ระยะเวลาพื้นฐาน 0.3 วินาที
PuiTotemBossWait2
ระยะเวลาพื้นฐาน 0.5 วินาที
BurnwillowTargetArea
Area, Duration, Spell, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 5 วินาที
ระยะเวลาพื้นฐาน 4.5 วินาที
active skill area of effect radius +% final [75]
active skill area of effect radius +% final [75]
SummonPuiTotemMinion
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 1 วินาที
คูลดาวน์: 7200 วินาที
alternate minion [48]
number of monsters to summon [8]
summoned monsters are minions [1]
summoned monsters set monster mortar parent [1]
number of monsters to summon [8]
summoned monsters are minions [1]
summoned monsters set monster mortar parent [1]
Object Type
version 2 extends "Metadata/Monsters/PuiTotem/PuiTotem" Stats { set_max_frenzy_charges = 3 set_immune_to_curses = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/PuiTotem/PuiTotem"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/PuiTotemBoss"] = { name = "Torchoak Grove", life = 2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 4, damageSpread = 0, attackTime = 2.25, attackRange = 6, accuracy = 1, skillList = { "MoltenMortarProjectile", "PuiTotemBossWait", "PuiTotemBossWait2", "BurnwillowTargetArea", "SummonPuiTotemMinion", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MoltenMortarProjectile"] = { name = "MoltenMortarProjectile", 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 = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PuiTotemBossWait"] = { name = "PuiTotemBossWait", 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] = {300, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PuiTotemBossWait2"] = { name = "PuiTotemBossWait2", 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] = {500, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BurnwillowTargetArea"] = { name = "BurnwillowTargetArea", 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 = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {4500, 75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonPuiTotemMinion"] = { name = "SummonPuiTotemMinion", 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 = 1, 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] = {8, 48, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster grants frenzy charges to allies within distance on death [50]
Id | MonsterImplicitGrantsFrenzyChargesToAlliesOnDeath1 |
---|---|
Family | MonsterGrantsCharges |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | frenzy_charge |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.