MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Eco de los Vaal
Constructo
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [4500]
monster slain experience +% [250]
cannot be taunted when taunted ms [0]
drop additional rare items [3]
Echo of the Vaal
Spectre
TagsLanzador de hechizos, cold_affinity, construct, extra_extra_large_height, fire_affinity, hard_armour, is_unarmed, large_model, not_dex, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement
Vida
850%
Armadura
+50%
Ailment Threshold
850%
Resistencia
IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
Damage
595%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 7
Attack Time
4.005 Second
Damage Spread
±20%
Experiencia
170%
Model Size
100%
Type
IncaShadowMonsterProphecy
Metadata
Oversoul
Nivel
68
Vida
54,683
Armadura
43,185
Evasión
4,739
Damage
2,223
Daño de hechizos
2,223
Precisión
580
Attack Time
4.005
Experiencia
17,434
Minion Life
11,861
Minion Damage
1,775
Ailment Threshold
54,683
Chill
173
Shock
173
Brittle
978
Scorch
173
Sap
478
Phys Convert Ele
240%
IncaBossSprayMaps
Spell, Damage
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 3.6 seg
La duración base es de 8 segundos
always pierce [1]
base is projectile [1]
projectile uses contact direction [1]
projectile uses contact position [1]
IncaBossTravel
Spell
Tiempo de lanzamiento: 1 seg
La duración base es de 5 segundos
IncaBossExplosion
Spell, Damage, Area, AreaSpell
Tiempo de lanzamiento: 2.25 seg
Inflige un 37.5% menos de daño de ataque
Inflige un 6% menos de daño
El 50% del daño físico se convierte en daño de fuego
apply gauntlet ruin on hit [1]
global cannot crit [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
IncaBossSummon
Spell, Minion, CreatesMinion
Tiempo de lanzamiento: 4 seg
40% más de velocidad de lanzamiento de hechizos
base is projectile [1]
is area damage [1]
number of inca minions allowed [8]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum base physical damage [249.6]
spell minimum base physical damage [166.4]
ProphecyOversoulFreezingPulse
Spell, Projectile, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, ProjectilesNotFromUser
Pulso congelante del jefe inca
Probabilidad de golpe crítico: 6%
Tiempo de lanzamiento: 0.65 seg
Velocidad de lanzamiento de hechizos reducida un 30%
Velocidad de proyectiles aumentada un 120%
always pierce [1]
base is projectile [1]
skill repeat count [2]
spell maximum base cold damage [1016]
spell minimum base cold damage [677.1]
FreezingPulse

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	cannot_be_knocked_back = 1
}

Actor
{
	basic_action = "Emerge"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance3"
	slow_animations_go_to_idle = false
}

-- src\Data\Spectres.lua
minions["Metadata/Monsters/Prophecy/Oversoul"] = {
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    name = "Echo of the Vaal",
    life = 8.5,
    damage = 5.95,
    damageSpread = 0.2,
    attackTime = 4.005,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "ProphecyOversoulFreezingPulse",
        "IncaBossExplosion",
        "IncaBossSummon",
        "IncaBossTravel",
        "IncaBossSprayMaps",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyOversoulFreezingPulse"] = {
    name = "Inca Boss Freezing Pulse",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.65,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_projectile_speed_+%",
        "base_cast_speed_+%",
        "skill_repeat_count",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 120, -30, 2, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncaBossExplosion"] = {
    name = "IncaBossExplosion",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.25,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "global_cannot_crit",
        "apply_gauntlet_ruin_on_hit",
    },
    levels = {
        [1] = {-61, 50, -25, baseMultiplier = 0.625, levelRequirement = 23, statInterpolation = {1},  cost = { }, },
        [2] = {-41, 50, -25, baseMultiplier = 0.625, levelRequirement = 48, statInterpolation = {1},  cost = { }, },
        [3] = {-3, 50, -25, baseMultiplier = 0.625, levelRequirement = 63, statInterpolation = {1},  cost = { }, },
        [4] = {-4, 50, -25, baseMultiplier = 0.625, levelRequirement = 66, statInterpolation = {1},  cost = { }, },
        [5] = {-5, 50, -25, baseMultiplier = 0.625, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
        [6] = {-6, 50, -25, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        [7] = {-7, 50, -25, baseMultiplier = 0.625, levelRequirement = 69, statInterpolation = {1},  cost = { }, },
        [8] = {-8, 50, -25, baseMultiplier = 0.625, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
        [9] = {-10, 50, -25, baseMultiplier = 0.625, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
        [10] = {-12, 50, -25, baseMultiplier = 0.625, levelRequirement = 72, statInterpolation = {1},  cost = { }, },
        [11] = {-14, 50, -25, baseMultiplier = 0.625, levelRequirement = 73, statInterpolation = {1},  cost = { }, },
        [12] = {-17, 50, -25, baseMultiplier = 0.625, levelRequirement = 74, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncaBossSummon"] = {
    name = "IncaBossSummon",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "number_of_inca_minions_allowed",
        "active_skill_cast_speed_+%_final",
        "is_area_damage",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 8, 40, levelRequirement = 23, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 8, 40, levelRequirement = 63, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 8, 40, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncaBossTravel"] = {
    name = "IncaBossTravel",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {7000, levelRequirement = 23, statInterpolation = {1},  cost = { }, },
        [2] = {6000, levelRequirement = 48, statInterpolation = {1},  cost = { }, },
        [3] = {5000, levelRequirement = 63, statInterpolation = {1},  cost = { }, },
        [4] = {4000, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
        [5] = {3000, levelRequirement = 74, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncaBossSprayMaps"] = {
    name = "IncaBossSprayMaps",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.6,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
        "always_pierce",
        "base_is_projectile",
    },
    levels = {
        [1] = {8000, critChance = 5, levelRequirement = 23, statInterpolation = {},  cost = { }, },
        [2] = {8000, critChance = 5, levelRequirement = 67, statInterpolation = {},  cost = { }, },
    },
}
monster dropped item rarity +% [4500]
monster slain experience +% [250]
FamilyMonsterActBoss
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster slain experience +% 250 250 Global
  • monster dropped item rarity +% 4500 4500 Global
  • cannot be taunted when taunted ms [0]
    FamilyTauntImmunityDuration
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be taunted when taunted ms 0 0 Global
  • drop additional rare items [3]
    FamilyMonsterDropAdditionalRareItems
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • drop additional rare items 3 3 Global
  • Edit

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