นักธนูโบราณติดโรคร้าย
อันเดด
undead description [1]
Blighted Ancient Archer
Spectre | N |
---|---|
Tags | blight_monster, bone_armour, bones, has_bow, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement |
พลังชีวิต
480%
การหลบหลีก
+10%
Ailment Threshold
480%
ค่าต้านทาน
20 20 20 0
Damage
90%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.32 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
BlightSkeletonBow
Metadata
SkeletonBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
30,880
ค่าเกราะ
28,790
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
336
ความเสียหายเวท
336
ความแม่นยำ
290
Attack Time
1.32
ค่าประสบการณ์
12,306
Ailment Threshold
30,880
Chill
98
Shock
98
Brittle
552
Scorch
98
Sap
270
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 269–403
โอกาสคริติคอล: 5%
Attack Time: 1.32 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BlightSkeletonRainOfArrows
Attack, RangedAttack, MirageArcherCanUse, Area, ProjectileSpeed, ProjectileNumber, Totemable, Trappable, Mineable, Triggerable, Rain
ฝนลูกธนู (Rain of Arrows)
Base Damage: 269–403
โอกาสคริติคอล: 5%
Attack Time: 1.32 วินาที
ยิงศรหลายดอกขึ้นสู่ฟากฟ้า ซึ่งหลังจากนั้นไม่นานจะตกลงมาเป็นชุด เริ่มจากตำแหน่งเป้าหมายและกระจายออกไปรอบทิศทาง ศรแต่ละดอกจะสร้างความเสียหายในพื้นที่รอบๆ จุดที่มันตก และศรครึ่งหนึ่งจะตกที่เป้าหมายโดยตรงหากมีเป้าหมายอยู่ในระยะ
ยิงศร เพิ่มเติม 10 ดอก
base is projectile [1]
cannot pierce [1]
is area damage [1]
skill can fire arrows [1]
base is projectile [1]
cannot pierce [1]
is area damage [1]
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBase" Actor { main_hand_unarmed_type = "Bow" basic_action = "Emerge" basic_action = "Revive" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBase" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" } Render { //turn_duration = 0.35 } Actor { on_start_Revive = "ShowMinimapIcon();" } Life { corpse_sink_delay_ms = 5000 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBlight/Generic/SkeletonBow"] = { name = "Blighted Ancient Archer", life = 4.8, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 0.9, damageSpread = 0.2, attackTime = 1.32, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "BlightSkeletonRainOfArrows", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightSkeletonRainOfArrows"] = { name = "Rain of Arrows", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires multiple arrows into the air, to land in sequence after a delay, starting at the targeted location and spreading outwards in all directions. Each arrow deals damage in an area around it. Half of the arrows will land directly on targets if there are targets in their range.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Rain] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_arrows", "base_is_projectile", "is_area_damage", "skill_can_fire_arrows", "cannot_pierce", }, levels = { [1] = {10, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
undead description [1]
Id | MonsterNecromancerRaisable |
---|---|
Family | MonsterNecromancerRaisable |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Adds Tags | necromancer_raisable |