บุตรแห่งลูนาริส
อันเดด
เพิ่มพลังชีวิตสูงสุด 25%
เพิ่มขนาดของตัวละคร 20%
เพิ่มความเร็วในการโจมตี 40%
วาง กับดัก ได้พร้อมกันสูงสุด เพิ่มเติม 12 อัน
drop additional rare items [3]
ลดความเร็วในการโยนกับดัก 75%
Child of Lunaris
SpectreN
Tagsนักเวท, flesh_armour, is_unarmed, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, undead, very_slow_movement, zombie
พลังชีวิต
108%
ค่าเกราะ
+50%
Ailment Threshold
108%
ค่าต้านทาน
0 40 0 0
Damage
180%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 9
Attack Time
2.4 Second
Damage Spread
±30%
ค่าประสบการณ์
90%
Model Size
100%
Type
Zombie
Metadata
ProphecyZombieBoss
เลเวล
68
พลังชีวิต
6,948
ค่าเกราะ
43,185
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
672
ความเสียหายเวท
672
ความแม่นยำ
290
Attack Time
2.4
ค่าประสบการณ์
9,230
Ailment Threshold
6,948
Chill
22
Shock
22
Brittle
124
Scorch
22
Sap
61
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 471–874
โอกาสคริติคอล: 5%
Attack Time: 2.4 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ProphecyBloodProjectileTrap
Spell, Projectile, ProjectilesFromUser, Triggerable
ประสิทธิภาพการเสริมความเสียหาย: 110%
เวลาร่าย: 1.5 วินาที
สร้างความเสียหาย กายภาพ 620.7 ถึง 931
กับดัก คงอยู่ +0.05 วินาที
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 10%
โยนกับดัก เพิ่มเติมสูงสุด 2 อัน
กับดัก ถูกโยนแบบสุ่มรอบตำแหน่งเป้าหมาย
ลดความเร็วกระสุน 90%
base is projectile [1]
base skill is trapped [1]
create trap at target location [1]
ignores trap and mine cooldown limit [1]
monster projectile variation [13]
trap variation [10]

Object Type

version 2
extends "Metadata/Monsters/Zombies/Zombie"

Object Type Codes

version 2
extends "Metadata/Monsters/Zombies/Zombie"

BaseEvents
{
     on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_unique.epk ); "
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ZombieDismember/ProphecyZombieBoss"] = {
    name = "Child of Lunaris",
    life = 1.08,
    fireResist = 0,
    coldResist = 40,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.8,
    damageSpread = 0.3,
    attackTime = 2.4,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "ProphecyBloodProjectileTrap",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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 = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyBloodProjectileTrap"] = {
    name = "ProphecyBloodProjectileTrap",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "base_trap_duration",
        "base_projectile_speed_+%",
        "trap_variation",
        "number_of_additional_traps_to_throw",
        "throw_traps_in_circle_radius",
        "base_is_projectile",
        "is_trap",
        "base_skill_is_trapped",
        "create_trap_at_target_location",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 13, 50, -90, 10, 2, 20, baseMultiplier = 1.1, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
เพิ่มพลังชีวิตสูงสุด 25%
เพิ่มขนาดของตัวละคร 20%
IdMonsterImplicitIncreasedLife1
FamilyMaximumLifeIncreasePercent
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • maximum life +% Min: 25 Max: 25 Global
  • base actor scale +% Min: 20 Max: 20 Global
  • Craft Tagsresource life
    เพิ่มความเร็วในการโจมตี 40%
    IdMonsterImplicitFastAttack1
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • attack speed +% Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    วาง กับดัก ได้พร้อมกันสูงสุด เพิ่มเติม 12 อัน
    IdMonsterIncreasedTrapsAllowed
    FamilyTrapsAllowed
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • drop additional rare items [3]
    IdProphecyAdditionalRareItemsBoss
    FamilyMonsterDropAdditionalRareItems
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • drop additional rare items Min: 3 Max: 3 Global
  • ลดความเร็วในการโยนกับดัก 75%
    IdTrapThrowingSpeedBossReduction
    FamilyTrapAndMineThrowSpeed
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • trap throwing speed +% Min: -75 Max: -75 Global
  • Craft Tagsspeed
    Edit

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