守護者幻像
人形
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Guardian's Reflection
幽魂 | N |
---|---|
標籤 | 法術, cold_affinity, humanoid, is_unarmed, liquid_armour, medium_height, medium_movement, melee, physical_affinity, ranged, water_elemental |
生命
100%
異常狀態臨界值
100%
抗性
0 40 0 0
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
HydraMinion
Metadata
HydraMinion
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
6,433
護甲
28,790
閃避
4,739
能量護盾
0
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.005
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 299–448
暴擊率: 5%
攻擊間隔: 1.005 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
HydraMinionFrostBoltNova
法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 冰冷, 可觸發, 持續時間, 冰緩區域, 範圍法術, 新星, 可齊射
漩渦
施放時間: 1 秒
一個會在施法者周圍爆炸的冰爆,對敵人造成冰冷傷害,並留下一個漩渦,對於在其中的敵人繼續造成持續冰冷傷害和冰緩。
造成 95.56 至 143.3 冰冷傷害
+8 秒基礎持續時間
每秒造成 1758.6 基礎冰冷傷害
法術傷害同時影響此技能的持續傷害效果
死亡時,有 50% 機率觸發此法術
基礎範圍為 2 米
基礎二段範圍為 2 米
此技能的冰緩地面有 30% 的基礎效果
active skill area of effect radius +% final [-55]
is area damage [1]
+8 秒基礎持續時間
每秒造成 1758.6 基礎冰冷傷害
法術傷害同時影響此技能的持續傷害效果
死亡時,有 50% 機率觸發此法術
基礎範圍為 2 米
基礎二段範圍為 2 米
此技能的冰緩地面有 30% 的基礎效果
active skill area of effect radius +% final [-55]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Hydra/minion/death/death.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hydra/HydraMinion"] = { name = "Guardian's Reflection", life = 1, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.005, attackRange = 8, accuracy = 1, skillList = { "Melee", "HydraMinionFrostBoltNova", }, 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["HydraMinionFrostBoltNova"] = { name = "Vortex", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_cold_damage_to_deal_per_minute", "base_skill_effect_duration", "cast_on_death_%", "chilled_ground_base_magnitude_override", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", }, levels = { [1] = {0.079999998211861, 0.11999999731779, 5.3000001907349, 8000, 50, 30, -55, 20, 20, levelRequirement = 83, statInterpolation = {3, 3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |