Student of Brutality
| Spectre | |
|---|---|
| Area | The Putrid Cloister, 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%
ค่าต้านทาน
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.
เลเวล
76
พลังชีวิต
17,934
ค่าเกราะ
80,844
อัตราการหลบหลีก
6,859
Damage
901
ความเสียหายเวท
901
ความแม่นยำ
792
Attack Time
1.245
ค่าประสบการณ์
14,405
Minion Life
3,628
Minion Damage
740
Ailment Threshold
17,934
Chill
57
Shock
57
Brittle
321
Scorch
57
Sap
157
Phys Convert Ele
280%
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: 721—1081
โอกาสคริติคอล: 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]
DelayedBlast
Spell, Damage, Area, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 1.3 วินาที
is area damage [1]
spell maximum base physical damage [913.3]
spell minimum base physical damage [608.9]
MonsterProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 18 วินาที
คุณจะไม่ได้รับความเสียหายโดยตรงจากศัตรูที่อยู่นอกโล่
inside shield [#]
ระยะเวลาพื้นฐาน 8 วินาที
DelayedBlastSpectre
Spell, Damage, Area, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 1.3 วินาที
is area damage [1]
spell maximum base physical damage [548]
spell minimum base physical damage [365.3]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
main_hand_unarmed_type = "One_Hand_Sword"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/CityStalkerMaleCasterArmourUniqueMap"] = {
fireResist = 37,
coldResist = 37,
lightningResist = 37,
chaosResist = 0,
name = "Student of Brutality",
life = 1.2,
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 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 | |
|---|---|
| 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%
ค่าต้านทาน
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
Damage
560
ความเสียหายเวท
560
ความแม่นยำ
580
Attack Time
1.245
ค่าประสบการณ์
12,306
Minion Life
2,177
Minion Damage
447
Ailment Threshold
10,036
Chill
32
Shock
32
Brittle
180
Scorch
32
Sap
88
Phys Convert Ele
240%
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]
DelayedBlast
Spell, Damage, Area, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 1.3 วินาที
is area damage [1]
spell maximum base physical damage [605.1]
spell minimum base physical damage [403.4]
MonsterProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 18 วินาที
คุณจะไม่ได้รับความเสียหายโดยตรงจากศัตรูที่อยู่นอกโล่
inside shield [#]
ระยะเวลาพื้นฐาน 8 วินาที
DelayedBlastSpectre
Spell, Damage, Area, Triggerable, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 1.3 วินาที
is area damage [1]
spell maximum base physical damage [363.1]
spell minimum base physical damage [242.1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
main_hand_unarmed_type = "One_Hand_Sword"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/CityStalkerMaleCasterArmourUniqueMapSummoned"] = {
fireResist = 37,
coldResist = 37,
lightningResist = 37,
chaosResist = 0,
name = "Student of Brutality",
life = 1.56,
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]
| 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]
| 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.




















