โกเลมอาบหินหลอม
หุ่นกล
Magmatic Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, นักเวท, construct, delve_monster, fire_affinity, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, mud_blood, no_pantheon_mod, not_int, physical_affinity, ranged, stone_armour |
พลังชีวิต
225%
ค่าเกราะ
+100%
การหลบหลีก
+40%
Ailment Threshold
225%
ค่าต้านทาน
40 0 0 0
Damage
120%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
132%
Type
RockGolemDelve
Metadata
RockGolemDelveMagma
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
14,475
ค่าเกราะ
57,580
การหลบหลีก
6,635
โล่พลังงาน
0
Damage
448
ความเสียหายเวท
448
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
15,383
Ailment Threshold
14,475
Chill
46
Shock
46
Brittle
259
Scorch
46
Sap
126
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: 359–538
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
FireElementalMultiMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
โอกาสคริติคอล: 5%
เวลาร่าย: 1.2 วินาที
คูลดาวน์: 2.5 วินาที
สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
สร้างความเสียหาย ไฟ 328.9 ถึง 493.3
ยิงกระสุน เพิ่มเติม 5 ลูก
base is projectile [1]
is area damage [1]
projectile spread radius [15]
spell maximum action distance +% [-33]
ยิงกระสุน เพิ่มเติม 5 ลูก
base is projectile [1]
is area damage [1]
projectile spread radius [15]
spell maximum action distance +% [-33]
MagmaGolemSlam
Triggerable, Attack
Base Damage: 359–538
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 150%
Attack Time: 1.5 วินาที
คูลดาวน์: 3 วินาที
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 50%
สร้างความเสียหาย เพิ่มขึ้น อีก 50%
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
ลดความเร็วในการโจมตี อีก 20%
is area damage [1]
สร้างความเสียหาย เพิ่มขึ้น อีก 50%
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
ลดความเร็วในการโจมตี อีก 20%
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve"
Object Type Codes
version 2 extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/earth_elemental/skins/magma_skin.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/RockGolemDelveMagma"] = { name = "Magmatic Golem", life = 2.25, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "FireElementalMultiMortar", "MagmaGolemSlam", }, 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["FireElementalMultiMortar"] = { name = "FireElementalMultiMortar", 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.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "number_of_additional_projectiles", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -33, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MagmaGolemSlam"] = { name = "MagmaGolemSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_fire", "active_skill_attack_speed_+%_final", "is_area_damage", }, levels = { [1] = {50, 50, -20, baseMultiplier = 1.5, levelRequirement = 0, statInterpolation = {2}, cost = { }, }, }, }
โกเลมอาบหินหลอม
หุ่นกล
Magmatic Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, construct, fire_affinity, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, mud_blood, not_int, stone_armour |
พลังชีวิต
225%
ค่าเกราะ
+100%
การหลบหลีก
+40%
Ailment Threshold
225%
ค่าต้านทาน
40 0 0 0
Damage
120%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
83%
Type
RockGolemDelve
Metadata
ExpeditionRockGolemMagma
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
14,475
ค่าเกราะ
57,580
การหลบหลีก
6,635
โล่พลังงาน
0
Damage
448
ความเสียหายเวท
448
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
15,383
Ailment Threshold
14,475
Chill
46
Shock
46
Brittle
259
Scorch
46
Sap
126
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).
MeleeAtAnimationSpeedFire
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 359–538
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 75%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
สร้างความเสียหาย โจมตี ลดลง อีก 25%
สร้างความเสียหาย เพิ่มขึ้น อีก 150.3%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
สร้างความเสียหาย เพิ่มขึ้น อีก 150.3%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve"
Object Type Codes
version 2 extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/earth_elemental/skins/magma_skin.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/RockGolem/ExpeditionRockGolemMagma"] = { name = "Magmatic Golem", life = 2.25, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeedFire", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedFire"] = { 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 = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_fire", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2}, cost = { }, }, [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2}, cost = { }, }, [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2}, cost = { }, }, }, }