鍛造巨蛇
野獸
不會被暈眩
不能被擊退
Forged Titan Snake
幽魂 | N |
---|---|
標籤 | basilisk_monster, beast, 法術, chaos_affinity, extra_extra_large_height, ghost_armour, immobile, influence_monster, is_unarmed, no_final_gasp, no_forced_item_drops, no_fractured, reptile_beast |
生命
252%
異常狀態臨界值
252%
抗性
64
0
0
64
傷害
270%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 26
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
180%
Model Size
94%
類型
CrucibleBasiliskSnake
Metadata
BasiliskSnake
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
16,212
護甲
28,790
閃避
4,739
能量護盾
0
傷害
1,009
法術傷害
1,009
命中
0
攻擊間隔
1.005
經驗值
18,459
異常狀態臨界值
16,212
冰緩
51
感電
51
易碎
290
焦灼
51
殘喘
142
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedMaim
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 807–1210
暴擊率: 5%
攻擊間隔: 1.005 秒
用強大的攻擊擊倒敵人。
擊中時癱瘓
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]
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]
MMSCrucibleBasiliskBloodMortar
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 2.8 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 620.7 至 931 物理傷害
base is projectile [1]
is area damage [1]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile uses contact position [1]
use scaled contact offset [1]
FaceLastTarget
面對最後目標
CrucibleSnakeBurrow
冷卻時間: 8 秒
+1 秒基礎持續時間
CrucibleSnakeEmerge
攻擊
基本傷害: 807–1210
暴擊率: 5%
攻擊間隔: 1.005 秒
造成 20% 更少傷害
EASCrucibleBasiliskTripleSpit
法術
施放時間: 2.8 秒
冷卻時間: 10 秒
spell maximum action distance +% [-40]
SSMCrucibleSummonBloodInsect
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 2.5 秒
冷卻時間: 9 秒
alternate minion [626]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [5]
summon specific monsters radius +% [-80]
summoned monsters are minions [1]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [5]
summon specific monsters radius +% [-80]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase" extends "Metadata/Monsters/LeagueCrucible/PhysicalMonsterBase" Actor { basic_action = "Emerge" basic_action = "Emerge2" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Life { corpse_usable = false } Pathfinding { immobile = true }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase" extends "Metadata/Monsters/LeagueCrucible/PhysicalMonsterBase" BaseEvents { on_construction_complete = " this.mound = SpawnEffect( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/vaal_snakehead/mound.ao ); mound.QueueAnimation( mound_loop ); " } Animated { on_emerge = " this.mound = SpawnEffect( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/vaal_snakehead/mound.ao ); mound.QueueAnimation( mound_loop ); " on_submerge = " mound.PlayAnimation( mound_end ); mound.Delay( 2, { Delete(); } ); " } Life { on_death = " Delay( 1, { mound.PlayAnimation( mound_end ); mound.Delay( 2, { Delete(); } ); } ); " } BaseEvents { on_sleep = "mound.Delete();" } Render { selection_height_override = 215.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueCrucible/Physical/BasiliskSnake"] = { name = "Forged Titan Snake", life = 2.52, fireResist = 64, coldResist = 0, lightningResist = 0, chaosResist = 64, damage = 2.7, damageSpread = 0.2, attackTime = 1.005, attackRange = 26, accuracy = 1, skillList = { "MeleeAtAnimationSpeedMaim", "CrucibleSnakeBurrow", "CrucibleSnakeEmerge", "SSMCrucibleSummonBloodInsect", "MMSCrucibleBasiliskBloodMortar", "FaceLastTarget", "EASCrucibleBasiliskTripleSpit", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedMaim"] = { 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", "global_maim_on_hit", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CrucibleSnakeBurrow"] = { name = "CrucibleSnakeBurrow", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {1000, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CrucibleSnakeEmerge"] = { name = "CrucibleSnakeEmerge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-20, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMCrucibleSummonBloodInsect"] = { name = "SSMCrucibleSummonBloodInsect", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", "minion_dies_when_parent_dies", "minion_dies_when_parent_deleted", }, levels = { [1] = {5, 626, -80, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMSCrucibleBasiliskBloodMortar"] = { name = "MMSCrucibleBasiliskBloodMortar", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = 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 = 2.8, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["FaceLastTarget"] = { name = "Face Last Target", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.01, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASCrucibleBasiliskTripleSpit"] = { name = "EASCrucibleBasiliskTripleSpit", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.8, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", }, levels = { [1] = {-40, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
不會被暈眩
Id | MonsterImplicitCannotBeStunned1 |
---|---|
Family | MonsterCannotBeStunned |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
不能被擊退
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
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.