完全体の原始の執政官
死体
モンスターカテゴリー: エルドリッチ
ヒット時に消耗を付与するライトニングバーストをキャストする
クラリティをキャストする
クラリティをキャストする
このアイテムを右クリックしてこの死体を生成する。
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 |
完全体の原始の執政官
エルドリッチ
Perfect Primal Demiurge
Spectre | Y |
---|---|
Tags | キャスター, crusader_monster, eldritch, ghost, ghost_armour, influence_monster, is_unarmed, lightning_affinity, medium_height, medium_movement, melee, not_dex, not_str |
ライフ
150%
Energy Shield From Life
100%
Ailment Threshold
150%
耐性
0 0 75 0
Damage
144%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
経験値
125%
Model Size
150%
Type
AzmeriManaPhantasm
Metadata
ManaPhantasmHigh
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
9,650
アーマー
28,790
回避力
4,739
エナジーシールド
6,127
Damage
538
スペルダメージ
538
命中
290
Attack Time
1.755
経験値
12,819
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AzmeriPhantasmExplodeSap
Spell, Triggerable
クリティカル率: 5%
キャストタイム: 2.5 秒
クールダウン時間: 8 秒
1841から5524の雷ダメージを与える
常に敵を消耗させる
is area damage [1]
常に敵を消耗させる
is area damage [1]
AzmeriLightningMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 430–645
クリティカル率: 5%
アタックダメージ: 75%
Attack Time: 1.755 秒
強力な一撃で敵を打ち倒す。
物理ダメージの75%を雷ダメージに変換する
アタックダメージが25%低下する
action attack or cast time uses animation length [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
アタックダメージが25%低下する
action attack or cast time uses animation length [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
AzmeriTeleportPhantasm
Spell, Movement
キャストタイム: 1.13 秒
クールダウン時間: 4 秒
AzmeriPhantasmClarity
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
クラリティ
キャストタイム: 1 秒
使用者と仲間にマナ自動回復を付与するオーラを纏う。
マナ自動回復を付与
affected by clarity [#]
毎秒#のマナを自動回復する
フラスコによるマナ回復量が#%増加する
damage +% on full mana [#]
物理ダメージ軽減率が#%される
ダメージが#%増加する
アタックスピードおよびキャストスピードが#%増加する
毎秒ライフの#%を自動回復する
base life mana es recovery rate +% [#]
毎秒#のマナを自動回復する
フラスコによるマナ回復量が#%増加する
damage +% on full mana [#]
物理ダメージ軽減率が#%される
ダメージが#%増加する
アタックスピードおよびキャストスピードが#%増加する
毎秒ライフの#%を自動回復する
base life mana es recovery rate +% [#]
プレイヤーおよび近くの味方は毎秒19のマナを自動回復する
active skill area of effect radius +% final [50]
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 = { }, }, }, }