ผนึกอเวจี
หุ่นกล
ด่าน: วิหารโซลาริส ชั้นที่ 1
The Infernal Seal
Spectre | N |
---|---|
Area | วิหารโซลาริส ชั้นที่ 1 |
Tags | นักเวท, construct, cursing_monster, fire_affinity, ghost_armour, has_claw, has_one_handed_melee, large_height, large_model, mud_blood, not_str, slow_movement |
พลังชีวิต
180%
Energy Shield From Life
100%
การหลบหลีก
+10%
Ailment Threshold
180%
ค่าต้านทาน
0 75 0 0
Damage
180%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
110%
Type
GuardianCaster
Metadata
GuardianBossFire
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
27
พลังชีวิต
666
ค่าเกราะ
835
การหลบหลีก
934
โล่พลังงาน
370
Damage
70
ความเสียหายเวท
70
ความแม่นยำ
52
Attack Time
1.5
ค่าประสบการณ์
1,724
Ailment Threshold
666
Chill
2
Shock
2
Brittle
12
Scorch
2
Sap
6
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).
MonsterFireStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
พายุไฟ (Firestorm)
ประสิทธิภาพการเสริมความเสียหาย: 30%
เวลาร่าย: 0.9 วินาที
ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
ระยะเวลาพื้นฐาน 1.2 วินาที
สร้างความเสียหาย ไฟ 15.21 ถึง 22.81
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 25%
ลูกไฟตก 1 ลูก ทุก 0.15 วินาที
รัศมีพื้นฐาน 1 เมตร
firestorm base area of effect +% [-49]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
สร้างความเสียหาย ไฟ 15.21 ถึง 22.81
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 25%
ลูกไฟตก 1 ลูก ทุก 0.15 วินาที
รัศมีพื้นฐาน 1 เมตร
firestorm base area of effect +% [-49]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
MonsterFlammability
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
ไวไฟ (Flammability)
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 10 วินาที
สาปทุกเป้าหมายในพื้นที่ ทำให้พวกมันมีค่าต้านทาน ไฟ น้อยลง และทำให้พวกมันมีโอกาสติดสถานะ ลุกไหม้ เมื่อถูกปะทะ
ระยะเวลาพื้นฐาน 6 วินาที
ศัตรูที่ถูกสาป มีค่าต้านทาน ไฟ -20%
การปะทะ ศัตรูที่ถูกสาป มีโอกาสสร้างสถานะ ลุกไหม้ +25%
active skill area of effect radius +% final [9]
ศัตรูที่ถูกสาป มีค่าต้านทาน ไฟ -20%
การปะทะ ศัตรูที่ถูกสาป มีโอกาสสร้างสถานะ ลุกไหม้ +25%
active skill area of effect radius +% final [9]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "DetachAllContainingText( head ); RemoveEffects( );" on_spawned_dead = "DetachAllContainingText( head ); RemoveEffects( );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/GuardianBossFire"] = { name = "The Infernal Seal", life = 1.8, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { "MonsterFireStorm", "MonsterFlammability", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterFireStorm"] = { name = "Firestorm", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "fire_storm_fireball_delay_ms", "base_skill_effect_duration", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_chance_to_ignite_%", "spell_maximum_action_distance_+%", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, levelRequirement = 2, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1}, cost = { }, }, [3] = {0.40000000596046, 0.60000002384186, 125, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterFlammability"] = { name = "Flammability", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Hex] = true, }, statDescriptionScope = "curse_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_resistance_%", "base_skill_effect_duration", "chance_to_be_ignited_%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1}, cost = { }, }, [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1}, cost = { }, }, [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1}, cost = { }, }, [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1}, cost = { }, }, }, }
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.