Эхо Малигаро
Демон
monster base type attack cast speed +% and damage -% final [33]
Монстры дают повышенный на 250% опыт
5500% увеличение редкости выпадающих предметов
drop additional rare items [3]
Echo of Maligaro
SpectreN
Tagsbludgeoning_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%
Energy Shield From Life
50%
Уклонение
+50%
Ailment Threshold
600%
Сопротивление
0 85 0 0
Damage
200%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
115%
Type
MaligaroProphecy
Metadata
MaligaroProphecy
Уровень
68
Здоровье
38,600
Броня
28,790
Уклонение
7,109
Энергетический щит
3,064
Damage
747
Урон от чар
747
Точность
290
Attack Time
1.5
Опыт
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 598–897
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ProphecyGoreSunder
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Раскол
Base Damage: 598–897
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Перезарядка: 2.5 сек.
Герой сотрясает землю булавой, скипетром, топором или посохом, создавая волну взрытой почвы, которая наносит урон врагам в области перед героем. Каждый задетый волной противник создаёт дополнительную ударную волну, наносящую урон врагам вокруг.
Скорость атаки на 15% меньше
Ударные волны наносят на 80% меньше урона
active skill area of effect radius +% final [-50]
is area damage [1]
ProphecySummonBladeVortecies
Spell, Multicastable, Triggerable
Время применения: 1 сек.
Перезарядка: 12 сек.
alternate minion [135]
number of monsters to summon [5]
summoned monsters are minions [1]
ProphecyVaalFlameBlast
Spell, Damage, Area, Totemable, Vaal, Fire, AreaSpell
Пламенный взрыв ваал
Эффективность добавленного урона: 50%
Время применения: 1 сек.
Перезарядка: 5 сек.
Герой указывает область в которой начинает подготовку мощный взрыв. Взрыв происходит при накоплении 10 зарядов.
Наносит от 200.3 до 300.4 урона от огня
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]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domainsмонстр (3)
GenerationTypeУникальный (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Монстры дают повышенный на 250% опыт
    5500% увеличение редкости выпадающих предметов
    IdMonsterQuestBossAct4__
    FamilyMonsterActBoss
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 5500 Max: 5500 Global
  • drop additional rare items [3]
    IdProphecyAdditionalRareItemsBoss
    FamilyMonsterDropAdditionalRareItems
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • drop additional rare items Min: 3 Max: 3 Global
  • Edit

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