完美原始造物主
屍體
怪物種類:
異能
異能施放閃電爆破,擊中時造成殘喘
施放清晰
右鍵點擊此物品來製造屍體。
Perfect Primal Demiurge
完美原始造物主 ManaPhantasmHigh /8
| 名字 | 顯示物品素質 |
|---|---|
| DropLevel | 81 |
| BaseType | Perfect Primal Demiurge |
| BaseType | 完美原始造物主 |
| Class | 屍體 |
| Flags | AlwaysAllocate |
| Type | Metadata/Items/ItemisedCorpses/ManaPhantasmHigh |
| Icon | Art/2DItems/Currency/Azmeri/CrusaderManaPhantasmCorpse |
| Reference | Community Wiki |
| key | val |
|---|---|
| Base.description_text | ItemDescriptionItemisedCorpse |
| Base.base_level | 1 |
| Base.tag | default |
| Usable.use_type | Usable |
| Usable.action | spawn_itemised_corpse |
完美原始造物主
異能
Perfect Primal Demiurge
| 幽魂 | Y |
|---|---|
| 標籤 | 法術, crusader_monster, eldritch, ghost, ghost_armour, influence_monster, is_unarmed, lightning_affinity, medium_height, medium_movement, melee, not_dex, not_str |
生命
150%
生命轉為護盾
100%
異常狀態臨界值
150%
抗性
傷害
144%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.755 秒
傷害分佈
±20%
經驗值
125%
Model Size
150%
類型
AzmeriManaPhantasm
Metadata
ManaPhantasmHigh
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
0
護甲值
28,790
閃避值
4,739
能量護盾
9,191
傷害
538
法術傷害
538
命中
580
攻擊間隔
1.755
經驗值
12,819
Minion Life
0
Minion Energy Shield
1,994
Minion Damage
430
異常狀態臨界值
9,650
冰緩
31
感電
31
易碎
173
焦灼
31
殘喘
84
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
AzmeriPhantasmExplodeSap
法術, 可觸發
暴擊率: 5%
施放時間: 2.5 秒
冷卻時間: 8 秒
造成 1841 至 5524 閃電傷害
總是殘喘敵人
is area damage [1]
AzmeriLightningMelee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 430–645
暴擊率: 5%
攻擊傷害: 75%
攻擊間隔: 1.755 秒
用強大的攻擊擊倒敵人。
75% 物理傷害轉換為閃電傷害
造成 25% 更少攻擊傷害
action attack or cast time uses animation length [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
AzmeriTeleportPhantasm
法術, 位移
施放時間: 1.13 秒
冷卻時間: 4 秒
AzmeriPhantasmClarity
法術, 範圍, 增益, 消耗保留, 圖騰施放單獨, 圖騰技能, 光環, 立即, 範圍法術, 可祝福, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷卻
清晰
施放時間: 1 秒
施放一個光環,使你與受光環影響友方獲得額外的魔力回復。
獲得魔力回復
affected by clarity [#]
每秒 # 基本魔力回復
增加 #% 來自藥劑的魔力恢復
damage +% on full mana [#]
#% 額外物理傷害減免
增加 #% 傷害
增加 #% 攻擊與施放速度
每秒回復 #% 生命
base life mana es recovery rate +% [#]
你與附近的隊友獲得每秒 19 魔力回復
active skill area of effect radius +% final [50]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Life
{
on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/CrusaderMonsters/manaphantasm.epk );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/ManaPhantasmHigh"] = {
name = "Perfect Primal Demiurge",
life = 1.5,
energyShield = 1,
fireResist = 0,
coldResist = 0,
lightningResist = 75,
chaosResist = 0,
damage = 1.44,
damageSpread = 0.2,
attackTime = 1.755,
attackRange = 9,
accuracy = 1,
skillList = {
"AzmeriLightningMelee",
"AzmeriPhantasmClarity",
"AzmeriTeleportPhantasm",
"AzmeriPhantasmExplodeSap",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AzmeriLightningMelee"] = {
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 = {
"active_skill_damage_+%_final",
"skill_physical_damage_%_to_convert_to_lightning",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AzmeriPhantasmClarity"] = {
name = "Clarity",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Casts an aura that grants mana regeneration to you and your allies.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Buff] = true,
[SkillType.HasReservation] = true,
[SkillType.TotemCastsAlone] = true,
[SkillType.Totemable] = true,
[SkillType.Aura] = true,
[SkillType.Instant] = true,
[SkillType.AreaSpell] = true,
[SkillType.CanHaveBlessing] = true,
[SkillType.InstantNoRepeatWhenHeld] = true,
[SkillType.InstantShiftAttackForLeftMouse] = true,
[SkillType.Cooldown] = true,
},
statDescriptionScope = "aura_skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
aura = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_mana_regeneration_rate_per_minute",
"active_skill_area_of_effect_radius_+%_final",
},
levels = {
[1] = {1139, 50, levelRequirement = 1, statInterpolation = {1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AzmeriTeleportPhantasm"] = {
name = "AzmeriTeleportPhantasm",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.13,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AzmeriPhantasmExplodeSap"] = {
name = "AzmeriPhantasmExplodeSap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"chance_to_inflict_sapped_%",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, 100, critChance = 5, levelRequirement = 0, 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.