恐懼之雷
惡魔地區: 濕地礦山
獲得 25% 物理傷害的閃電傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
+5 召喚圖騰的最大數量
增加 857% 圖騰生命
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
+5 召喚圖騰的最大數量
增加 857% 圖騰生命
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Shock and Horror
| 幽魂 | N |
|---|---|
| 地區 | 濕地礦山 |
| 標籤 | 法術, demon, flesh_armour, has_dagger, has_one_handed_melee, lightning_affinity, medium_height, medium_movement, melee, merveil_boss, non_unique_map_boss, not_dex, not_str, physical_affinity, ranged, red_blood |
生命
400%
生命轉為護盾
100%
異常狀態臨界值
400%
抗性
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 10
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
SeaWitchMapBossLightning
Metadata
MapSeaWitchBossSpark
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
77
生命
0
護甲值
58,245
閃避值
6,448
能量護盾
42,640
傷害
1,451
法術傷害
2,166
命中
824
攻擊間隔
0.67335
經驗值
134,112
召喚物生命
0
Minion Energy Shield
8,552
召喚物傷害
1,197
異常狀態臨界值
1,282,807
冰緩
4,056
感電
4,056
易碎
22,948
焦灼
4,056
殘喘
11,207
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 2304–3456
暴擊率: 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]
MonsterSpark
法術, 投射物, 玩家投射物, 傷害, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射
電球
暴擊率: 5%
附加傷害效用: 70%
施放時間: 0.65 秒
施放出多顆變幻莫測的電球,這些電球將會隨機移動直到撞到敵人或是自然消失。
造成 734 至 2202 閃電傷害
+2 秒基礎持續時間
發射 1 個額外投射物
增加 25% 投射物速度
base is projectile [1]
TriggerSpawnersShockAndHorror
可觸發
冷卻時間: 1000 秒
active skill area of effect radius +% final [100]
SeawitchLightningBeam
法術, DoT
施放時間: 1 秒
冷卻時間: 20 秒
base lightning damage to deal per minute [240000]
track skill used index [15]
TriggerSpawnersShockAndHorror2
可觸發
冷卻時間: 1000 秒
active skill area of effect radius +% final [100]
TriggerSpawnersShockAndHorror3
可觸發
冷卻時間: 1000 秒
active skill area of effect radius +% final [100]
ShockAndHorrorSummonLightningWarpTotem
法術, 法術可重複, 可觸發
施放時間: 1 秒
alternate minion [398]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2
extends "Metadata/Monsters/Seawitch/SeaWitch"
Stats
{
mana_regeneration_rate_per_minute_% = 600
}
Transitionable
{
}
StateMachine
{
}Object Type Codes
version 2 extends "Metadata/Monsters/Seawitch/SeaWitch"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Seawitch/MapSeaWitchBossSpark"] = {
name = "Shock and Horror",
life = 4,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 10,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"MonsterSpark",
"TriggerSpawnersShockAndHorror",
"TriggerSpawnersShockAndHorror2",
"TriggerSpawnersShockAndHorror3",
"SeawitchLightningBeam",
"ShockAndHorrorSummonLightningWarpTotem",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
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["MonsterSpark"] = {
name = "Spark",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Lightning] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.65,
baseFlags = {
spell = true,
projectile = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_skill_effect_duration",
"number_of_additional_projectiles",
"base_projectile_speed_+%",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, },
[4] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3}, cost = { }, },
[5] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3}, cost = { }, },
[6] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3}, cost = { }, },
[7] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, },
[8] = {1.1000000238419, 3.2999999523163, 2000, 1, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerSpawnersShockAndHorror"] = {
name = "TriggerSpawnersShockAndHorror",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerSpawnersShockAndHorror2"] = {
name = "TriggerSpawnersShockAndHorror2",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerSpawnersShockAndHorror3"] = {
name = "TriggerSpawnersShockAndHorror3",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SeawitchLightningBeam"] = {
name = "SeawitchLightningBeam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.DamageOverTime] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_lightning_damage_to_deal_per_minute",
"track_skill_used_index",
},
levels = {
[1] = {120000, 15, levelRequirement = 66, statInterpolation = {1}, cost = { }, },
[2] = {140000, 15, levelRequirement = 67, statInterpolation = {1}, cost = { }, },
[3] = {160000, 15, levelRequirement = 68, statInterpolation = {1}, cost = { }, },
[4] = {180000, 15, levelRequirement = 69, statInterpolation = {1}, cost = { }, },
[5] = {200000, 15, levelRequirement = 70, statInterpolation = {1}, cost = { }, },
[6] = {220000, 15, levelRequirement = 71, statInterpolation = {1}, cost = { }, },
[7] = {240000, 15, levelRequirement = 72, statInterpolation = {1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShockAndHorrorSummonLightningWarpTotem"] = {
name = "ShockAndHorrorSummonLightningWarpTotem",
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 = {
"alternate_minion",
"number_of_monsters_to_summon",
"summon_specific_monsters_radius_+%",
"summoned_monsters_no_drops_or_experience",
"summoned_monsters_are_minions",
"minion_dies_when_parent_dies",
},
levels = {
[1] = {398, 3, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
獲得 25% 物理傷害的閃電傷害
| Family | MonsterAura |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage 傷害 物理 元素 閃電 |
閃電傷害光環
範圍: 50
周圍友方造成額外閃電傷害
附加 25% 物理傷害的閃電傷害
Lightning Damage Aura
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
+5 召喚圖騰的最大數量
| Family | AdditionalTotems |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
增加 857% 圖騰生命
| Family | IncreasedTotemLife |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | resource 生命 |
kill traps mines and totems on death [1]
| Family | MonsterKillTrapsMinesTotemsOnDeath |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
恐懼之雷
惡魔獲得 25% 物理傷害的閃電傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
+5 召喚圖騰的最大數量
增加 857% 圖騰生命
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
+5 召喚圖騰的最大數量
增加 857% 圖騰生命
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Shock and Horror
| 幽魂 | N |
|---|---|
| 標籤 | 法術, demon, flesh_armour, has_dagger, has_one_handed_melee, lightning_affinity, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood, standalone_map_boss |
生命
400%
生命轉為護盾
100%
異常狀態臨界值
400%
抗性
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 10
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
SeaWitchMapBossLightning
Metadata
MapSeaWitchBossSparkStandalone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
0
護甲值
28,790
閃避值
4,739
能量護盾
24,508
傷害
851
法術傷害
1,270
命中
580
攻擊間隔
0.67335
經驗值
112,805
召喚物生命
0
Minion Energy Shield
5,316
召喚物傷害
680
異常狀態臨界值
351,153
冰緩
1,110
感電
1,110
易碎
6,282
焦灼
1,110
殘喘
3,068
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1351–2027
暴擊率: 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]
MonsterSpark
法術, 投射物, 玩家投射物, 傷害, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射
電球
暴擊率: 5%
附加傷害效用: 70%
施放時間: 0.65 秒
施放出多顆變幻莫測的電球,這些電球將會隨機移動直到撞到敵人或是自然消失。
造成 482.7 至 1448 閃電傷害
+2 秒基礎持續時間
發射 1 個額外投射物
增加 25% 投射物速度
base is projectile [1]
ShockAndHorrorSummonLightningWarpTotem
法術, 法術可重複, 可觸發
施放時間: 1 秒
alternate minion [398]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SeawitchLightningBeamStandalone
法術, 範圍, 火焰, 引導, 範圍法術
施放時間: 1 秒
冷卻時間: 10 秒
+5 秒基礎持續時間
基礎額外效果持續時間 0.1 秒
增加 100% 光束長度
base lightning damage to deal per minute [84378]
fire beam prioritise players for targeting [1]
monster penalty against minions damage +% final vs player minions [-70]
Object Type
version 2
extends "Metadata/Monsters/Seawitch/SeaWitch"
extends "Metadata/Monsters/StandaloneMapBoss"
Stats
{
mana_regeneration_rate_per_minute_% = 600
}
Transitionable
{
}
StateMachine
{
}Object Type Codes
version 2 extends "Metadata/Monsters/Seawitch/SeaWitch" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Seawitch/MapSeaWitchBossSparkStandalone"] = {
name = "Shock and Horror",
life = 4,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 10,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"MonsterSpark",
"SeawitchLightningBeamStandalone",
"ShockAndHorrorSummonLightningWarpTotem",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
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["MonsterSpark"] = {
name = "Spark",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Lightning] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.65,
baseFlags = {
spell = true,
projectile = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_skill_effect_duration",
"number_of_additional_projectiles",
"base_projectile_speed_+%",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, },
[4] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3}, cost = { }, },
[5] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3}, cost = { }, },
[6] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3}, cost = { }, },
[7] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, },
[8] = {1.1000000238419, 3.2999999523163, 2000, 1, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SeawitchLightningBeamStandalone"] = {
name = "SeawitchLightningBeamStandalone",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Fire] = true,
[SkillType.Channel] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_lightning_damage_to_deal_per_minute",
"base_skill_effect_duration",
"base_secondary_skill_effect_duration",
"fire_beam_length_+%",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"fire_beam_prioritise_players_for_targeting",
},
levels = {
[1] = {1, 5000, 100, 100, -70, levelRequirement = 1, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShockAndHorrorSummonLightningWarpTotem"] = {
name = "ShockAndHorrorSummonLightningWarpTotem",
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 = {
"alternate_minion",
"number_of_monsters_to_summon",
"summon_specific_monsters_radius_+%",
"summoned_monsters_no_drops_or_experience",
"summoned_monsters_are_minions",
"minion_dies_when_parent_dies",
},
levels = {
[1] = {398, 3, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
獲得 25% 物理傷害的閃電傷害
| Family | MonsterAura |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage 傷害 物理 元素 閃電 |
閃電傷害光環
範圍: 50
周圍友方造成額外閃電傷害
附加 25% 物理傷害的閃電傷害
Lightning Damage Aura
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
+5 召喚圖騰的最大數量
| Family | AdditionalTotems |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
增加 857% 圖騰生命
| Family | IncreasedTotemLife |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | resource 生命 |
kill traps mines and totems on death [1]
| Family | MonsterKillTrapsMinesTotemsOnDeath |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
恐懼之雷
惡魔獲得 25% 物理傷害的閃電傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
+5 召喚圖騰的最大數量
增加 857% 圖騰生命
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
+5 召喚圖騰的最大數量
增加 857% 圖騰生命
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Shock and Horror
| 幽魂 | N |
|---|---|
| 標籤 | demon, elder_map_boss, flesh_armour, is_unarmed, medium_height, medium_movement, non_attacking, not_dex, not_str, red_blood |
生命
400%
生命轉為護盾
100%
異常狀態臨界值
400%
抗性
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 10
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
SeaWitchMapBossLightning
Metadata
MapSeaWitchBossSparkElder
Object Type
version 2
extends "Metadata/Monsters/Monster"
Life
{
corpse_usable = false
}
Stats
{
base_cannot_be_damaged = 1
base_cannot_be_stunned = 1
cannot_be_knocked_back = 1
is_hidden_monster = 1
immune_to_curses = 1
immune_to_auras_from_other_entities = 1
set_immune_vaal_lighting_warp = 1
}
Transitionable
{
}
Preload
{
preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Transitionable
{
on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
}
Animated
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Seawitch/MapSeaWitchBossSparkElder"] = {
name = "Shock and Horror",
life = 4,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 10,
accuracy = 1,
skillList = {
},
modList = {
},
}
獲得 25% 物理傷害的閃電傷害
| Family | MonsterAura |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage 傷害 物理 元素 閃電 |
閃電傷害光環
範圍: 50
周圍友方造成額外閃電傷害
附加 25% 物理傷害的閃電傷害
Lightning Damage Aura
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
+5 召喚圖騰的最大數量
| Family | AdditionalTotems |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
增加 857% 圖騰生命
| Family | IncreasedTotemLife |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | resource 生命 |
kill traps mines and totems on death [1]
| Family | MonsterKillTrapsMinesTotemsOnDeath |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
恐懼之雷
惡魔獲得 25% 物理傷害的閃電傷害
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
+5 召喚圖騰的最大數量
增加 857% 圖騰生命
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
+5 召喚圖騰的最大數量
增加 857% 圖騰生命
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Shock and Horror
| 幽魂 | N |
|---|---|
| 標籤 | 法術, demon, flesh_armour, has_dagger, has_one_handed_melee, lightning_affinity, medium_height, medium_movement, melee, no_maven, not_dex, not_str, physical_affinity, ranged, red_blood |
生命
400%
生命轉為護盾
100%
異常狀態臨界值
400%
抗性
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 10
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
SeaWitchMapBossLightning
Metadata
MapSeaWitchBossSparkShaper
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
0
護甲值
28,790
閃避值
4,739
能量護盾
24,508
傷害
851
法術傷害
1,270
命中
580
攻擊間隔
0.67335
經驗值
112,805
召喚物生命
0
Minion Energy Shield
5,316
召喚物傷害
680
異常狀態臨界值
351,153
冰緩
1,110
感電
1,110
易碎
6,282
焦灼
1,110
殘喘
3,068
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1351–2027
暴擊率: 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]
MonsterSpark
法術, 投射物, 玩家投射物, 傷害, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射
電球
暴擊率: 5%
附加傷害效用: 70%
施放時間: 0.65 秒
施放出多顆變幻莫測的電球,這些電球將會隨機移動直到撞到敵人或是自然消失。
造成 482.7 至 1448 閃電傷害
+2 秒基礎持續時間
發射 1 個額外投射物
增加 25% 投射物速度
base is projectile [1]
TriggerSpawnersShockAndHorror
可觸發
冷卻時間: 1000 秒
active skill area of effect radius +% final [100]
SeawitchLightningBeam
法術, DoT
施放時間: 1 秒
冷卻時間: 20 秒
base lightning damage to deal per minute [160000]
track skill used index [15]
TriggerSpawnersShockAndHorror2
可觸發
冷卻時間: 1000 秒
active skill area of effect radius +% final [100]
TriggerSpawnersShockAndHorror3
可觸發
冷卻時間: 1000 秒
active skill area of effect radius +% final [100]
ShockAndHorrorSummonLightningWarpTotem
法術, 法術可重複, 可觸發
施放時間: 1 秒
alternate minion [398]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2
extends "Metadata/Monsters/Seawitch/SeaWitch"
Stats
{
mana_regeneration_rate_per_minute_% = 600
}
Transitionable
{
}Object Type Codes
version 2 extends "Metadata/Monsters/Seawitch/SeaWitch"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Seawitch/MapSeaWitchBossSparkShaper"] = {
name = "Shock and Horror",
life = 4,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 2,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 10,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"MonsterSpark",
"TriggerSpawnersShockAndHorror",
"TriggerSpawnersShockAndHorror2",
"TriggerSpawnersShockAndHorror3",
"SeawitchLightningBeam",
"ShockAndHorrorSummonLightningWarpTotem",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
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["MonsterSpark"] = {
name = "Spark",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Lightning] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.65,
baseFlags = {
spell = true,
projectile = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_skill_effect_duration",
"number_of_additional_projectiles",
"base_projectile_speed_+%",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, },
[4] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3}, cost = { }, },
[5] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3}, cost = { }, },
[6] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3}, cost = { }, },
[7] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, },
[8] = {1.1000000238419, 3.2999999523163, 2000, 1, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerSpawnersShockAndHorror"] = {
name = "TriggerSpawnersShockAndHorror",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerSpawnersShockAndHorror2"] = {
name = "TriggerSpawnersShockAndHorror2",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerSpawnersShockAndHorror3"] = {
name = "TriggerSpawnersShockAndHorror3",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SeawitchLightningBeam"] = {
name = "SeawitchLightningBeam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.DamageOverTime] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_lightning_damage_to_deal_per_minute",
"track_skill_used_index",
},
levels = {
[1] = {120000, 15, levelRequirement = 66, statInterpolation = {1}, cost = { }, },
[2] = {140000, 15, levelRequirement = 67, statInterpolation = {1}, cost = { }, },
[3] = {160000, 15, levelRequirement = 68, statInterpolation = {1}, cost = { }, },
[4] = {180000, 15, levelRequirement = 69, statInterpolation = {1}, cost = { }, },
[5] = {200000, 15, levelRequirement = 70, statInterpolation = {1}, cost = { }, },
[6] = {220000, 15, levelRequirement = 71, statInterpolation = {1}, cost = { }, },
[7] = {240000, 15, levelRequirement = 72, statInterpolation = {1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ShockAndHorrorSummonLightningWarpTotem"] = {
name = "ShockAndHorrorSummonLightningWarpTotem",
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 = {
"alternate_minion",
"number_of_monsters_to_summon",
"summon_specific_monsters_radius_+%",
"summoned_monsters_no_drops_or_experience",
"summoned_monsters_are_minions",
"minion_dies_when_parent_dies",
},
levels = {
[1] = {398, 3, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
獲得 25% 物理傷害的閃電傷害
| Family | MonsterAura |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage 傷害 物理 元素 閃電 |
閃電傷害光環
範圍: 50
周圍友方造成額外閃電傷害
附加 25% 物理傷害的閃電傷害
Lightning Damage Aura
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
+5 召喚圖騰的最大數量
| Family | AdditionalTotems |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
增加 857% 圖騰生命
| Family | IncreasedTotemLife |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | resource 生命 |
kill traps mines and totems on death [1]
| Family | MonsterKillTrapsMinesTotemsOnDeath |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| 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.