Explosiver Foliant
Konstrukt
base projectile ground effect duration [3000]
projectiles drop ground lightning [1]
Kann nicht betäubt werden
projectiles drop ground lightning [1]
Kann nicht betäubt werden
Volatile Tome
Spectre | N |
---|---|
Tags | Zauberer, construct, extra_small_height, immobile, is_unarmed, large_model, lightning_affinity, mud_blood, ranged, stone_armour |
Leben
125%
Ailment Threshold
125%
Widerstand
0 0 0 0
Damage
100%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Erfahrung
100%
Model Size
100%
Type
Book
Metadata
BookProphecyExplode
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
8,042
Rüstung
28,790
Ausweichen
4,739
Energieschild
0
Damage
374
Zauberschaden
374
Genauigkeit
290
Attack Time
1.5
Erfahrung
10,255
Ailment Threshold
8,042
Chill
25
Shock
25
Brittle
144
Scorch
25
Sap
70
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
ProphecyBossSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Funken
Zauberzeit: 0.65 Sek.
Abklingzeit: 7.25 Sek.
Entfesselt unberechenbare Funken, die sich zufällig bewegen, bis sie entweder einen Gegner treffen oder erlöschen.
Verursacht 1544 bis 2316 Blitzschaden
Basisdauer beträgt 2 Sekunden
Feuert 7 zusätzliche Projektile
Feuert Projektile in einem Kreis
65% erhöhte Projektilgeschwindigkeit
base is projectile [1]
cast when triggered by other skill % [100]
Basisdauer beträgt 2 Sekunden
Feuert 7 zusätzliche Projektile
Feuert Projektile in einem Kreis
65% erhöhte Projektilgeschwindigkeit
base is projectile [1]
cast when triggered by other skill % [100]
ProphecyBossTotemKill
Spell
Töten
Zauberzeit: 1 Sek.
Abklingzeit: 8.26 Sek.
Tötet ein Ziel.
75% weniger Zaubergeschwindigkeit
RepeatedPulseLightningProphecyBook
Spell, Area, Duration, Cold, Fire, Lightning, AreaSpell
Zauberzeit: 8 Sek.
Abklingzeit: 15 Sek.
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]
Id | MonsterProjectilesDropShockedGround |
---|---|
Family | ProjectilesDropShockedGround |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats |
Kann nicht betäubt werden
Id | MonsterImplicitCannotBeStunned1 |
---|---|
Family | MonsterCannotBeStunned |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.