ลูกแก้วอุทกภัย
หุ่นกล
Flood Orb
SpectreN
Tagsนักเวท, cold_affinity, construct, is_unarmed, liquid_armour, no_strider_mod, not_dex, not_str, physical_affinity, puncturing_weapon, slow_movement, small_height, unusable_corpse, water, water_elemental
พลังชีวิต
150%
Energy Shield From Life
150%
Ailment Threshold
150%
ค่าต้านทาน
75 0 0 0
Damage
137%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
1.305 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
80%
Type
WaterSpiral
Metadata
WaterSpiralMapSummon
เลเวล
68
พลังชีวิต
9,650
เกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
9,191
Damage
512
ความเสียหายเวท
512
ความแม่นยำ
290
Attack Time
1.305
ค่าประสบการณ์
15,383
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
AtlasLightningGolemNova
Spell, Area, Damage, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
สร้างความเสียหาย น้ำแข็ง 163.2 ถึง 240
มีโอกาสทริกเกอร์ เวทนี้ 100% เมื่อตาย
is area damage [1]
spell uncastable if triggerable [1]
WaterSpiralMapCyclone
Attack, Area, Melee, Movement
พายุหมุน (Cyclone)
Base Damage: 409–614
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 40%
ความเสียหายโจมตี: 40%
Attack Time: 1.305 วินาที
โจมตีใส่ศัตรูรอบๆ ตัวผู้เล่น แล้วจะกวาดรอบทิศไปเรื่อยๆ ขณะผู้เล่นเคลื่อนตัวเองไปจนถึงจุดหมาย สกิลนี้ไม่สามารถเสริมด้วย Ruthless หรือ Multistrike ได้
สร้างความเสียหาย โจมตี ลดลง อีก 60%
ระยะเวลาพื้นฐาน 3 วินาที
ลดความเร็วในการเคลื่อนที่ อีก 30%
เพิ่มความเร็วในการโจมตี อีก 150%
active skill area of effect radius +% final [100]
cyclone extra distance [20]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/WaterSpiral/WaterSpiral"

Object Type Codes

version 2
extends "Metadata/Monsters/WaterSpiral/WaterSpiral"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/WaterSpiral/WaterSpiralMapSummon"] = {
    name = "Flood Orb",
    life = 1.5,
    energyShield = 1.5,
    fireResist = 75,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.37,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "WaterSpiralMapCyclone",
        "AtlasLightningGolemNova",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["WaterSpiralMapCyclone"] = {
    name = "Cyclone",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "cyclone_movement_speed_+%_final",
        "cyclone_extra_distance",
        "base_skill_effect_duration",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-30, 20, 3000, 150, 100, baseMultiplier = 0.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AtlasLightningGolemNova"] = {
    name = "AtlasLightningGolemNova",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "cast_on_death_%",
        "spell_uncastable_if_triggerable",
        "is_area_damage",
    },
    levels = {
        [1] = {0.85000002384186, 1.25, 100, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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