Xuatl, Vento Cortante
Humanóide
Velocidade de Movimento aumentada em 20%
Raridade dos Itens Derrubados aumentada em %
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]
Xuatl, Cutting Wind
SpectreN
AreaCanal Isolado, Canal Isolado
TagsConjurador, cold_affinity, fire_affinity, has_bow, human, humanoid, light_armour, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, vaalsidearea_boss
Vida
180%
Evasão
+50%
Ailment Threshold
180%
Resistência
30 30 30 20
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.455 Second
Damage Spread
±20%
Experiência
200%
Model Size
110%
Type
VaalSideAreaBossBlackguardScout
Metadata
VaalSideAreaBoss4
Nível
68
Vida
11,580
Armadura
28,790
Evasão
7,109
Escudo de Energia
0
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.455
Experiência
20,510
Ailment Threshold
11,580
Chill
37
Shock
37
Brittle
207
Scorch
37
Sap
101
ExileRangerIceSpear
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
Lança Gélida
Chance de Crítico: 5%
Tempo de Conjuração: 0.85 seg
Recarga: 8 seg
Lança fragmentos de gelo rapidamente e sucessivamente. Após viajar uma curta distância ela se modifica para uma segunda forma, que se move muiot mais rápido e atravessa os inimigos.
Causa 586.2 a 799.4 de Dano de Gelo
Repete 4 vezes
70% mais Velocidade de Conjuração
Dispara 12 Projéteis adicionais
Dispara Projéteis em um círculo
Segunda forma possui um aumento de 5000% de Chance de Crítico
Não Pode Congelar
active skill chill duration +% final [98]
base is projectile [1]
projectile uses contact position [1]
ExileRangerSplitArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Triggerable, Physical
Flecha Dividida
Base Damage: 359–538
Chance de Crítico: 5%
Attack Time: 1.455 seg
Recarga: 2 seg
Atira múltiplas flechas em diferentes alvos.
Causa 40% menos Dano
Dispara 5 Flechas adicionais
Dano Físico aumentado em 12%
Velocidade de Ataque aumentada em 80%
projectile uses contact position [1]
skill can fire arrows [1]
ExileRangerFireStormCascade
Spell, Damage, Area, Fire, Triggerable, AreaSpell
Tempo de Conjuração: 1 seg
Recarga: 6 seg
Duração base é de 2 segundos
Duração Base Secundária é de 1.5 segundos
Causa 362.8 a 906.9 de Dano de Fogo
Um impacto a cada 0.19 segundos
Causa +10 Explosões
active skill area of effect radius +% final [-50]
base skill show average damage instead of dps [1]
is area damage [1]
projectile uses contact position [1]
skill override pvp scaling time ms [450]
VaalSideAreaBossBarrage
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable
Barragem
Base Damage: 359–538
Chance de Crítico: 5%
Dano de Ataque: 200%
Dano de Ataque: 200%
Attack Time: 1.455 seg
Após uma rápida preparação, você atira projéteis individuais repetidamente com um Arco ou Varinha. Estes projéteis têm uma pequena randomização de propagação. Esta habilidade não pode ser Ativada.
Causa 100% mais Dano de Ataque
Causa 80% menos Dano
Dispara 6 Projéteis adicionais
Dispara Projéteis em sequência
40% menos Velocidade de Ataque
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Bow"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
Render
{
     //turn_duration = 0.35
}

Monster
{
}

Life
{
	on_death = "RemoveEffects();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VaalSideAreaBosses/VaalSideAreaBoss4"] = {
    name = "Xuatl, Cutting Wind",
    life = 1.8,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 40,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "ExileRangerSplitArrow",
        "ExileRangerIceSpear",
        "VaalSideAreaBossBarrage",
        "ExileRangerFireStormCascade",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileRangerSplitArrow"] = {
    name = "Split Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires multiple arrows at different targets.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_arrows",
        "physical_damage_+%",
        "active_skill_damage_+%_final",
        "attack_speed_+%",
        "projectile_uses_contact_position",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {5, 12, -40, 80, levelRequirement = 8, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileRangerIceSpear"] = {
    name = "Ice Spear",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_cast_speed_+%_final",
        "base_spell_repeat_count",
        "active_skill_chill_duration_+%_final",
        "ice_spear_second_form_critical_strike_chance_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "never_freeze",
        "projectiles_nova",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {1.1000000238419, 1.5, 50, 2, 98, 5000, 12, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {1.1000000238419, 1.5, 60, 3, 98, 5000, 12, critChance = 5, levelRequirement = 30, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {1.1000000238419, 1.5, 70, 4, 98, 5000, 12, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalSideAreaBossBarrage"] = {
    name = "Barrage",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "After a short preparation time, you fire individual projectiles repeatedly with a Bow or Wand. These projectiles have a small randomised spread. This skill cannot be Triggered.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "projectile_uses_contact_position",
        "projectiles_barrage",
    },
    levels = {
        [1] = {6, -80, -40, 30, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileRangerFireStormCascade"] = {
    name = "ExileRangerFireStormCascade",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Triggerable] = 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",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "skill_override_pvp_scaling_time_ms",
        "upheaval_number_of_spikes",
        "base_secondary_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_show_average_damage_instead_of_dps",
        "is_area_damage",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {1.2000000476837, 3, 2000, 190, 450, 10, 1500, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {1.2000000476837, 3, 2000, 190, 450, 10, 1500, -50, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
        [3] = {1.2000000476837, 3, 2000, 190, 450, 10, 1500, -50, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
Velocidade de Movimento aumentada em 20%
IdMonsterImplicitFastRun4
FamilyMovementVelocity
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • base movement velocity +% Min: 20 Max: 20 Global
  • Craft Tagsspeed
    Raridade dos Itens Derrubados aumentada em %
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 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]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • Edit

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