被遺忘的幻影
不死
Forgotten Phantasm
幽魂N
標籤法術, ghost, ghost_armour, is_unarmed, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, undead
生命
100%
生命轉為護盾
50%
異常狀態臨界值
100%
抗性
20 20 20 0
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.17 秒
傷害分佈
±20%
經驗值
100%
Model Size
125%
類型
SynthesisPhantasm
Metadata
PhantasmSpawned
等級
68
生命
6,433
護甲
28,790
閃避
4,739
能量護盾
3,064
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.17
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
WalkEmergeSynthesis
walk emerge distance [300]
SummonPhantasmFadingProjectile
法術, 投射物, 傷害
暴擊率: 5%
附加傷害效用: 150%
施放時間: 1.17 秒
造成 547.3820.9 物理傷害
投射物穿透全部目標
base is projectile [1]
SummonPhantasmFadingProjectile2
法術, 投射物, 傷害
暴擊率: 5%
附加傷害效用: 150%
施放時間: 1.17 秒
造成 547.3820.9 物理傷害
投射物穿透全部目標
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueSynthesis/PhantasmSpawned"] = {
    name = "Forgotten Phantasm",
    life = 1,
    energyShield = 0.5,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "WalkEmergeSynthesis",
        "SummonPhantasmFadingProjectile",
        "SummonPhantasmFadingProjectile2",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeSynthesis"] = {
    name = "WalkEmergeSynthesis",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.72,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {300, 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 = { }, },
    },
}
Edit

Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.