Molten Soul
หุ่นกล
Spectre | Y |
---|---|
Area | Sanctuary Map, Citadel Map, Fortress Map, Abomination Map, Ziggurat Map |
Tags | bludgeoning_weapon, นักเวท, construct, fast_movement, fire_affinity, golem, has_one_hand_mace, has_one_handed_melee, large_model, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, ranged, standalone_map_boss, stone_armour |
Packs |
พลังชีวิต
420%
ค่าเกราะ
+100%
Ailment Threshold
420%
ค่าต้านทาน
40 40 40 25
Damage
150%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 14
Attack Time
2.205 Second
Damage Spread
±20%
ค่าประสบการณ์
300%
Model Size
100%
Type
BlacksmithGolemMapAtlasUber
Metadata
BlacksmithGolemMapStandaloneAtlasUber
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
84
พลังชีวิต
148,239
ค่าเกราะ
199,668
การหลบหลีก
8,120
โล่พลังงาน
0
Damage
1,430
ความเสียหายเวท
1,430
ความแม่นยำ
538
Attack Time
2.205
ค่าประสบการณ์
39,750
Ailment Threshold
148,239
Chill
469
Shock
469
Brittle
2,652
Scorch
469
Sap
1,295
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 1144–1716
โอกาสคริติคอล: 5%
Attack Time: 2.205 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
UtulaBossMortarBarrageMap
Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
ระเบิดปูพรมกระดูก (Bone Mortar)
โอกาสคริติคอล: 5%
เวลาร่าย: 3.3 วินาที
คูลดาวน์: 15 วินาที
สร้างความเสียหาย ไฟ 1686 ถึง 2529
base is projectile [1]
is area damage [1]
monster projectile variation [1]
mortar cone angle [120]
number of projectiles override [2]
projectile minimum range [217]
projectile spread radius [543]
base is projectile [1]
is area damage [1]
monster projectile variation [1]
mortar cone angle [120]
number of projectiles override [2]
projectile minimum range [217]
projectile spread radius [543]
UtulaRemoteSlam
Attack, Area, Damage
Base Damage: 1144–1716
โอกาสคริติคอล: 5%
Attack Time: 2.205 วินาที
คูลดาวน์: 8 วินาที
สร้างความเสียหาย เพิ่มขึ้น อีก 100%
แปลงความเสียหาย กายภาพ 40% เป็น ไฟ
is area damage [1]
แปลงความเสียหาย กายภาพ 40% เป็น ไฟ
is area damage [1]
AnimatedThrownWeapon
Attack, RangedAttack, Projectile, Minion, CreatesMinion
Base Damage: 1144–1716
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 48%
ความเสียหายโจมตี: 48%
Attack Time: 2.205 วินาที
คูลดาวน์: 3 วินาที
สร้างความเสียหาย โจมตี ลดลง อีก 52%
เพิ่มความเร็วกระสุน 40%
base is projectile [1]
เพิ่มความเร็วกระสุน 40%
base is projectile [1]
MassAnimatedThrownWeapon
Attack, RangedAttack, Projectile, Minion, CreatesMinion
Base Damage: 1144–1716
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 60%
ความเสียหายโจมตี: 60%
Attack Time: 2.205 วินาที
คูลดาวน์: 10 วินาที
สร้างความเสียหาย โจมตี ลดลง อีก 40%
ยิงกระสุน เพิ่มเติม 4 ลูก
ยิงกระสุนเป็นวงกลม
base is projectile [1]
ยิงกระสุน เพิ่มเติม 4 ลูก
ยิงกระสุนเป็นวงกลม
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/BlacksmithGolem/BlacksmithGolemMapStandaloneAtlasUber"] = { name = "Molten Soul", life = 4.2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.5, damageSpread = 0.2, attackTime = 2.205, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "Melee", "UtulaBossMortarBarrageMap", "UtulaRemoteSlam", "AnimatedThrownWeapon", "MassAnimatedThrownWeapon", }, 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["UtulaBossMortarBarrageMap"] = { name = "Bone Mortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = 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 = 3.3, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "projectile_minimum_range", "mortar_cone_angle", "monster_projectile_variation", "number_of_projectiles_override", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 543, 217, 120, 1, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["UtulaRemoteSlam"] = { name = "UtulaRemoteSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_fire", "active_skill_damage_+%_final", "is_area_damage", }, levels = { [1] = {40, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AnimatedThrownWeapon"] = { name = "AnimatedThrownWeapon", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Minion] = true, [SkillType.CreatesMinion] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {40, baseMultiplier = 0.48, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MassAnimatedThrownWeapon"] = { name = "MassAnimatedThrownWeapon", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Minion] = true, [SkillType.CreatesMinion] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_projectiles", "base_is_projectile", "projectiles_nova", }, levels = { [1] = {4, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }