不完美原始造物主
        
    屍體
怪物種類:  異能
異能
 異能
異能施放閃電爆破
        
            右鍵點擊此物品來製造屍體。
        
        
            Imperfect Primal Demiurge
        
     
        不完美原始造物主 ManaPhantasmLow /8
| 名字 | 顯示物品素質 | 
|---|---|
| DropLevel | 68 | 
| BaseType | Imperfect Primal Demiurge | 
| BaseType | 不完美原始造物主 | 
| Class | 屍體 | 
| Flags | AlwaysAllocate | 
| Type | Metadata/Items/ItemisedCorpses/ManaPhantasmLow | 
| 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 | 
            不完美原始造物主
        
     異能
異能
            Imperfect 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%
抗性
 0
0
 0
0
 75
75
 0
0傷害
144%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.755 秒
傷害分佈
±20%
經驗值
125%
Model Size
150%
類型
AzmeriManaPhantasm
Metadata
ManaPhantasmLow__
下列的數值並未包含地圖加成、怪物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% 更少)。
AzmeriPhantasmExplode
法術, 可觸發
暴擊率: 5%
施放時間: 2.5 秒
冷卻時間: 12 秒
造成 1322 至 3966 閃電傷害
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 秒
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/ManaPhantasmLow__"] = {
    name = "Imperfect 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",
        "AzmeriTeleportPhantasm",
        "AzmeriPhantasmExplode",
    },
    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["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["AzmeriPhantasmExplode"] = {
    name = "AzmeriPhantasmExplode",
    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",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 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.



































