사마귀 거미
야수
Wart Arach
SpectreY
Spectre OverrideMetadata/Monsters/LeagueUltimatum/Spider/BulbSpiderSmallSpectre
Tagsanimal_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%
Ailment Threshold
189%
저항
0 0 0 0
Damage
117%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
4 ~ 12
Attack Time
1.065 Second
Damage Spread
±20%
경험치
65%
Model Size
120%
Type
VaalBulbSpiderUltimatum
Metadata
BulbSpiderSmall_
레벨
68
생명력
12,159
방어구
28,790
회피
7,582
에너지 보호막
0
Damage
437
주문 피해
437
정확도
290
Attack Time
1.065
경험치
6,666
Ailment Threshold
12,159
Chill
38
Shock
38
Brittle
218
Scorch
38
Sap
106
MeleePartialChaos
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 350–524
치명타 확률: 5%
공격 피해: 75%
Attack Time: 1.065 초
강력한 일격으로 적들을 쓰러트립니다.
주는 공격 피해 25% 감폭
물리 피해의 25%를 카오스 피해로 전환
skill can fire arrows [1]
skill can fire wand projectiles [1]
visual hit effect chaos is green [1]
MeleeSpiderWebAttach
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, Triggerable, Area
올가미 화살
Base Damage: 350–524
치명타 확률: 5%
Attack Time: 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
SpectreY
Tagsanimal_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%
Ailment Threshold
189%
저항
0 0 0 0
Damage
117%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
4 ~ 12
Attack Time
1.065 Second
Damage Spread
±20%
경험치
65%
Model Size
120%
Type
VaalBulbSpiderUltimatum
Metadata
BulbSpiderSmallSpectre
레벨
68
생명력
12,159
방어구
28,790
회피
7,582
에너지 보호막
0
Damage
437
주문 피해
437
정확도
290
Attack Time
1.065
경험치
6,666
Ailment Threshold
12,159
Chill
38
Shock
38
Brittle
218
Scorch
38
Sap
106
MeleePartialChaos
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 350–524
치명타 확률: 5%
공격 피해: 75%
Attack Time: 1.065 초
강력한 일격으로 적들을 쓰러트립니다.
주는 공격 피해 25% 감폭
물리 피해의 25%를 카오스 피해로 전환
skill can fire arrows [1]
skill can fire wand projectiles [1]
visual hit effect chaos is green [1]
MeleeSpiderWebAttach
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, Triggerable, Area
올가미 화살
Base Damage: 350–524
치명타 확률: 5%
Attack Time: 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.