สาวกของมาลิกาโร
ปีศาจ
Maligaro's Acolyte
Spectre | N |
---|---|
Tags | นักเวท, 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 |
พลังชีวิต
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
CityStalkerEliteProphecy
Metadata
CityStalkerMaleArmourProphecy1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
7,720
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
560
ความเสียหายเวท
560
ความแม่นยำ
290
Attack Time
1.245
ค่าประสบการณ์
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
โอกาสคริติคอล: 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]
ProphecyThaumaturgistStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
เรียกสายฟ้า (Storm Call)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 1.3 วินาที
ทำเครื่องหมายที่ตำแหน่ง หลังจากระยะเวลาสั้นๆ จะเกิดฟ้าผ่าที่เครื่องหมาย สร้างความเสียหายในบริเวณรอบๆ และทำให้เกิดฟ้าผ่าที่เครื่องหมายอื่นๆ ที่คุณได้ร่ายไว้ด้วย
สร้างความเสียหาย สายฟ้า 164.4 ถึง 493.2
ระยะเวลาพื้นฐาน 1.5 วินาที
เพิ่มความเร็วในการร่าย 35%
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
ระยะเวลาพื้นฐาน 1.5 วินาที
เพิ่มความเร็วในการร่าย 35%
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
Spectre | N |
---|---|
Tags | นักเวท, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_int, physical_affinity, red_blood, undying |
พลังชีวิต
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
CityStalkerEliteProphecy
Metadata
CityStalkerMaleArmourProphecy1Standalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
7,720
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
560
ความเสียหายเวท
560
ความแม่นยำ
290
Attack Time
1.245
ค่าประสบการณ์
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
โอกาสคริติคอล: 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]
ProphecyThaumaturgistStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
เรียกสายฟ้า (Storm Call)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 1.3 วินาที
ทำเครื่องหมายที่ตำแหน่ง หลังจากระยะเวลาสั้นๆ จะเกิดฟ้าผ่าที่เครื่องหมาย สร้างความเสียหายในบริเวณรอบๆ และทำให้เกิดฟ้าผ่าที่เครื่องหมายอื่นๆ ที่คุณได้ร่ายไว้ด้วย
สร้างความเสียหาย สายฟ้า 164.4 ถึง 493.2
ระยะเวลาพื้นฐาน 1.5 วินาที
เพิ่มความเร็วในการร่าย 35%
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
ระยะเวลาพื้นฐาน 1.5 วินาที
เพิ่มความเร็วในการร่าย 35%
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
Spectre | N |
---|---|
Tags | นักเวท, 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 |
พลังชีวิต
110%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
110%
ค่าต้านทาน
20 20 20 0
Damage
125%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
ค่าประสบการณ์
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.
เลเวล
68
พลังชีวิต
7,077
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
467
ความเสียหายเวท
467
ความแม่นยำ
290
Attack Time
1.245
ค่าประสบการณ์
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
โอกาสคริติคอล: 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]
MonsterLightningProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 4%
เวลาร่าย: 1 วินาที
คูลดาวน์: 6 วินาที
สร้างความเสียหาย สายฟ้า 254.1 ถึง 759.7
ยิงกระสุน เพิ่มเติม 8 ลูก
ยิงกระสุนเป็นวงกลม
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
ยิงกระสุน เพิ่มเติม 8 ลูก
ยิงกระสุนเป็นวงกลม
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 = { }, }, }, }
ร่าย ฟ้าผ่ากระจาย
Id | DisplayMonsterCastsLightningNova |
---|---|
Family | DisplayMonsterCastsLightningNova |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
สาวกของมาลิกาโร
ปีศาจ
ร่าย ฟ้าผ่ากระจาย
Maligaro's Acolyte
Spectre | N |
---|---|
Tags | นักเวท, 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 |
พลังชีวิต
110%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
110%
ค่าต้านทาน
20 20 20 0
Damage
125%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
ค่าประสบการณ์
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.
เลเวล
68
พลังชีวิต
7,077
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
467
ความเสียหายเวท
467
ความแม่นยำ
290
Attack Time
1.245
ค่าประสบการณ์
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
โอกาสคริติคอล: 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]
MonsterLightningProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 4%
เวลาร่าย: 1 วินาที
คูลดาวน์: 6 วินาที
สร้างความเสียหาย สายฟ้า 254.1 ถึง 759.7
ยิงกระสุน เพิ่มเติม 8 ลูก
ยิงกระสุนเป็นวงกลม
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
ยิงกระสุน เพิ่มเติม 8 ลูก
ยิงกระสุนเป็นวงกลม
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 = { }, }, }, }
ร่าย ฟ้าผ่ากระจาย
Id | DisplayMonsterCastsLightningNova |
---|---|
Family | DisplayMonsterCastsLightningNova |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
สาวกของมาลิกาโร
ปีศาจ
Maligaro's Acolyte
Spectre | N |
---|---|
Tags | นักเวท, 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 |
พลังชีวิต
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
CityStalkerEliteProphecy
Metadata
CityStalkerFemaleArmourProphecy1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
7,720
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
560
ความเสียหายเวท
560
ความแม่นยำ
290
Attack Time
1.245
ค่าประสบการณ์
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
โอกาสคริติคอล: 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]
ProphecyThaumaturgistStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
เรียกสายฟ้า (Storm Call)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 1.3 วินาที
ทำเครื่องหมายที่ตำแหน่ง หลังจากระยะเวลาสั้นๆ จะเกิดฟ้าผ่าที่เครื่องหมาย สร้างความเสียหายในบริเวณรอบๆ และทำให้เกิดฟ้าผ่าที่เครื่องหมายอื่นๆ ที่คุณได้ร่ายไว้ด้วย
สร้างความเสียหาย สายฟ้า 164.4 ถึง 493.2
ระยะเวลาพื้นฐาน 1.5 วินาที
เพิ่มความเร็วในการร่าย 35%
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
ระยะเวลาพื้นฐาน 1.5 วินาที
เพิ่มความเร็วในการร่าย 35%
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
Spectre | N |
---|---|
Tags | นักเวท, 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 |
พลังชีวิต
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
CityStalkerEliteProphecy
Metadata
CityStalkerFemaleArmourProphecy1Standalone_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
7,720
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
560
ความเสียหายเวท
560
ความแม่นยำ
290
Attack Time
1.245
ค่าประสบการณ์
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
โอกาสคริติคอล: 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]
ProphecyThaumaturgistStormCall
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
เรียกสายฟ้า (Storm Call)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 1.3 วินาที
ทำเครื่องหมายที่ตำแหน่ง หลังจากระยะเวลาสั้นๆ จะเกิดฟ้าผ่าที่เครื่องหมาย สร้างความเสียหายในบริเวณรอบๆ และทำให้เกิดฟ้าผ่าที่เครื่องหมายอื่นๆ ที่คุณได้ร่ายไว้ด้วย
สร้างความเสียหาย สายฟ้า 164.4 ถึง 493.2
ระยะเวลาพื้นฐาน 1.5 วินาที
เพิ่มความเร็วในการร่าย 35%
active skill area of effect radius +% final [-13]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
ระยะเวลาพื้นฐาน 1.5 วินาที
เพิ่มความเร็วในการร่าย 35%
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
Spectre | N |
---|---|
Tags | นักเวท, 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 |
พลังชีวิต
110%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
110%
ค่าต้านทาน
20 20 20 0
Damage
125%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
ค่าประสบการณ์
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.
เลเวล
68
พลังชีวิต
7,077
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
467
ความเสียหายเวท
467
ความแม่นยำ
290
Attack Time
1.245
ค่าประสบการณ์
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
โอกาสคริติคอล: 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]
MonsterLightningProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 4%
เวลาร่าย: 1 วินาที
คูลดาวน์: 6 วินาที
สร้างความเสียหาย สายฟ้า 254.1 ถึง 759.7
ยิงกระสุน เพิ่มเติม 8 ลูก
ยิงกระสุนเป็นวงกลม
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
ยิงกระสุน เพิ่มเติม 8 ลูก
ยิงกระสุนเป็นวงกลม
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 = { }, }, }, }
ร่าย ฟ้าผ่ากระจาย
Id | DisplayMonsterCastsLightningNova |
---|---|
Family | DisplayMonsterCastsLightningNova |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
สาวกของมาลิกาโร
ปีศาจ
ร่าย ฟ้าผ่ากระจาย
Maligaro's Acolyte
Spectre | N |
---|---|
Tags | นักเวท, 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 |
พลังชีวิต
110%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
110%
ค่าต้านทาน
20 20 20 0
Damage
125%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
ค่าประสบการณ์
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.
เลเวล
68
พลังชีวิต
7,077
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
467
ความเสียหายเวท
467
ความแม่นยำ
290
Attack Time
1.245
ค่าประสบการณ์
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
โอกาสคริติคอล: 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]
MonsterLightningProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 4%
เวลาร่าย: 1 วินาที
คูลดาวน์: 6 วินาที
สร้างความเสียหาย สายฟ้า 254.1 ถึง 759.7
ยิงกระสุน เพิ่มเติม 8 ลูก
ยิงกระสุนเป็นวงกลม
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-60]
ยิงกระสุน เพิ่มเติม 8 ลูก
ยิงกระสุนเป็นวงกลม
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 = { }, }, }, }
ร่าย ฟ้าผ่ากระจาย
Id | DisplayMonsterCastsLightningNova |
---|---|
Family | DisplayMonsterCastsLightningNova |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |