幽魂 | Y |
---|---|
地區 | 腐敗之核, 永恆實驗室, 幽魂監牢, 卡蘭德迷湖 |
標籤 | 法術, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, undying |
Packs |
生命
100%
閃避
+30%
異常狀態臨界值
100%
抗性
20
20
20
0
傷害
125%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.245 秒
傷害分佈
±20%
經驗值
100%
Model Size
115%
類型
CityStalker
Metadata
CityStalkeFemaleShavronneCaster
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
71
生命
8,782
護甲
36,473
閃避
5,260
能量護盾
0
傷害
559
法術傷害
559
命中
0
攻擊間隔
1.245
經驗值
10,949
異常狀態臨界值
8,782
冰緩
28
感電
28
易碎
157
焦灼
28
殘喘
77
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 447–671
暴擊率: 5%
攻擊間隔: 1.245 秒
用強大的攻擊擊倒敵人。
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ShavronneMinionLightningWhip
法術, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍, 火焰, 可齊射, 範圍法術, 持續時間
怒焰奔騰
施放時間: 0.5 秒
冷卻時間: 2 秒
釋放怒焰之力對前方敵人進行攻擊。燃燒中的敵人將會受到更多傷害。若你擊中點燃的敵人,會在他們下方製造燃燒地面。你的傷害詞綴不會影響此燃燒地面。
造成 526.5 至 1580 閃電傷害
你的擊中不能暈眩敵人
is area damage [1]
你的擊中不能暈眩敵人
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker"
Object Type Codes
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" Life { on_death = "DetachAllContainingText( herald );" on_spawned_dead = "DetachAllContainingText( herald );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkeFemaleShavronneCaster"] = { name = "Shavronne's Greed", life = 1, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ShavronneMinionLightningWhip", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ShavronneMinionLightningWhip"] = { name = "Flame Surge", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.5, 1.5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
薛朗的貪婪
惡魔
Shavronne's Greed
幽魂 | Y |
---|---|
標籤 | 法術, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, undying |
生命
100%
閃避
+30%
異常狀態臨界值
100%
抗性
20
20
20
0
傷害
125%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.245 秒
傷害分佈
±20%
經驗值
100%
Model Size
115%
類型
CityStalker
Metadata
CityStalkeFemaleShavronneCasterHellscape
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
6,433
護甲
28,790
閃避
4,739
能量護盾
0
傷害
467
法術傷害
467
命中
0
攻擊間隔
1.245
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 374–560
暴擊率: 5%
攻擊間隔: 1.245 秒
用強大的攻擊擊倒敵人。
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ShavronneMinionLightningWhip
法術, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍, 火焰, 可齊射, 範圍法術, 持續時間
怒焰奔騰
施放時間: 0.5 秒
冷卻時間: 2 秒
釋放怒焰之力對前方敵人進行攻擊。燃燒中的敵人將會受到更多傷害。若你擊中點燃的敵人,會在他們下方製造燃燒地面。你的傷害詞綴不會影響此燃燒地面。
造成 471.4 至 1414 閃電傷害
你的擊中不能暈眩敵人
is area damage [1]
你的擊中不能暈眩敵人
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker"
Object Type Codes
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" Life { on_death = "DetachAllContainingText( herald );" on_spawned_dead = "DetachAllContainingText( herald );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkeFemaleShavronneCasterHellscape"] = { name = "Shavronne's Greed", life = 1, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ShavronneMinionLightningWhip", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ShavronneMinionLightningWhip"] = { name = "Flame Surge", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.5, 1.5, levelRequirement = 1, statInterpolation = {3, 3}, 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.