马雷格罗之回音
恶魔
monster base type attack cast speed +% and damage -% final [33]
怪物提供的经验值提高 250%
掉落的物品稀有度提高 5500%
drop additional rare items [3]
怪物提供的经验值提高 250%
掉落的物品稀有度提高 5500%
drop additional rare items [3]
Echo of Maligaro
幽魂 | N |
---|---|
标签 | bludgeoning_weapon, 施法, demon, fire_affinity, ghost_armour, ghost_blood, has_one_hand_mace, has_one_handed_melee, human, humanoid, large_model, medium_height, medium_movement, melee, not_str, physical_affinity |
生命
600%
生命转为护盾
50%
闪避值
+50%
异常状态临界值
600%
抗性
0 85 0 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
115%
类型
MaligaroProphecy
Metadata
MaligaroProphecy
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
38,600
护甲
28,790
闪避值
7,109
能量护盾
3,064
伤害
747
法术伤害
747
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
38,600
冰缓
122
Shock
122
Brittle
691
Scorch
122
Sap
337
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ProphecyGoreSunder
攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
大地震击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 2.5 秒
用锤类、短杖、斧类或长杖重击地面,创造一道冲击波,对前方一片区域内的敌人造成伤害。被冲击波击中的敌人会释放出一道圆形震波,对其周围的敌人造成伤害。
攻击速度总降 15%
【大地震击】的冲击波伤害总降 80%
active skill area of effect radius +% final [-50]
is area damage [1]
【大地震击】的冲击波伤害总降 80%
active skill area of effect radius +% final [-50]
is area damage [1]
ProphecySummonBladeVortecies
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 12 秒
alternate minion [135]
number of monsters to summon [5]
summoned monsters are minions [1]
number of monsters to summon [5]
summoned monsters are minions [1]
ProphecyVaalFlameBlast
法术, 伤害, 范围, 图腾技能, 瓦尔, 火焰, 范围法术
瓦尔.烈焰爆破
伤害效用: 50%
施放间隔: 1 秒
冷却时间: 5 秒
指定一块区域并蓄力(持续施放)来施放大型的爆炸. 蓄力的时间会受到施法速度影响. 当迭加到 10 层时将会爆炸.
造成 200.3 - 300.4 火焰伤害
施法速度加快 35%
100% 的几率点燃敌人
法术伤害按照每层总增 110%
每层会使后续异常状态伤害总增 110%
active skill area of effect radius +% final [50]
is area damage [1]
施法速度加快 35%
100% 的几率点燃敌人
法术伤害按照每层总增 110%
每层会使后续异常状态伤害总增 110%
active skill area of effect radius +% final [50]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_mana_regeneration_rate_per_minute_% = 300 set_base_maximum_mana = 200 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_unique.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Maligaro/MaligaroProphecy"] = { name = "Echo of Maligaro", life = 6, energyShield = 0.5, fireResist = 0, coldResist = 85, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "Melee", "ProphecyVaalFlameBlast", "ProphecySummonBladeVortecies", "ProphecyGoreSunder", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ProphecyVaalFlameBlast"] = { name = "Vaal Flameblast", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Targets an area and builds up a large explosion. The build-up speed is based on cast speed. The explosion occurs after it reaches 10 stacks.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Vaal] = true, [SkillType.Fire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "charged_blast_spell_damage_+%_final_per_stack", "base_cast_speed_+%", "base_chance_to_ignite_%", "flameblast_ailment_damage_+%_final_per_stack", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 110, 35, 100, 110, 50, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 110, 35, 100, 110, 50, levelRequirement = 45, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 110, 35, 100, 110, 50, levelRequirement = 62, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonBladeVortecies"] = { name = "ProphecySummonBladeVortecies", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summoned_monsters_are_minions", }, levels = { [1] = {3, 135, levelRequirement = 20, statInterpolation = {1}, cost = { }, }, [2] = {4, 135, levelRequirement = 40, statInterpolation = {1}, cost = { }, }, [3] = {5, 135, levelRequirement = 60, statInterpolation = {1}, cost = { }, }, [4] = {6, 135, levelRequirement = 70, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ProphecyGoreSunder"] = { name = "Sunder", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shockwave_slam_explosion_damage_+%_final", "active_skill_attack_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-80, -15, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
怪物提供的经验值提高 250%
掉落的物品稀有度提高 5500%
Id | MonsterQuestBossAct4__ |
---|---|
Family | MonsterActBoss |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
drop additional rare items [3]
Id | ProphecyAdditionalRareItemsBoss |
---|---|
Family | MonsterDropAdditionalRareItems |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |