Sectatrice sorcière
Human
Zone : Freyépine, Le Refuge de la Ziggourat
Cultist Witch
Spectre | Y |
---|---|
Area | Freyépine, Le Refuge de la Ziggourat, Freyépine |
Tags | 2HBluntWood_onhit_audio, allows_additional_projectiles, allows_inc_aoe, azmeri_cultist_monster, Lanceur de sorts, chaos_affinity, cultist, human, humanoid, monster_barely_moves, not_dex, not_str, ranged, red_blood, very_slow_movement |
Packs |
Vie
200%
Energy Shield From Life
20%
Résistance




Damage
200%
Précision
100%
Touches critiques Chance
5%
Bonus de Dégâts critiques
+30%
Attack Distance
4 ~ 12
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
PictFemaleStaff
Metadata
PictFemaleStaff
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
65
Vie
10,421
Armure
2,023
Score d'Évasion
440
Bouclier d'énergie
2,605
Damage
425
Dégâts des sorts
425
Précision
1,974
Temps d'attaque
1.5
Expérience
43,014
Minion Life
9,563
Minion Energy Shield
2,391
Minion Damage
903
Minion Armour
2,023
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).
MPSAzmeriPictStaffProj
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chances de Touche critique: 6%
Temps d'incantation: 1 sec.
Inflige 279.3 à 418.9 Dégâts de Chaos
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [231]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]

MPSAzmeriPictStaffProj2
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chances de Touche critique: 6%
Temps d'incantation: 1 sec.
Temps de recharge: 5 sec.
Inflige 279.3 à 418.9 Dégâts de Chaos
Tire Projectiles supplémentaires
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [232]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]

AzmeriPictStaffTeleport
Spell, Movement
Temps d'incantation: 1 sec.
Temps de recharge: 6 sec.
action attack or cast time uses animation length [1]
action do not face target [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
teleport additional distance between self and target [10]
CGEAzmeriPictStaffSwampGround
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Temps d'incantation: 1 sec.
Temps de recharge: 11.25 sec.
60% de Réduction de la Vitesse de déplacement
action attack or cast time uses animation length [1]
active skill area of effect radius +% final [10]
base skill effect duration [7500]
ground tar art variation [6]
Object Type
version 2 extends "Metadata/Monsters/Monster" Transitionable {} Stats { set_base_heavy_stun_duration_ms = 2300 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Audio/PictFemaleStaffAggroAudio.ao' ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Audio/PictFemaleStaffAggroAudio.ao" } Life { on_spawned_alive = " AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk' ); AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk', 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Staff/Attachments/pict_staff.ao' ); " on_death = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk' ); RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk', 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Staff/Attachments/pict_staff.ao' ); " on_spawned_dead = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk' ); RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk', 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Staff/Attachments/pict_staff.ao' ); " } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk" preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/CrazedCannibalPicts/PictFemaleStaff"] = { name = "Cultist Witch", life = 2, energyShield = 0.2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, weaponType1 = "Staff", skillList = { "MPSAzmeriPictStaffProj", "MPSAzmeriPictStaffProj2", "AzmeriPictStaffTeleport", "CGEAzmeriPictStaffSwampGround", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MPSAzmeriPictStaffProj"] = { name = "MPSAzmeriPictStaffProj", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 231, -40, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSAzmeriPictStaffProj2"] = { name = "MPSAzmeriPictStaffProj2", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "number_of_additional_projectiles", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 232, -40, 2, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AzmeriPictStaffTeleport"] = { name = "AzmeriPictStaffTeleport", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "teleport_additional_distance_between_self_and_target", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "action_attack_or_cast_time_uses_animation_length", "action_do_not_face_target", }, levels = { [1] = {10, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEAzmeriPictStaffSwampGround"] = { name = "CGEAzmeriPictStaffSwampGround", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "ground_tar_art_variation", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", "base_movement_velocity_+%", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {6, 10, 7500, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Sectatrice sorcière
Human
Cultist Witch
Spectre | Y |
---|---|
Tags | 2HBluntWood_onhit_audio, allows_additional_projectiles, allows_inc_aoe, azmeri_cultist_monster, Lanceur de sorts, chaos_affinity, cultist, human, humanoid, monster_barely_moves, not_dex, not_str, ranged, red_blood, very_slow_movement |
Packs |
Vie
200%
Energy Shield From Life
20%
Résistance




Damage
200%
Précision
100%
Touches critiques Chance
5%
Bonus de Dégâts critiques
+30%
Attack Distance
4 ~ 12
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
PictFemaleStaff
Metadata
PictFemaleStaff
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
12,411
Armure
2,413
Score d'Évasion
477
Bouclier d'énergie
3,103
Damage
466
Dégâts des sorts
466
Précision
2,180
Temps d'attaque
1.5
Expérience
57,268
Minion Life
10,610
Minion Energy Shield
2,652
Minion Damage
1,039
Minion Armour
2,413
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).
MPSAzmeriPictStaffProj
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chances de Touche critique: 6%
Temps d'incantation: 1 sec.
Inflige 306.1 à 459.1 Dégâts de Chaos
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [231]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]

MPSAzmeriPictStaffProj2
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chances de Touche critique: 6%
Temps d'incantation: 1 sec.
Temps de recharge: 5 sec.
Inflige 306.1 à 459.1 Dégâts de Chaos
Tire Projectiles supplémentaires
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [232]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]

AzmeriPictStaffTeleport
Spell, Movement
Temps d'incantation: 1 sec.
Temps de recharge: 6 sec.
action attack or cast time uses animation length [1]
action do not face target [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
teleport additional distance between self and target [10]
CGEAzmeriPictStaffSwampGround
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Temps d'incantation: 1 sec.
Temps de recharge: 11.25 sec.
60% de Réduction de la Vitesse de déplacement
action attack or cast time uses animation length [1]
active skill area of effect radius +% final [10]
base skill effect duration [7500]
ground tar art variation [6]
Object Type
version 2 extends "Metadata/Monsters/Monster" Transitionable {} Stats { set_base_heavy_stun_duration_ms = 2300 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Audio/PictFemaleStaffAggroAudio.ao' ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Audio/PictFemaleStaffAggroAudio.ao" } Life { on_spawned_alive = " AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk' ); AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk', 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Staff/Attachments/pict_staff.ao' ); " on_death = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk' ); RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk', 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Staff/Attachments/pict_staff.ao' ); " on_spawned_dead = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk' ); RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk', 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Staff/Attachments/pict_staff.ao' ); " } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk" preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueRitual/HumanoidFaction/CrazedCannibalPicts/PictFemaleStaff"] = { name = "Cultist Witch", life = 2, energyShield = 0.2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, weaponType1 = "Staff", skillList = { "MPSAzmeriPictStaffProj", "MPSAzmeriPictStaffProj2", "AzmeriPictStaffTeleport", "CGEAzmeriPictStaffSwampGround", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MPSAzmeriPictStaffProj"] = { name = "MPSAzmeriPictStaffProj", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 231, -40, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSAzmeriPictStaffProj2"] = { name = "MPSAzmeriPictStaffProj2", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "number_of_additional_projectiles", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 232, -40, 2, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AzmeriPictStaffTeleport"] = { name = "AzmeriPictStaffTeleport", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "teleport_additional_distance_between_self_and_target", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "action_attack_or_cast_time_uses_animation_length", "action_do_not_face_target", }, levels = { [1] = {10, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEAzmeriPictStaffSwampGround"] = { name = "CGEAzmeriPictStaffSwampGround", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "ground_tar_art_variation", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", "base_movement_velocity_+%", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {6, 10, 7500, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Sectatrice sorcière
Human
Zone : La Sylve viridienne
Cultist Witch
Spectre | Y |
---|---|
Area | La Sylve viridienne |
Tags | 2HBluntWood_onhit_audio, allows_additional_projectiles, allows_inc_aoe, azmeri_cultist_monster, Lanceur de sorts, chaos_affinity, cultist, human, humanoid, monster_barely_moves, not_dex, not_str, ranged, red_blood, very_slow_movement |
Packs |
Vie
200%
Energy Shield From Life
20%
Résistance




Damage
200%
Précision
100%
Touches critiques Chance
5%
Bonus de Dégâts critiques
+30%
Attack Distance
4 ~ 12
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
PictFemaleStaff
Metadata
PictFemaleStaff_WILDWOOD
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
65
Vie
10,421
Armure
2,023
Score d'Évasion
440
Bouclier d'énergie
2,605
Damage
425
Dégâts des sorts
425
Précision
1,974
Temps d'attaque
1.5
Expérience
43,014
Minion Life
9,563
Minion Energy Shield
2,391
Minion Damage
903
Minion Armour
2,023
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).
MPSAzmeriPictStaffProj
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chances de Touche critique: 6%
Temps d'incantation: 1 sec.
Inflige 279.3 à 418.9 Dégâts de Chaos
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [231]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]

MPSAzmeriPictStaffProj2
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chances de Touche critique: 6%
Temps d'incantation: 1 sec.
Temps de recharge: 5 sec.
Inflige 279.3 à 418.9 Dégâts de Chaos
Tire Projectiles supplémentaires
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [232]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]

AzmeriPictStaffTeleport
Spell, Movement
Temps d'incantation: 1 sec.
Temps de recharge: 6 sec.
action attack or cast time uses animation length [1]
action do not face target [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
teleport additional distance between self and target [10]
CGEAzmeriPictStaffSwampGround
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Temps d'incantation: 1 sec.
Temps de recharge: 11.25 sec.
60% de Réduction de la Vitesse de déplacement
action attack or cast time uses animation length [1]
active skill area of effect radius +% final [10]
base skill effect duration [7500]
ground tar art variation [6]
Object Type
version 2 extends "Metadata/Monsters/Monster" Transitionable {} Stats { set_base_heavy_stun_duration_ms = 2300 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Audio/PictFemaleStaffAggroAudio.ao' ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Audio/PictFemaleStaffAggroAudio.ao" } Life { on_spawned_alive = " AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk' ); AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk', 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Staff/Attachments/pict_staff.ao' ); " on_death = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk' ); RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk', 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Staff/Attachments/pict_staff.ao' ); " on_spawned_dead = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk' ); RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk', 'Metadata/Monsters/CrazedCannibalPicts/CrazedCannibalPicts_Female/Staff/Attachments/pict_staff.ao' ); " } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/headdress_glow.epk" preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Azmeri/monsters/PictFemaleStaff/epk/staff_glow.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueRitual/HumanoidFaction/CrazedCannibalPicts/PictFemaleStaff_WILDWOOD"] = { name = "Cultist Witch", life = 2, energyShield = 0.2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, weaponType1 = "Staff", skillList = { "MPSAzmeriPictStaffProj", "MPSAzmeriPictStaffProj2", "AzmeriPictStaffTeleport", "CGEAzmeriPictStaffSwampGround", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MPSAzmeriPictStaffProj"] = { name = "MPSAzmeriPictStaffProj", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 231, -40, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSAzmeriPictStaffProj2"] = { name = "MPSAzmeriPictStaffProj2", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "number_of_additional_projectiles", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 232, -40, 2, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AzmeriPictStaffTeleport"] = { name = "AzmeriPictStaffTeleport", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "teleport_additional_distance_between_self_and_target", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "action_attack_or_cast_time_uses_animation_length", "action_do_not_face_target", }, levels = { [1] = {10, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEAzmeriPictStaffSwampGround"] = { name = "CGEAzmeriPictStaffSwampGround", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "ground_tar_art_variation", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", "base_movement_velocity_+%", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {6, 10, 7500, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
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.