Eco de Malígaro
Demonio
monster base type attack cast speed +% and damage -% final [33]
La rareza de los objetos arrojados está aumentada un 5500%
Los monstruos otorgan la experiencia aumentada un 250%
drop additional rare items [3]
Echo of Maligaro
SpectreN
Tagsbludgeoning_weapon, Lanzador de hechizos, 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
Vida
600%
Energy Shield From Life
50%
Evasión
+50%
Ailment Threshold
600%
Resistencia
0 85 0 0
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
115%
Type
MaligaroProphecy
Metadata
MaligaroProphecy
Nivel
68
Vida
38,600
Armaduras
28,790
Evasión
7,109
Escudo de energía
3,064
Damage
747
Daño de hechizos
747
Precisión
290
Attack Time
1.5
Experiencia
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
Ataque estándar
Base Damage: 598–897
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ProphecyGoreSunder
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Fisurar
Base Damage: 598–897
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 2.5 seg
Golpea el suelo con una maza, un cetro, un hacha o un báculo y crea una ola de tierra quebrada que hace daño a los enemigos en un área frente a ti. Los enemigos golpeados por la ola liberan una onda circular y hacen daño a otros enemigos de su alrededor.
15% menos Velocidad de Ataque
Las Ondas Sísmicas infligen 80% menos Daño
active skill area of effect radius +% final [-50]
is area damage [1]
ProphecySummonBladeVortecies
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 12 seg
alternate minion [135]
number of monsters to summon [5]
summoned monsters are minions [1]
ProphecyVaalFlameBlast
Spell, Damage, Area, Totemable, Vaal, Fire, AreaSpell
Explosión de llamas vaal
Efectividad del daño agregado: 50%
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 5 seg
Selecciona un área como objetivo y forma una gran explosión. La velocidad de formación de la explosión se basa en la velocidad de lanzamiento de hechizos. La explosión se produce cuando alcanza 10 acumulaciones.
Inflige de 200.3 a 300.4 de daño de fuego
Velocidad de lanzamiento de hechizos aumentada un 35%
100% de probabilidad de quemar a los enemigos
110% más de daño de hechizos por cada fase
110% más de daño con estados alterados por cada fase
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
Domainsmonstruo (3)
GenerationTypeúnico (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
    La rareza de los objetos arrojados está aumentada un 5500%
    Los monstruos otorgan la experiencia aumentada un 250%
    IdMonsterQuestBossAct4__
    FamilyMonsterActBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (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.