Maligaro's Acolyte
Demon
Spectre | N |
---|---|
Tags | caster, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, undying |
Packs |
Life
120%
Armour
+50%
Evasion
+10%
Ailment Threshold
120%
Resistance
37 37 37 0
Damage
150%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
120%
Model Size
115%
Type
CityStalkerEliteProphecy
Metadata
CityStalkerMaleArmourProphecy1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,720
Armour
43,185
Evasion
5,213
Energy Shield
0
Damage
560
Spell Damage
560
Accuracy
290
Attack Time
1.245
Experience
12,306
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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]
ProphecyThaumaturgistStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Storm Call
Critical Strike Chance: 5%
Cast Time: 0.5 sec
Cooldown Time: 1.3 sec
Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.
Deals 164.4 to 493.2 Lightning Damage
Base duration is 1.5 seconds
35% increased Cast Speed
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
Base duration is 1.5 seconds
35% increased Cast Speed
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
Object Type
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerMaleArmourProphecy1"] = { name = "Maligaro's Acolyte", 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", "ProphecyThaumaturgistStormCall", }, 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["ProphecyThaumaturgistStormCall"] = { name = "Storm Call", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "base_cast_speed_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.5, 1.5, 2500, 0, -25, -13, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.5, 1.5, 2000, 20, -25, -13, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.5, 1.5, 1500, 35, -25, -13, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
Maligaro's Acolyte
Demon
Spectre | N |
---|---|
Tags | caster, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_int, physical_affinity, red_blood, undying |
Life
120%
Armour
+50%
Evasion
+10%
Ailment Threshold
120%
Resistance
37 37 37 0
Damage
150%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
120%
Model Size
115%
Type
CityStalkerEliteProphecy
Metadata
CityStalkerMaleArmourProphecy1Standalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,720
Armour
43,185
Evasion
5,213
Energy Shield
0
Damage
560
Spell Damage
560
Accuracy
290
Attack Time
1.245
Experience
12,306
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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]
ProphecyThaumaturgistStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Storm Call
Critical Strike Chance: 5%
Cast Time: 0.5 sec
Cooldown Time: 1.3 sec
Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.
Deals 164.4 to 493.2 Lightning Damage
Base duration is 1.5 seconds
35% increased Cast Speed
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
Base duration is 1.5 seconds
35% increased Cast Speed
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
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/CityStalkerMaleArmourProphecy1Standalone"] = { name = "Maligaro's Acolyte", 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", "ProphecyThaumaturgistStormCall", }, 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["ProphecyThaumaturgistStormCall"] = { name = "Storm Call", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "base_cast_speed_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.5, 1.5, 2500, 0, -25, -13, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.5, 1.5, 2000, 20, -25, -13, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.5, 1.5, 1500, 35, -25, -13, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
Maligaro's Acolyte
Demon
Casts Lightning Nova
Spectre | N |
---|---|
Tags | caster, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_height, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, undying |
Packs |
Life
110%
Armour
+50%
Evasion
+10%
Ailment Threshold
110%
Resistance
20 20 20 0
Damage
125%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
100%
Model Size
115%
Type
CityStalkerArmourProphecy
Metadata
CityStalkerMaleArmourProphecy2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,077
Armour
43,185
Evasion
5,213
Energy Shield
0
Damage
467
Spell Damage
467
Accuracy
290
Attack Time
1.245
Experience
10,255
Ailment Threshold
7,077
Chill
22
Shock
22
Brittle
127
Scorch
22
Sap
62
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: 374–560
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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]
MonsterLightningProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
Critical Strike Chance: 4%
Cast Time: 1 sec
Cooldown Time: 6 sec
Deals 254.1 to 759.7 Lightning Damage
Fires 8 additional Projectiles
Fires Projectiles in a circle
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
Fires 8 additional Projectiles
Fires Projectiles in a circle
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
Object Type
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerMaleArmourProphecy2"] = { name = "Maligaro's Acolyte", life = 1.1, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterLightningProjectileNova", }, 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["MonsterLightningProjectileNova"] = { name = "MonsterLightningProjectileNova", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "number_of_additional_projectiles", "spell_maximum_action_distance_+%", "monster_projectile_variation", "projectiles_nova", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, 8, -60, 2, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.93999999761581, 2.8099999427795, 8, -60, 2, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
Casts Lightning Nova
Id | DisplayMonsterCastsLightningNova |
---|---|
Family | DisplayMonsterCastsLightningNova |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Maligaro's Acolyte
Demon
Casts Lightning Nova
Spectre | N |
---|---|
Tags | caster, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, undying |
Life
110%
Armour
+50%
Evasion
+10%
Ailment Threshold
110%
Resistance
20 20 20 0
Damage
125%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
100%
Model Size
115%
Type
CityStalkerArmourProphecy
Metadata
CityStalkerMaleArmourProphecy2Standalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,077
Armour
43,185
Evasion
5,213
Energy Shield
0
Damage
467
Spell Damage
467
Accuracy
290
Attack Time
1.245
Experience
10,255
Ailment Threshold
7,077
Chill
22
Shock
22
Brittle
127
Scorch
22
Sap
62
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: 374–560
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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]
MonsterLightningProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
Critical Strike Chance: 4%
Cast Time: 1 sec
Cooldown Time: 6 sec
Deals 254.1 to 759.7 Lightning Damage
Fires 8 additional Projectiles
Fires Projectiles in a circle
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
Fires 8 additional Projectiles
Fires Projectiles in a circle
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
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/CityStalkerMaleArmourProphecy2Standalone"] = { name = "Maligaro's Acolyte", life = 1.1, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterLightningProjectileNova", }, 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["MonsterLightningProjectileNova"] = { name = "MonsterLightningProjectileNova", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "number_of_additional_projectiles", "spell_maximum_action_distance_+%", "monster_projectile_variation", "projectiles_nova", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, 8, -60, 2, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.93999999761581, 2.8099999427795, 8, -60, 2, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
Casts Lightning Nova
Id | DisplayMonsterCastsLightningNova |
---|---|
Family | DisplayMonsterCastsLightningNova |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Maligaro's Acolyte
Demon
Spectre | N |
---|---|
Tags | caster, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, undying |
Packs |
Life
120%
Armour
+50%
Evasion
+10%
Ailment Threshold
120%
Resistance
37 37 37 0
Damage
150%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
120%
Model Size
115%
Type
CityStalkerEliteProphecy
Metadata
CityStalkerFemaleArmourProphecy1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,720
Armour
43,185
Evasion
5,213
Energy Shield
0
Damage
560
Spell Damage
560
Accuracy
290
Attack Time
1.245
Experience
12,306
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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]
ProphecyThaumaturgistStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Storm Call
Critical Strike Chance: 5%
Cast Time: 0.5 sec
Cooldown Time: 1.3 sec
Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.
Deals 164.4 to 493.2 Lightning Damage
Base duration is 1.5 seconds
35% increased Cast Speed
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
Base duration is 1.5 seconds
35% increased Cast Speed
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
Object Type
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerFemaleArmourProphecy1"] = { name = "Maligaro's Acolyte", 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", "ProphecyThaumaturgistStormCall", }, 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["ProphecyThaumaturgistStormCall"] = { name = "Storm Call", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "base_cast_speed_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.5, 1.5, 2500, 0, -25, -13, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.5, 1.5, 2000, 20, -25, -13, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.5, 1.5, 1500, 35, -25, -13, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
Maligaro's Acolyte
Demon
Spectre | N |
---|---|
Tags | caster, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, undying |
Life
120%
Armour
+50%
Evasion
+10%
Ailment Threshold
120%
Resistance
37 37 37 0
Damage
150%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
120%
Model Size
115%
Type
CityStalkerEliteProphecy
Metadata
CityStalkerFemaleArmourProphecy1Standalone_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,720
Armour
43,185
Evasion
5,213
Energy Shield
0
Damage
560
Spell Damage
560
Accuracy
290
Attack Time
1.245
Experience
12,306
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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]
ProphecyThaumaturgistStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Storm Call
Critical Strike Chance: 5%
Cast Time: 0.5 sec
Cooldown Time: 1.3 sec
Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.
Deals 164.4 to 493.2 Lightning Damage
Base duration is 1.5 seconds
35% increased Cast Speed
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
Base duration is 1.5 seconds
35% increased Cast Speed
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
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/CityStalkerFemaleArmourProphecy1Standalone_"] = { name = "Maligaro's Acolyte", 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", "ProphecyThaumaturgistStormCall", }, 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["ProphecyThaumaturgistStormCall"] = { name = "Storm Call", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "base_cast_speed_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.5, 1.5, 2500, 0, -25, -13, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.5, 1.5, 2000, 20, -25, -13, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.5, 1.5, 1500, 35, -25, -13, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
Maligaro's Acolyte
Demon
Casts Lightning Nova
Spectre | N |
---|---|
Tags | caster, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_height, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, undying |
Packs |
Life
110%
Armour
+50%
Evasion
+10%
Ailment Threshold
110%
Resistance
20 20 20 0
Damage
125%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
100%
Model Size
115%
Type
CityStalkerArmourProphecy
Metadata
CityStalkerFemaleArmourProphecy2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,077
Armour
43,185
Evasion
5,213
Energy Shield
0
Damage
467
Spell Damage
467
Accuracy
290
Attack Time
1.245
Experience
10,255
Ailment Threshold
7,077
Chill
22
Shock
22
Brittle
127
Scorch
22
Sap
62
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: 374–560
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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]
MonsterLightningProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
Critical Strike Chance: 4%
Cast Time: 1 sec
Cooldown Time: 6 sec
Deals 254.1 to 759.7 Lightning Damage
Fires 8 additional Projectiles
Fires Projectiles in a circle
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
Fires 8 additional Projectiles
Fires Projectiles in a circle
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
Object Type
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerFemaleArmourProphecy2"] = { name = "Maligaro's Acolyte", life = 1.1, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterLightningProjectileNova", }, 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["MonsterLightningProjectileNova"] = { name = "MonsterLightningProjectileNova", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "number_of_additional_projectiles", "spell_maximum_action_distance_+%", "monster_projectile_variation", "projectiles_nova", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, 8, -60, 2, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.93999999761581, 2.8099999427795, 8, -60, 2, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
Casts Lightning Nova
Id | DisplayMonsterCastsLightningNova |
---|---|
Family | DisplayMonsterCastsLightningNova |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Maligaro's Acolyte
Demon
Casts Lightning Nova
Spectre | N |
---|---|
Tags | caster, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, undying |
Life
110%
Armour
+50%
Evasion
+10%
Ailment Threshold
110%
Resistance
20 20 20 0
Damage
125%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
100%
Model Size
115%
Type
CityStalkerArmourProphecy
Metadata
CityStalkerFemaleArmourProphecy2Standalone__
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,077
Armour
43,185
Evasion
5,213
Energy Shield
0
Damage
467
Spell Damage
467
Accuracy
290
Attack Time
1.245
Experience
10,255
Ailment Threshold
7,077
Chill
22
Shock
22
Brittle
127
Scorch
22
Sap
62
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: 374–560
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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]
MonsterLightningProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
Critical Strike Chance: 4%
Cast Time: 1 sec
Cooldown Time: 6 sec
Deals 254.1 to 759.7 Lightning Damage
Fires 8 additional Projectiles
Fires Projectiles in a circle
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
Fires 8 additional Projectiles
Fires Projectiles in a circle
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
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/CityStalkerFemaleArmourProphecy2Standalone__"] = { name = "Maligaro's Acolyte", life = 1.1, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterLightningProjectileNova", }, 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["MonsterLightningProjectileNova"] = { name = "MonsterLightningProjectileNova", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "number_of_additional_projectiles", "spell_maximum_action_distance_+%", "monster_projectile_variation", "projectiles_nova", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, 8, -60, 2, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.93999999761581, 2.8099999427795, 8, -60, 2, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
Casts Lightning Nova
Id | DisplayMonsterCastsLightningNova |
---|---|
Family | DisplayMonsterCastsLightningNova |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |