Kiln Mother
มนุษย์
พลังชีวิต
90%
Energy Shield From Life
70%
Ailment Threshold
90%
ค่าต้านทาน
40 0 0 0
Damage
125%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.8 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
MotherOfFlames
Metadata
MotherOfFlamesZombie
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
83
พลังชีวิต
28,815
ค่าเกราะ
92,477
การหลบหลีก
7,860
โล่พลังงาน
10,723
Damage
1,125
ความเสียหายเวท
1,125
ความแม่นยำ
518
Attack Time
1.8
ค่าประสบการณ์
13,132
Ailment Threshold
28,815
Chill
91
Shock
91
Brittle
515
Scorch
91
Sap
252
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).
MotherOfFlamesMagmaOrb3
Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
กระสุนหินหลอม (Rolling Magma)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.7 วินาที
คูลดาวน์: 3 วินาที
ปล่อยลูกไฟที่สร้างความเสียหาย พื้นที่ เมื่อตกถึงพื้น สกิลนี้จะเด้งไปข้างหน้าเพื่อสร้างความเสียหายหลายครั้ง
สร้างความเสียหาย ไฟ 1298 ถึง 1947
ชิ่ง +2 ครั้ง
ลดความเร็วในการร่าย 66%
base is projectile [1]
is area damage [1]
ชิ่ง +2 ครั้ง
ลดความเร็วในการร่าย 66%
base is projectile [1]
is area damage [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 900–1351
โอกาสคริติคอล: 5%
Attack Time: 1.8 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.3 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/MotherOfFlames/MotherOfFlamesZombie"] = { name = "Kiln Mother", life = 0.9, energyShield = 0.7, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.8, attackRange = 8, accuracy = 1, skillList = { "Melee", "MotherOfFlamesMagmaOrb3", }, 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["MotherOfFlamesMagmaOrb3"] = { name = "Rolling Magma", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Multicastable] = true, [SkillType.Chains] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.7, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_cast_speed_+%", "number_of_chains", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -66, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, -66, 2, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }