風を切る者、ズアトル
人型
エリア: 僻地の運河
移動スピードが20%増加する
ドロップするアイテムのレアリティが%増加する
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
Area僻地の運河, 僻地の運河
Tagsキャスター, 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
ライフ
180%
回避力
+50%
Ailment Threshold
180%
耐性
30 30 30 20
Damage
120%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 40
Attack Time
1.455 Second
Damage Spread
±20%
経験値
200%
Model Size
110%
Type
VaalSideAreaBossBlackguardScout
Metadata
VaalSideAreaBoss4
レベル
68
ライフ
11,580
防具
28,790
回避力
7,109
エナジーシールド
0
Damage
448
スペルダメージ
448
命中
290
Attack Time
1.455
経験値
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
アイススピアー
クリティカル率: 5%
キャストタイム: 0.85 秒
クールダウン時間: 8 秒
氷の破片を連続して発射する。短い距離を移動後、これらの氷の破片は第二形態に変化し、投射物の速度が早くなり、全ての敵を貫通するようになる。
586.2から799.4の冷気ダメージを与える
4回繰り返す
キャストスピードが70%上昇する
追加の投射物を12個放つ
放射状に投射物を放つ
第二形態はクリティカル率が5000%増加する
敵を凍結させることができない
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
スプリットアロー
Base Damage: 359–538
クリティカル率: 5%
Attack Time: 1.455 秒
クールダウン時間: 2 秒
異なる対象に複数の矢を放つ。
ダメージが40%低下する
追加の矢を5本放つ
物理ダメージが12%増加する
アタックスピードが80%増加する
projectile uses contact position [1]
skill can fire arrows [1]
ExileRangerFireStormCascade
Spell, Damage, Area, Fire, Triggerable, AreaSpell
キャストタイム: 1 秒
クールダウン時間: 6 秒
基礎持続時間は2
サブの基礎持続時間は1.5
362.8から906.9の火ダメージを与える
0.19秒ごとに一回の衝突
バーストの回数が+10回される
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
バラージ
Base Damage: 359–538
クリティカル率: 5%
アタックダメージ: 200%
アタックダメージ: 200%
Attack Time: 1.455 秒
短い準備時間の後、弓またはワンドで独立した投射物を繰り返し放つ。この攻撃はわずかにランダムなばらつきを持つ。このスキルはトリガーできない。
アタックダメージが100%上昇する
ダメージが80%低下する
追加の投射物を6個放つ
連続して投射物を放つ
アタックスピードが40%低下する
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 = { }, },
    },
}
移動スピードが20%増加する
IdMonsterImplicitFastRun4
FamilyMovementVelocity
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • base movement velocity +% Min: 20 Max: 20 Global
  • Craft Tagsspeed
    ドロップするアイテムのレアリティが%増加する
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (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
    Domainsモンスター (3)
    GenerationTypeユニーク (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.