คัมภีร์ฟ้าผ่า
หุ่นกล
Tome of Thunder
SpectreN
Tagsนักเวท, construct, extra_small_height, immobile, is_unarmed, large_model, lightning_affinity, mud_blood, ranged, stone_armour
พลังชีวิต
600%
Ailment Threshold
600%
ค่าต้านทาน
0 0 0 0
Damage
100%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
BookSummoned
Metadata
ShavronneTowerLightningBook
เลเวล
68
พลังชีวิต
38,600
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
374
ความเสียหายเวท
374
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
10,255
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
BookArc
Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
สายฟ้าชิ่ง (Arc)
โอกาสคริติคอล: 5%
ประสิทธิภาพการเสริมความเสียหาย: 50%
เวลาร่าย: 0.5 วินาที
ส่งสายฟ้าฟาดจากผู้ร่ายไปยังเป้าหมายและชิ่งไปยังศัตรูตัวอื่นๆ แต่จะไม่ชิ่งกลับมาโดยทันที ทุกครั้งที่สายฟ้าหลักชิ่ง มันจะส่งสายฟ้ารองชิ่งไปยังศัตรูตัวอื่นที่สายฟ้าหลักยังไม่ได้ปะทะ ซึ่งไม่สามารถชิ่งต่อไปได้อีก
สร้างความเสียหาย สายฟ้า 308 ถึง 923.9
มีโอกาสสร้างสถานะ ช็อค ต่อศัตรู 10%
spell maximum action distance +% [-70]
ProphecyBossSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
ประกายสายฟ้า (Spark)
เวลาร่าย: 0.65 วินาที
คูลดาวน์: 7.25 วินาที
ยิงประกายไฟที่คาดเดาไม่ได้ซึ่งเคลื่อนไปแบบสุ่มจนกว่าจะปะทะศัตรูหรือหมดเวลา
สร้างความเสียหาย สายฟ้า 1544 ถึง 2316
ระยะเวลาพื้นฐาน 2 วินาที
ยิงกระสุน เพิ่มเติม 7 ลูก
ยิงกระสุนเป็นวงกลม
เพิ่มความเร็วกระสุน 65%
base is projectile [1]
cast when triggered by other skill % [100]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_cannot_be_dominated = 1
	set_is_totem_object = 1
	set_item_drop_slots = 0
	set_cannot_be_dominated = 1
	set_monster_no_drops_or_experience = 1
}

Pathfinding
{
	immobile = true
}

Life
{
	corpse_usable = false
}

Actor 
{ 
	basic_action = "Emerge"
	slow_animations_go_to_idle = false
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/prophecy_league/quest/book/poof.ao"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/ShavronneTowerLightningBook"] = {
    name = "Tome of Thunder",
    life = 6,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "BookArc",
        "ProphecyBossSpark",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BookArc"] = {
    name = "Arc",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Chains] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "beam_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_chance_to_shock_%",
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {0.5, 1.5, 10, -70, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyBossSpark"] = {
    name = "Spark",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.65,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "base_projectile_speed_+%",
        "cast_when_triggered_by_other_skill_%",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2000, 40, 100, 7, 25, levelRequirement = 75, statInterpolation = {3, 3},  cost = { }, },
    },
}