嬰靈守護者
人形
地區: 廢棄判院
Orphaned Guardian
幽魂 | Y |
---|---|
地區 | 廢棄判院 |
標籤 | has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, medium_movement, melee, metal_armour, not_dex, physical_affinity, ranged, red_blood, slashing_weapon, templar |
生命
188%
生命轉為護盾
40%
護甲
+75%
異常狀態臨界值
188%
抗性
20
20
20
0
傷害
125%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 11
攻擊間隔
1.245 秒
傷害分佈
±20%
經驗值
125%
Model Size
110%
類型
AtlasQuestReligiousTemplarCultist
Metadata
ReligiousTemplarTwoHandedKitava_
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
12,095
護甲
28,790
閃避
4,739
能量護盾
0
傷害
467
法術傷害
467
命中
0
攻擊間隔
1.245
經驗值
12,819
異常狀態臨界值
12,095
冰緩
38
感電
38
易碎
216
焦灼
38
殘喘
106
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 374–560
暴擊率: 5%
攻擊間隔: 1.245 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ReligiousTemplarCultistWeaponThrow
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 374–560
暴擊率: 5%
攻擊間隔: 1.245 秒
冷卻時間: 3 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 43% 更少傷害
增加 30% 投射物速度
base is projectile [1]
增加 30% 投射物速度
base is projectile [1]
MonsterProximityShield
法術, 範圍, 持續時間, 可觸發, 範圍法術
施放時間: 1 秒
冷卻時間: 18 秒
在力場之外的敵人無法對你造成直接傷害
inside shield [#]
+8 秒基礎持續時間
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasPreQuest/TemplarCourts/ReligiousTemplarTwoHandedKitava_"] = { name = "Orphaned Guardian", life = 1.88, energyShield = 0.4, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.245, attackRange = 11, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "Melee", "MonsterProximityShield", "ReligiousTemplarCultistWeaponThrow", }, 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["MonsterProximityShield"] = { name = "MonsterProximityShield", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {8000, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ReligiousTemplarCultistWeaponThrow"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_projectile_speed_+%", "active_skill_damage_+%_final", "base_is_projectile", }, levels = { [1] = {30, -43, levelRequirement = 1, statInterpolation = {}, 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.