MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Daluatti, Invocador de rocas
Humanoide
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [0]
monster no map drops [1]
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
Daluatti, Stoneraiser
Spectre
AreaCapilla secundaria, Capilla secundaria
TagsLanzador de hechizos, has_one_hand_sword, has_one_handed_melee, human, humanoid, large_height, mail_armour, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, vaalsidearea_boss
Vida
180%
Evasión
+50%
Ailment Threshold
180%
Resistencia
IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
Damage
204%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.695 Second
Damage Spread
±20%
Experiencia
200%
Model Size
110%
Type
VaalSideAreaBossVendigo
Metadata
VaalSideAreaBoss2
Nivel
68
Vida
11,580
Armadura
28,790
Evasión
7,109
Damage
762
Daño de hechizos
762
Precisión
580
Attack Time
1.695
Experiencia
20,510
Minion Life
2,512
Minion Damage
609
Ailment Threshold
11,580
Chill
37
Shock
37
Brittle
207
Scorch
37
Sap
101
Phys Convert Ele
240%
VaalSideAreaBossVendigoCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Hendidura
Base Damage: 610914
Probabilidad de golpe crítico: 5%
Attack Time: 1.695 seg
El personaje golpea en arco con su arma (o ambas armas si empuña dos) para infligir daño a los monstruos en un área delante de él. Solo funciona con hachas y espadas.
Cuando usas doble empuñadura, inflige el 60% del daño de cada arma combinado
Daño físico aumentado un 31%
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
iconcleave
VaalSideAreaVendigoBonespire
Spell, Area, Duration, Damage, AreaSpell, Triggerable
Degeneración del talismán
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 10 seg
La duración base es de 5 segundos
Provoca 20 estallidos
cannot stun [1]
corrupted blood on hit % average damage to deal per minute per stack [25]
corrupted blood on hit duration [5000]
spell maximum base physical damage [121.8]
spell minimum base physical damage [101.5]
VendigoFlickerStrike
Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
Golpe repentino
Base Damage: 610914
Probabilidad de golpe crítico: 5%
Attack Time: 1.695 seg
Tiempo de recarga: 2 seg
Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga un efecto beneficioso que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
Inflige un 10% más de daño
Velocidad de ataque aumentada un 30%
Velocidad de ataque aumentada un 10% por cada carga de frenesí
ignores proximity shield [1]
iconblinkstrike
SummonBladeVortexDaemon
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 5 seg
alternate minion [220]
monster no drops or experience [1]
number of monsters to summon [1]
summoned monsters are minions [1]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 610914
Probabilidad de golpe crítico: 5%
Attack Time: 1.695 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	scale = 90
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VaalSideAreaBosses/VaalSideAreaBoss2"] = {
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    name = "Daluatti, Stoneraiser",
    life = 1.8,
    damage = 2.04,
    damageSpread = 0.2,
    attackTime = 1.695,
    attackRange = 14,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    skillList = {
        "VaalSideAreaBossVendigoCleave",
        "MeleeAtAnimationSpeedUnique",
        "VendigoFlickerStrike",
        "SummonBladeVortexDaemon",
        "VaalSideAreaVendigoBonespire",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalSideAreaBossVendigoCleave"] = {
    name = "Cleave",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ThresholdJewelArea] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_merged_damage_+%_final_while_dual_wielding",
        "physical_damage_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "skill_double_hits_when_dual_wielding",
    },
    levels = {
        [1] = {-40, 31, -20, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VendigoFlickerStrike"] = {
    name = "Flicker Strike",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Movement] = true,
        [SkillType.Duration] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_speed_+%",
        "base_attack_speed_+%_per_frenzy_charge",
        "active_skill_damage_+%_final",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {30, 10, 10, levelRequirement = 13, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonBladeVortexDaemon"] = {
    name = "SummonBladeVortexDaemon",
    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",
        "monster_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 220, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalSideAreaVendigoBonespire"] = {
    name = "Talisman Degen",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "upheaval_number_of_spikes",
        "corrupted_blood_on_hit_duration",
        "corrupted_blood_on_hit_%_average_damage_to_deal_per_minute_per_stack",
        "base_skill_effect_duration",
        "cannot_stun",
    },
    levels = {
        [1] = {0.5, 0.60000002384186, 20, 5000, 25, 5000, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster dropped item rarity +% [0]
FamilyMonsterSideAreaBoss
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster dropped item rarity +% 0 0 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster no map drops 1 1 Global — Valor fijo
  • monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    FamilyMonsterMercilessDrops
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% 300 300 Global
  • monster additional quantity of dropped items in cruel +% 300 300 Global
  • monster additional rarity of dropped items in merciless +% 600 600 Global
  • monster additional quantity of dropped items in merciless +% 600 600 Global
  • Edit

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