MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
รูปจำลองแห่งมรสุม
ชีวิตประดิษฐ์
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Effigy of the Storm
Spectre
Tagsนักเวท, construct, ghost_armour, is_unarmed, lightning_affinity, not_dex, not_str, ranged, small_height, very_slow_movement
พลังชีวิต
400%
Energy Shield From Life
200%
Ailment Threshold
400%
ค่าต้านทาน
IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
Damage
200%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
128%
Type
LightningOrbLakeBoss
Metadata
LightningOrbLakeBoss_
เลเวล
68
พลังชีวิต
25,733
ค่าเกราะ
28,790
อัตราการหลบหลีก
4,739
โล่พลังงาน
49,016
Damage
747
ความเสียหายเวท
747
ความแม่นยำ
580
Attack Time
1.5
ค่าประสบการณ์
20,510
Minion Life
5,582
Minion Energy Shield
10,632
Minion Damage
597
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
Phys Convert Ele
240%
UnholyTrioShavronneLightningProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 1.5 วินาที
คูลดาวน์: 1.5 วินาที
base is projectile [1]
monster projectile variation [34]
spell maximum base lightning damage [1767]
spell minimum base lightning damage [589.1]
StrMissionShockedGroundNovaDaemon
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
สายฟ้ากระจาย (Shock Nova)
เวลาร่าย: 0.75 วินาที
ยิงวงแหวนสายฟ้าช็อตซึ่งสร้างความเสียหายให้กับมอนสเตอร์ที่สัมผัส มอนสเตอร์ที่อยู่ในใจกลางวงแหวนจะไม่ได้รับความเสียหาย
ระยะเวลาพื้นฐาน 3 วินาที
เพิ่มความเร็วในการร่าย อีก 170%
active skill area of effect radius +% final [25]
is area damage [1]
shock nova places X ground lightning patches [85]
spell maximum base lightning damage [2]
spell minimum base lightning damage [1]
ShockNova

Object Type

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LightningOrb/LightningOrbLakeBoss_"] = {
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    name = "Effigy of the Storm",
    life = 4,
    energyShield = 2,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "StrMissionShockedGroundNovaDaemon",
        "UnholyTrioShavronneLightningProjectile",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["StrMissionShockedGroundNovaDaemon"] = {
    name = "Shock Nova",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts a shocking ring of lightning which deals damage to monsters it touches. Monsters in the centre of the ring receive no damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "shock_nova_places_X_ground_lightning_patches",
        "base_skill_effect_duration",
        "active_skill_cast_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 2, 85, 3000, 170, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["UnholyTrioShavronneLightningProjectile"] = {
    name = "UnholyTrioShavronneLightningProjectile",
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "monster_projectile_variation",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 34, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
    },
}
FamilyDaemon
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Edit

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