幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueBetrayal/BetrayalMassSkeletonSpectre |
地區 | 密教藏身處, 密教本營 |
標籤 | bones, 法術, chaos_affinity, is_unarmed, large_model, medium_height, medium_movement, melee, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, stone_armour, undead |
Packs |
生命
488%
護甲
+50%
異常狀態臨界值
488%
抗性
0
0
75
0
傷害
146%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 11
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
150%
Model Size
70%
類型
BetrayalMassSkeleton
Metadata
BetrayalMassSkeleton
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
73
生命
52,960
護甲
42,661
閃避
5,633
能量護盾
0
傷害
735
法術傷害
735
命中
0
攻擊間隔
1.5
經驗值
17,082
異常狀態臨界值
52,960
冰緩
167
感電
167
易碎
947
焦灼
167
殘喘
463
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 588–882
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalMassSkeletonBoneMortar
投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
駭骨砲塔
暴擊率: 5%
施放時間: 1 秒
造成 401.8 至 602.7 物理傷害
+3 秒基礎持續時間
發射 5 個額外投射物
base is projectile [1]
is area damage [1]
monster projectile variation [5]
mortar cone angle [360]
projectile minimum range [217]
projectile spread radius [543]
+3 秒基礎持續時間
發射 5 個額外投射物
base is projectile [1]
is area damage [1]
monster projectile variation [5]
mortar cone angle [360]
projectile minimum range [217]
projectile spread radius [543]
BetrayalMassSkeletonRainOfArrows
攻擊, 範圍攻擊, 技能可幻影射手, 範圍, 投射物速度, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 雨
箭雨
基本傷害: 588–882
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 2.5 秒
對空射出無數箭矢,並在一段時間後如雨般灑落在目標區域。
+5 米近戰打擊距離
active skill area of effect radius +% final [50]
base is projectile [1]
is area damage [1]
active skill area of effect radius +% final [50]
base is projectile [1]
is area damage [1]
BetrayalMassSkeletonNova
法術, 可觸發
施放時間: 1 秒
造成 1005 至 1507 物理傷害
10% 物理傷害轉化至混沌傷害
is area damage [1]
10% 物理傷害轉化至混沌傷害
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink" Actor { basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" } Life { on_spawned_dead = "PlayAnimation( death ); GoToAnimationEnd( );" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink" Render { visual_size_index = 1 //turn_duration = 0.45 } Animated { on_end_death_explode_01 = "PlayAnimation( death );" } Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Catarina_Infection/catarinaInfection.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Catarina_Infection/catarinaInfection.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBetrayal/BetrayalMassSkeleton"] = { name = "Creeping Tangle", life = 4.88, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 1.46, damageSpread = 0.2, attackTime = 1.5, attackRange = 11, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "BetrayalMassSkeletonRainOfArrows", "BetrayalMassSkeletonBoneMortar", "WalkEmergeBetrayal", "BetrayalMassSkeletonNova", }, 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["BetrayalMassSkeletonRainOfArrows"] = { name = "Rain of Arrows", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a large number of arrows into the air, to land at the target after a short delay.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Rain] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", "is_area_damage", }, levels = { [1] = {50, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BetrayalMassSkeletonBoneMortar"] = { name = "Bone Mortar", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "projectile_minimum_range", "number_of_additional_projectiles", "mortar_cone_angle", "base_skill_effect_duration", "monster_projectile_variation", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 543, 217, 5, 360, 3000, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeBetrayal"] = { name = "WalkEmergeBetrayal", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BetrayalMassSkeletonNova"] = { name = "BetrayalMassSkeletonNova", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_chaos", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
詭異觸手
不死
Creeping Tangle
幽魂 | Y |
---|---|
標籤 | bones, 法術, chaos_affinity, is_unarmed, large_model, medium_movement, melee, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, stone_armour, undead |
生命
360%
護甲
+50%
異常狀態臨界值
360%
抗性
0
0
75
0
傷害
146%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 11
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
150%
Model Size
70%
類型
BetrayalMassSkeletonSpectre
Metadata
BetrayalMassSkeletonSpectre
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
23,160
護甲
28,790
閃避
4,739
能量護盾
0
傷害
545
法術傷害
545
命中
0
攻擊間隔
1.5
經驗值
15,383
異常狀態臨界值
23,160
冰緩
73
感電
73
易碎
414
焦灼
73
殘喘
202
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 436–654
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalMassSkeletonBoneMortar
投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
駭骨砲塔
暴擊率: 5%
施放時間: 1 秒
造成 330.3 至 495.4 物理傷害
+3 秒基礎持續時間
發射 5 個額外投射物
base is projectile [1]
is area damage [1]
monster projectile variation [5]
mortar cone angle [360]
projectile minimum range [217]
projectile spread radius [543]
+3 秒基礎持續時間
發射 5 個額外投射物
base is projectile [1]
is area damage [1]
monster projectile variation [5]
mortar cone angle [360]
projectile minimum range [217]
projectile spread radius [543]
BetrayalMassSkeletonRainOfArrows
攻擊, 範圍攻擊, 技能可幻影射手, 範圍, 投射物速度, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 雨
箭雨
基本傷害: 436–654
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 2.5 秒
對空射出無數箭矢,並在一段時間後如雨般灑落在目標區域。
+5 米近戰打擊距離
active skill area of effect radius +% final [50]
base is projectile [1]
is area damage [1]
active skill area of effect radius +% final [50]
base is projectile [1]
is area damage [1]
BetrayalMassSkeletonNova
法術, 可觸發
施放時間: 1 秒
造成 825.7 至 1239 物理傷害
10% 物理傷害轉化至混沌傷害
is area damage [1]
10% 物理傷害轉化至混沌傷害
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink" Render { visual_size_index = 1 //turn_duration = 0.45 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBetrayal/BetrayalMassSkeletonSpectre"] = { name = "Creeping Tangle", life = 3.6, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 1.46, damageSpread = 0.2, attackTime = 1.5, attackRange = 11, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "BetrayalMassSkeletonRainOfArrows", "BetrayalMassSkeletonBoneMortar", "WalkEmergeBetrayal", "BetrayalMassSkeletonNova", }, 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["BetrayalMassSkeletonRainOfArrows"] = { name = "Rain of Arrows", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a large number of arrows into the air, to land at the target after a short delay.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Rain] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", "is_area_damage", }, levels = { [1] = {50, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BetrayalMassSkeletonBoneMortar"] = { name = "Bone Mortar", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "projectile_minimum_range", "number_of_additional_projectiles", "mortar_cone_angle", "base_skill_effect_duration", "monster_projectile_variation", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 543, 217, 5, 360, 3000, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeBetrayal"] = { name = "WalkEmergeBetrayal", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BetrayalMassSkeletonNova"] = { name = "BetrayalMassSkeletonNova", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_chaos", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, 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.