血元素
Blood Elemental
Spectre | Y |
---|---|
Tags | medium_movement, not_int, not_str, red_blood, Unarmed_onhit_audio, water_elemental |
生命
338%
閃避值
+60%
Ailment Threshold
%
抗性
0
0
0
0
傷害
338%
命中
100%
暴擊率
+5%
暴擊加成
+130%
Attack Distance
4 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
經驗值
150%
Model Size
150%
Type
LiquidElementalBlood
Metadata
LiquidElementalBlood
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
26,219
護甲
3,451
閃避值
477
能量護盾
0
傷害
788
法術傷害
788
命中
0
Attack Time
1.5
經驗值
42,951
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
基礎攻擊
Base Damage: 630–946
[Critical|暴擊]率: 5%
Attack Time: 1.5 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
TCBloodElementalGush
攻擊, 近戰, 近戰單一目標, 位移, 快行
圓盾衝鋒
Base Damage: 630–946
[Critical|暴擊]率: 5%
Attack Time: 1.5 秒
向一個目標衝鋒,使用盾牌對其猛擊的同時也用近戰武器順手補刀。此攻擊將會擊退目標並將其擊暈,在路徑上的敵人將會被推向兩旁。傷害與擊暈機率將視衝鋒距離而定。不能被多重打擊輔助。
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
MPSBloodElementalProj
法術, 投射物, 玩家投射物, 可觸發, 傷害
施放時間: 1 秒
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
corrupted blood on hit % average damage to deal per minute per stack [30]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
monster projectile variation [1049]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
corrupted blood on hit % average damage to deal per minute per stack [30]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
monster projectile variation [1049]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodElementals/epk/bodyfx_alive.epk' );" } Life { on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodElementals/epk/bodyfx_alive.epk' );" } Actor { on_effect_start_TCBloodElementalGush = "AddAttachedObjectToBones( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodElementals/dash.ao', spine_1_jntBnd );" } Animated { on_end_dash_start_01 = "PlayAnimationAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodElementals/dash.ao', loop );" on_end_dash_01 = "PlayAnimationAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodElementals/dash.ao', end );" on_end_dash_end_01 = "DetachAllContainingText( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodElementals/dash' );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LiquidElementals/LiquidElementalBlood"] = { name = "Blood Elemental", life = 3.38, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 3.38, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MPSBloodElementalProj", "TCBloodElementalGush", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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["MPSBloodElementalProj"] = { name = "MPSBloodElementalProj", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "spell_maximum_action_distance_+%", "corrupted_blood_on_hit_%_average_damage_to_deal_per_minute_per_stack", "corrupted_blood_on_hit_duration", "corrupted_blood_on_hit_num_stacks", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "check_for_targets_between_initiator_and_projectile_source", }, levels = { [1] = {1049, -40, 30, 4000, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TCBloodElementalGush"] = { name = "Table Charge", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "ignores_proximity_shield", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {0, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }