잊혀진 환영
언데드
Forgotten Phantasm
SpectreN
Tags시전, ghost, ghost_armour, is_unarmed, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, undead
생명력
100%
Energy Shield From Life
50%
Ailment Threshold
100%
저항
20 20 20 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.17 Second
Damage Spread
±20%
경험치
100%
Model Size
125%
Type
SynthesisPhantasm
Metadata
PhantasmSpawned
레벨
68
생명력
6,433
방어구
28,790
회피
4,739
에너지 보호막
3,064
Damage
374
주문 피해
374
정확도
290
Attack Time
1.17
경험치
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
WalkEmergeSynthesis
walk emerge distance [300]
SummonPhantasmFadingProjectile
Spell, Projectile, Damage
치명타 확률: 5%
추가 피해 효율: 150%
시전 속도: 1.17 초
547.3~820.9 물리 피해
투사체가 모든 대상 관통
base is projectile [1]
SummonPhantasmFadingProjectile2
Spell, Projectile, Damage
치명타 확률: 5%
추가 피해 효율: 150%
시전 속도: 1.17 초
547.3~820.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.