不稳定之书
构造体
base projectile ground effect duration [3000]
projectiles drop ground lightning [1]
免疫晕眩
Volatile Tome
幽魂N
标签施法, construct, extra_small_height, immobile, is_unarmed, lightning_affinity, mud_blood, not_dex, not_int, ranged, stone_armour
生命
125%
护甲
+100%
异常状态临界值
125%
抗性
0 0 0 0
伤害
100%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
Book
Metadata
BookProphecyExplode
等级
68
生命
8,042
护甲
57,580
闪避值
4,739
能量护盾
0
伤害
374
法术伤害
374
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
8,042
冰缓
25
Shock
25
Brittle
144
Scorch
25
Sap
70
ProphecyBossSpark
法术, 投射物, 玩家投射物, 伤害, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 闪电, 可齐射
电球
施放间隔: 0.65 秒
冷却时间: 7.25 秒
施放出多颗变幻莫测的电球,这些电球将会随机移动直到撞到敌人或是自然消失.
ProphecyBossTotemKill
法术
击败
施放间隔: 1 秒
冷却时间: 8.26 秒
击败一个目标
施法速度总降 75%
RepeatedPulseLightningProphecyBook
法术, 范围, 持续时间, 冰冷, 火焰, 闪电, 范围法术
施放间隔: 8 秒
冷却时间: 15 秒

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	immune_to_curses = 1
	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
}

DiesAfterTime
{
}

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

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Book/BookProphecyExplode"] = {
    name = "Volatile Tome",
    life = 1.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "ProphecyBossSpark",
        "ProphecyBossTotemKill",
        "RepeatedPulseLightningProphecyBook",
    },
    modList = {
    },
}
-- 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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyBossTotemKill"] = {
    name = "Kill",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Kills a target",
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_cast_speed_+%_final",
    },
    levels = {
        [1] = {-75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RepeatedPulseLightningProphecyBook"] = {
    name = "RepeatedPulseLightningProphecyBook",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Cold] = true,
        [SkillType.Fire] = true,
        [SkillType.Lightning] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 8,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
base projectile ground effect duration [3000]
projectiles drop ground lightning [1]
IdMonsterProjectilesDropShockedGround
FamilyProjectilesDropShockedGround
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • projectiles drop ground lightning Min: 1 Max: 1 全域
  • base projectile ground effect duration Min: 3000 Max: 3000 全域
  • 免疫晕眩
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 全域
  • Edit

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