疣瘡毒蛛
野獸
Wart Arach
幽魂Y
幽魂 取代Metadata/Monsters/LeagueUltimatum/Spider/BulbSpiderSmallSpectre
標籤animal_claw_weapon, beast, chaos_affinity, flesh_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, insect_blood, medium_movement, melee, not_int, not_str, physical_affinity, spawner_cannot_spawn_as_rare, spider
生命
189%
閃避
+60%
異常狀態臨界值
189%
抗性
0 0 0 0
傷害
117%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 12
攻擊間隔
1.065 秒
傷害分佈
±20%
經驗值
65%
Model Size
120%
類型
VaalBulbSpiderUltimatum
Metadata
BulbSpiderSmall_
等級
68
生命
12,159
護甲
28,790
閃避
7,582
能量護盾
0
傷害
437
法術傷害
437
命中
290
攻擊間隔
1.065
經驗值
6,666
異常狀態臨界值
12,159
冰緩
38
感電
38
易碎
218
焦灼
38
殘喘
106
MeleePartialChaos
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 350–524
暴擊率: 5%
攻擊傷害: 75%
攻擊間隔: 1.065 秒
用強大的攻擊擊倒敵人。
造成 25% 更少攻擊傷害
25% 物理傷害轉化至混沌傷害
skill can fire arrows [1]
skill can fire wand projectiles [1]
visual hit effect chaos is green [1]
MeleeSpiderWebAttach
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 陷阱技能, 地雷技能, 圖騰技能, 可觸發, 範圍
誘捕箭矢
基本傷害: 350–524
暴擊率: 5%
攻擊間隔: 1.065 秒
冷卻時間: 8 秒
朝最終目標後的地面發射一支箭矢,並栓住靠近的敵人。被誘捕的敵人視為移動中,且試圖逃脫誘捕時有較少的移動速度。若敵人離開範圍效果誘捕將失效。
+10 秒基礎持續時間
減少 30% 投射物速度
每次誘捕對普通或魔法敵人套用 10% 更少移動速度
每次誘捕對稀有敵人套用 10% 更少移動速度
每次誘捕對傳奇敵人套用 10% 更少移動速度
每個敵人最多 3 次誘捕
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Spider/BulbSpiderSmall_"] = {
    name = "Wart Arach",
    life = 1.89,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.17,
    damageSpread = 0.2,
    attackTime = 1.065,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "MeleePartialChaos",
        "MeleeSpiderWebAttach",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleePartialChaos"] = {
    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 = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_chaos",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "visual_hit_effect_chaos_is_green",
    },
    levels = {
        [1] = {0, 25, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeSpiderWebAttach"] = {
    name = "Ensnaring Arrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arrow that remains in the ground behind its final target, tethering that enemy to it. Ensnared enemies always count as moving, and have less movement speed while trying to break the snare. The snare will break if they leave the area of effect.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1.7,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "tethered_movement_speed_+%_final_per_rope",
        "tethered_movement_speed_+%_final_per_rope_vs_rare",
        "tethered_movement_speed_+%_final_per_rope_vs_unique",
        "tethering_arrow_display_rope_limit",
        "main_hand_base_maximum_attack_distance",
        "base_projectile_speed_+%",
        "base_skill_effect_duration",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "base_deal_no_damage",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {-10, -10, -10, 3, 35, -30, 10000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
疣瘡毒蛛
野獸
Wart Arach
幽魂Y
標籤animal_claw_weapon, beast, chaos_affinity, flesh_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, insect_blood, medium_movement, melee, not_int, not_str, physical_affinity, spawner_cannot_spawn_as_rare, spider
生命
189%
閃避
+60%
異常狀態臨界值
189%
抗性
0 0 0 0
傷害
117%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 12
攻擊間隔
1.065 秒
傷害分佈
±20%
經驗值
65%
Model Size
120%
類型
VaalBulbSpiderUltimatum
Metadata
BulbSpiderSmallSpectre
等級
68
生命
12,159
護甲
28,790
閃避
7,582
能量護盾
0
傷害
437
法術傷害
437
命中
290
攻擊間隔
1.065
經驗值
6,666
異常狀態臨界值
12,159
冰緩
38
感電
38
易碎
218
焦灼
38
殘喘
106
MeleePartialChaos
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 350–524
暴擊率: 5%
攻擊傷害: 75%
攻擊間隔: 1.065 秒
用強大的攻擊擊倒敵人。
造成 25% 更少攻擊傷害
25% 物理傷害轉化至混沌傷害
skill can fire arrows [1]
skill can fire wand projectiles [1]
visual hit effect chaos is green [1]
MeleeSpiderWebAttach
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 陷阱技能, 地雷技能, 圖騰技能, 可觸發, 範圍
誘捕箭矢
基本傷害: 350–524
暴擊率: 5%
攻擊間隔: 1.065 秒
冷卻時間: 8 秒
朝最終目標後的地面發射一支箭矢,並栓住靠近的敵人。被誘捕的敵人視為移動中,且試圖逃脫誘捕時有較少的移動速度。若敵人離開範圍效果誘捕將失效。
+10 秒基礎持續時間
減少 30% 投射物速度
每次誘捕對普通或魔法敵人套用 10% 更少移動速度
每次誘捕對稀有敵人套用 10% 更少移動速度
每次誘捕對傳奇敵人套用 10% 更少移動速度
每個敵人最多 3 次誘捕
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Spider/BulbSpiderSmallSpectre"] = {
    name = "Wart Arach",
    life = 1.89,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.17,
    damageSpread = 0.2,
    attackTime = 1.065,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "MeleePartialChaos",
        "MeleeSpiderWebAttach",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleePartialChaos"] = {
    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 = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_chaos",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "visual_hit_effect_chaos_is_green",
    },
    levels = {
        [1] = {0, 25, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeSpiderWebAttach"] = {
    name = "Ensnaring Arrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arrow that remains in the ground behind its final target, tethering that enemy to it. Ensnared enemies always count as moving, and have less movement speed while trying to break the snare. The snare will break if they leave the area of effect.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1.7,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "tethered_movement_speed_+%_final_per_rope",
        "tethered_movement_speed_+%_final_per_rope_vs_rare",
        "tethered_movement_speed_+%_final_per_rope_vs_unique",
        "tethering_arrow_display_rope_limit",
        "main_hand_base_maximum_attack_distance",
        "base_projectile_speed_+%",
        "base_skill_effect_duration",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "base_deal_no_damage",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {-10, -10, -10, 3, 35, -30, 10000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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