異靈怨靈
不死
Summoned Phantasm
| 幽魂 | N |
|---|---|
| 標籤 | 法術, flesh_armour, ghost, is_unarmed, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon, small_height, undead |
生命
158%
生命轉為護盾
50%
異常狀態臨界值
158%
抗性
傷害
110%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.17 秒
傷害分佈
±20%
經驗值
110%
Model Size
100%
類型
SummonedPhantasm
Metadata
SummonedPhantasm
IsSummoned
Y
下列的>數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
10,165
護甲值
28,790
閃避值
4,739
能量護盾
4,840
傷害
411
法術傷害
411
命中
580
攻擊間隔
1.17
經驗值
11,281
召喚物生命
2,205
Minion Energy Shield
1,050
召喚物傷害
328
異常狀態臨界值
10,165
冰緩
32
感電
32
易碎
182
焦灼
32
殘喘
89
Phys Convert Ele
240%
下
列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、
怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 329—493
暴擊率: 5%
攻擊間隔: 1.17 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
SummonPhantasmFadingProjectile
法術, 投射物, 傷害
暴擊率: 5%
附加傷害效用: 150%
施放時間: 1.17 秒
造成 547.3 至 820.9 物理傷害
投射物穿透全部目標
base is projectile [1]
SummonPhantasmFadingProjectile2
法術, 投射物, 傷害
暴擊率: 5%
附加傷害效用: 150%
施放時間: 1.17 秒
造成 547.3 至 820.9 物理傷害
投射物穿透全部目標
base is projectile [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_item_drop_slots = 0
set_cannot_spawn_support_ghosts = 1
}
Actor
{
basic_action = "Emerge"
}
Life
{
corpse_usable = false
}
Animated
{
animated_object = "Metadata/Monsters/SummonedPhantasm/SummonedPhantasm.ao"
}
DiesAfterTime
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SummonedPhantasm/SummonedPhantasm"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 20,
name = "Summoned Phantasm",
life = 1.58,
energyShield = 0.5,
damage = 1.1,
damageSpread = 0.2,
attackTime = 1.17,
attackRange = 6,
accuracy = 1,
skillList = {
"Melee",
"SummonPhantasmFadingProjectile",
"SummonPhantasmFadingProjectile2",
},
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["SummonPhantasmFadingProjectile"] = {
name = "SummonPhantasmFadingProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.17,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonPhantasmFadingProjectile2"] = {
name = "SummonPhantasmFadingProjectile2",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.17,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 2000 |
| Stats.mana_regeneration_rate_per_minute_% | 100 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.cannot_spawn_support_ghosts | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge |
| Actor.slow_animations_go_to_idle | true |
| Life.corpse_usable | false |
| Animated.animated_object | Metadata/Monsters/SummonedPhantasm/SummonedPhantasm.ao |
召喚幻影
等級: 25
施放時間: 1.00 秒
召喚一個幻影,使用穿透的投射物法術造成物理傷害。
召喚幻影上限 11
基礎持續時間為 15 秒
此技能被傳奇道具觸發
當你消耗 1 個屍體觸發此技能
phantasm maximum added physical damage to grant [74]
phantasm minimum added physical damage to grant [48]
skill can own support ghosts [1]
Summon Phantasm
等級效果 /1
| 固定 |
|---|
| 當你消耗 1 個屍體觸發此技能 |
| 基礎持續時間為 15 秒 |
| 召喚幻影上限 11 |
| 此技能被傳奇道具觸發 |
| 等級 | 需要等級 | 經驗值 |
|---|---|---|
| 25 | 80 |
屬性 /5
Summon Phantasm
| 名字 | 顯示物品素質 |
|---|---|
| BaseType | Summon Phantasm |
| TargetTypes | 地面, 敵人 |
| Type | 法術, 召喚物, 持續時間, InbuiltTrigger, 可觸發, 被觸發, 創造召喚物 |
| MinionType | 持續時間, 投射物, 法術, 傷害, 物理 |
| ActiveSkillsCode | triggered_summon_phantasm |
熔火冥獄 武器 /5
| 比重 | Desc |
|---|---|
| 500 (T3, T4) | 插槽中寶石被等級 15 的擊殺召喚幻影輔助 |
| 500 (T4) | 插槽中寶石被等級 15 的擊殺召喚幻影輔助 |
| 125 (T3, T4) | 插槽中寶石被等級 15 的擊殺召喚幻影輔助 |
| 125 (T4) | 插槽中寶石被等級 15 的擊殺召喚幻影輔助 |
| 1000 (T1, T2, T3, T4, T5) | 插槽中寶石被等級 30 的擊殺召喚幻影輔助 |
被輔助 /30
持續時間延長輔助
輔助任何有期間的技能。
賦予輔助
輔助任何技能寶石。當此寶石到達 2 等以上,會讓輔助的寶石有額外的等級。不能輔助來自非寶石的技能。
持續時間縮短輔助
輔助任何有期間的技能。
覺醒.賦予輔助
輔助任何技能寶石。當此寶石到達 2 等以上,會讓輔助的寶石有額外的等級。不能輔助來自非寶石的技能。
活栓輔助
輔助任何非祝福技能。召喚物不能獲得活栓增益效果。
聖潔守望輔助
輔助創造護衛召喚物的技能,使這些召喚物被創造時會帶有正面效果的聖堂光環。
輸血輔助
輔助非祝福的法術。
增幅輔助
輔助任何技能寶石。當此寶石到達 2 等以上,會讓輔助的寶石有額外的品質。不能輔助來自非寶石的技能。
極速苦痛輔助
輔助任何有期間的技能,或可以擊中敵人造成異常狀態。
覺醒.極速苦痛輔助
輔助任何有期間的技能,或可以擊中敵人造成異常狀態。
覺醒.增幅輔助
輔助任何技能寶石。當此寶石到達 2 等以上,會讓輔助的寶石有額外的品質。不能輔助來自非寶石的技能。
快速施放輔助
輔助非立刻施放的法術技能。
召喚物傷害輔助
輔助製造召喚物的技能。
召喚物速度輔助
輔助製造召喚物的技能。
召喚物生命輔助
輔助製造召喚物的技能。
元素軍隊輔助
輔助製造召喚物的技能。
啟蒙輔助
輔助任何技能寶石。當此寶石到達 2 等以上,會讓被輔助的寶石套用消耗和保留加成。不能輔助來自非寶石的技能。
效能輔助
輔助任何造成傷害或期間的技能。
秘能波動輔助
當被輔助的法術消耗一定的魔力會獲得增益效果。不能輔助圖騰、陷阱、地雷或有保留的技能。
召喚幻影輔助
輔助能擊中敵人或創造召喚物的技能。當技能或召喚物擊殺敵人,或擊中稀有、傳奇敵人時,它們有機會召喚幻影,幻影會使用穿透的投射物法術造成物理傷害。
豢養狂熱輔助
輔助製造召喚物的技能。
掠奪者輔助
輔助製造召喚物的技能。
肉盾輔助
輔助製造召喚物的技能。
煉獄軍團輔助
輔助製造召喚物的技能。
覺醒.召喚物傷害輔助
輔助製造召喚物的技能。
覺醒.啟蒙輔助
輔助任何技能寶石。當此寶石到達 2 等以上,會讓被輔助的寶石套用消耗和保留加成。不能輔助來自非寶石的技能。
鮮肉輔助
輔助製造召喚物的技能。
聚眾輔助
輔助會創造召喚物的技能。
典範輔助
輔助會創造召喚物的技能。
朔望輔助
輔助任何技能寶石。
無法輔助不是源於寶石的技能。
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.