ค้างคาวหวีดร้องติดโรคร้าย
สัตว์ร้าย
ทนทานต่อ ป้อมกายภาพ
ทะลุมิติ
suppress phasing visual [1]
ไม่ถูก ผลักออกไป
immune to petrification [1]
unaffected by temporal tower [1]
ทะลุมิติ
suppress phasing visual [1]
ไม่ถูก ผลักออกไป
immune to petrification [1]
unaffected by temporal tower [1]
ไม่ติดสถานะ มึนงง
Blighted Shrieker
Spectre | N |
---|---|
Tags | beast, blight_monster, นักเวท, flesh_armour, flying, is_unarmed, lightning_affinity, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, red_blood, very_slow_movement |
พลังชีวิต
500%
การหลบหลีก
+20%
Ailment Threshold
500%
ค่าต้านทาน
0 0 40 0
Damage
160%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
BlightPhysicalBat
Metadata
BlightPhysicalBat
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
32,167
ค่าเกราะ
28,790
การหลบหลีก
5,687
โล่พลังงาน
0
Damage
598
ความเสียหายเวท
598
ความแม่นยำ
290
Attack Time
1.005
ค่าประสบการณ์
10,255
Ailment Threshold
32,167
Chill
102
Shock
102
Brittle
575
Scorch
102
Sap
281
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).
BatScreech
Spell, Multicastable, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 1 วินาที
คูลดาวน์: 4 วินาที
สร้างความเสียหาย สายฟ้า 899.4 ถึง 1349
is area damage [1]
is area damage [1]
BatScreechGeometrySpell
Spell, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 1 วินาที
คูลดาวน์: 4 วินาที
สร้างความเสียหาย สายฟ้า 1012 ถึง 1519
มีโอกาสสร้างสถานะ ช็อค ต่อศัตรู 20%
is area damage [1]
มีโอกาสสร้างสถานะ ช็อค ต่อศัตรู 20%
is area damage [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 478–717
โอกาสคริติคอล: 5%
Attack Time: 1.005 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink" Render { //turn_duration = 0.3 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBlight/Physical/BlightPhysicalBat"] = { name = "Blighted Shrieker", life = 5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.6, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, skillList = { "Melee", "BatScreech", "BatScreechGeometrySpell", }, 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["BatScreech"] = { name = "BatScreech", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {2.2000000476837, 3.2999999523163, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BatScreechGeometrySpell"] = { name = "BatScreechGeometrySpell", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {2.2000000476837, 3.2999999523163, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
ทนทานต่อ ป้อมกายภาพ
Id | BlightPhysicalType_ |
---|---|
Family | BlightMonsterType |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
ทะลุมิติ
suppress phasing visual [1]
Id | BlightPhasing |
---|---|
Family | Phasing |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
ไม่ถูก ผลักออกไป
Id | MonsterCannotBeKnockedBack |
---|---|
Family | CannotBeKnockedBack |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
immune to petrification [1]
Id | ImmuneToPetrification__ |
---|---|
Family | ImmuneToPetrification |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
unaffected by temporal tower [1]
Id | BlightUnaffectedByTemporalTower |
---|---|
Family | BlightUnaffectedByTower |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
ไม่ติดสถานะ มึนงง
Id | MonsterCannotBeStunned1 |
---|---|
Name | Steadfast |
Family | MonsterCannotBeStunned |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Spawn Tags | not_str: 0 default: 1000 |