幽魂 | Y |
---|---|
地區 | 馬雷葛蘿的書房, 永恆實驗室, 惡臭沼地 |
標籤 | animal_claw_weapon, beast, 法術, fire_affinity, flesh_armour, insect_blood, is_unarmed, medium_height, melee, physical_affinity, slow_movement, spider |
Packs |
生命
234%
異常狀態臨界值
234%
抗性
30
0
0
30
傷害
130%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.95 秒
傷害分佈
±20%
經驗值
130%
Model Size
70%
類型
SpiderPlatedChampion
Metadata
SpiderPlatedTailExplosion
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
70
生命
18,343
護甲
33,714
閃避
5,081
能量護盾
0
傷害
548
法術傷害
548
命中
0
攻擊間隔
1.95
經驗值
13,936
異常狀態臨界值
18,343
冰緩
58
感電
58
易碎
328
焦灼
58
殘喘
160
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 438–657
暴擊率: 5%
攻擊間隔: 1.95 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
DelayedFireSpark
法術, 可觸發
施放時間: 1.4 秒
冷卻時間: 6 秒
+1.5 秒基礎持續時間
造成 205.7 至 308.6 火焰傷害
增加 25% 投射物速度
active skill area of effect radius +% final [-75]
base is projectile [1]
spell maximum action distance +% [-40]
造成 205.7 至 308.6 火焰傷害
增加 25% 投射物速度
active skill area of effect radius +% final [-75]
base is projectile [1]
spell maximum action distance +% [-40]
SummonedSparkDaemon
法術, 法術可重複, 可觸發
施放時間: 1 秒
增加 25% 投射物速度
alternate minion [241]
cast on delayed skill trigger % [100]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-90]
summoned monsters are minions [1]
alternate minion [241]
cast on delayed skill trigger % [100]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-90]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 } Monster { } Animated { on_event_contact_for_attack_groundstrike_v1 = "PlayEffect( Metadata/Effects/Spells/monsters_effects/SpiderPlated/tail_impact.ao, default, inherit, inherit, inherit, inherit, 60, 0, inherit );" } Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/SpiderPlated/spiderplatedChampion/spiderplatedChampion_ambient.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/SpiderPlated/spiderplatedChampion/spiderplatedChampion_ambient.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SpiderPlated/SpiderPlatedTailExplosion"] = { name = "Scalding Arachnid", life = 2.34, fireResist = 30, coldResist = 0, lightningResist = 0, chaosResist = 30, damage = 1.3, damageSpread = 0.2, attackTime = 1.95, attackRange = 9, accuracy = 1, skillList = { "Melee", "DelayedFireSpark", "SummonedSparkDaemon", }, 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["DelayedFireSpark"] = { name = "DelayedFireSpark", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonedSparkDaemon"] = { name = "SummonedSparkDaemon", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "cast_on_delayed_skill_trigger_%", "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "base_projectile_speed_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", }, levels = { [1] = {100, 241, 1, -90, 25, levelRequirement = 0, 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.