อะซูไรต์ที่ไม่สงบ
หุ่นกล
cannot be used as minion [1]
Disturbed Azurite
Spectre | N |
---|---|
Tags | bludgeoning_weapon, นักเวท, cold_affinity, construct, delve_monster, 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 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
88%
Type
RockGolemDelve
Metadata
RockGolemDelveAzurite
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).
DelveGolemProjectileAzurite1
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 1 วินาที
สร้างความเสียหาย กายภาพ 561.7 ถึง 842.6
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
base is projectile [1]
monster projectile variation [68]
projectile uses contact position [1]
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
base is projectile [1]
monster projectile variation [68]
projectile uses contact position [1]
DelveGolemProjectileAzurite2
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 1 วินาที
สร้างความเสียหาย กายภาพ 561.7 ถึง 842.6
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
base is projectile [1]
monster projectile variation [69]
projectile uses contact position [1]
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
base is projectile [1]
monster projectile variation [69]
projectile uses contact position [1]
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]
DelveBombAzurite
Triggerable, Spell
เวลาร่าย: 1.5 วินาที
คูลดาวน์: 6 วินาที
DelveGolemBombAzurite
Spell, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 1 วินาที
สร้างความเสียหาย น้ำแข็ง 620.7 ถึง 931
is area damage [1]
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/azurite_skin.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/RockGolemDelveAzurite"] = { name = "Disturbed Azurite", life = 2.25, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "DelveGolemProjectileAzurite1", "DelveGolemProjectileAzurite2", "DelveGolemBombAzurite", "DelveBombAzurite", }, 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["DelveGolemProjectileAzurite1"] = { name = "DelveGolemProjectileAzurite1", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "skill_physical_damage_%_to_convert_to_cold", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 68, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelveGolemProjectileAzurite2"] = { name = "DelveGolemProjectileAzurite2", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "skill_physical_damage_%_to_convert_to_cold", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 69, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelveGolemBombAzurite"] = { name = "DelveGolemBombAzurite", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelveBombAzurite"] = { name = "DelveBombAzurite", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |