Student of Brutality
ปีศาจ
ด่าน: The Putrid Cloister
Spectre | Y |
---|---|
Area | The Putrid Cloister |
Tags | นักเวท, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, putrid_monster, red_blood, undying |
Packs |
พลังชีวิต
120%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
120%
ค่าต้านทาน
37 37 37 0
Damage
150%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
115%
Type
CityStalkerElite
Metadata
CityStalkerMaleCasterArmourUniqueMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
79
พลังชีวิต
24,265
ค่าเกราะ
101,985
การหลบหลีก
7,581
โล่พลังงาน
0
Damage
1,073
ความเสียหายเวท
1,073
ความแม่นยำ
444
Attack Time
1.245
ค่าประสบการณ์
15,059
Ailment Threshold
24,265
Chill
77
Shock
77
Brittle
434
Scorch
77
Sap
212
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 858–1288
โอกาสคริติคอล: 5%
Attack Time: 1.245 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DelayedBlast
Spell, Damage, Area, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 1.3 วินาที
สร้างความเสียหาย กายภาพ 708.9 ถึง 1063
is area damage [1]
is area damage [1]
MonsterProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 18 วินาที
คุณจะไม่ได้รับความเสียหายโดยตรงจากศัตรูที่อยู่นอกโล่
inside shield [#]
ระยะเวลาพื้นฐาน 8 วินาที
DelayedBlastSpectre
Spell, Damage, Area, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 1.3 วินาที
สร้างความเสียหาย กายภาพ 425.3 ถึง 638
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerMaleCasterArmourUniqueMap"] = { name = "Student of Brutality", life = 1.2, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "DelayedBlast", "DelayedBlastSpectre", "MonsterProximityShield", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelayedBlast"] = { name = "DelayedBlast", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelayedBlastSpectre"] = { name = "DelayedBlastSpectre", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterProximityShield"] = { name = "MonsterProximityShield", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {8000, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Student of Brutality
ปีศาจ
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Spectre | Y |
---|---|
Tags | นักเวท, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, putrid_monster, red_blood, undying |
Packs |
พลังชีวิต
156%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
156%
ค่าต้านทาน
37 37 37 0
Damage
150%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
115%
Type
CityStalkerEliteUniqueMapSummoned
Metadata
CityStalkerMaleCasterArmourUniqueMapSummoned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
10,036
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
560
ความเสียหายเวท
560
ความแม่นยำ
290
Attack Time
1.245
ค่าประสบการณ์
12,306
Ailment Threshold
10,036
Chill
32
Shock
32
Brittle
180
Scorch
32
Sap
88
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 448–672
โอกาสคริติคอล: 5%
Attack Time: 1.245 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DelayedBlast
Spell, Damage, Area, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 1.3 วินาที
สร้างความเสียหาย กายภาพ 460.5 ถึง 690.7
is area damage [1]
is area damage [1]
MonsterProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 18 วินาที
คุณจะไม่ได้รับความเสียหายโดยตรงจากศัตรูที่อยู่นอกโล่
inside shield [#]
ระยะเวลาพื้นฐาน 8 วินาที
DelayedBlastSpectre
Spell, Damage, Area, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 1.3 วินาที
สร้างความเสียหาย กายภาพ 276.3 ถึง 414.4
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerMaleCasterArmourUniqueMapSummoned"] = { name = "Student of Brutality", life = 1.56, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "DelayedBlast", "DelayedBlastSpectre", "MonsterProximityShield", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelayedBlast"] = { name = "DelayedBlast", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelayedBlastSpectre"] = { name = "DelayedBlastSpectre", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterProximityShield"] = { name = "MonsterProximityShield", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {8000, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.