Arácnido corrompesangre
Bestia
Área: El bosque viridino
Bloodtainter Arachnid
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueAzmeri/Spiders/MeleeSpiderSpectre |
Area | El bosque viridino |
Tags | beast, insect_blood, large_model, not_int, not_str, slow_movement, spider |
Packs |
Vida
150%
Evasión
+25%
Ailment Threshold
150%
Resistencia
0 0 40 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 14
Attack Time
1.29 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AzmeriMeleeSpider
Metadata
MeleeSpider
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
9,650
Armadura
28,790
Evasión
5,924
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.29
Experiencia
10,255
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
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).
MeleeAtAnimationSpeedCorruptingBlood
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeSpiderWebAttach
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, Triggerable, Area
Flecha atrapante
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Tiempo de recarga: 8 seg
Dispara una flecha que permanece en el suelo detrás de su objetivo final y lo ata a ella. Los enemigos atrapados tienen menos velocidad de movimiento mientras tratan de liberarse. La atadura se romperá si el enemigo abandona el área de efecto.
La duración base es de 10 segundos
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
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]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );" on_revive = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/Spiders/MeleeSpider"] = { name = "Bloodtainter Arachnid", life = 1.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.29, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MeleeAtAnimationSpeedCorruptingBlood", "MeleeSpiderWebAttach", }, 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["MeleeAtAnimationSpeedCorruptingBlood"] = { 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 = { "corrupted_blood_on_hit_%_average_damage_to_deal_per_minute_per_stack", "corrupted_blood_on_hit_duration", "corrupted_blood_on_hit_num_stacks", "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] = {80, 4000, 1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeSpiderWebAttach"] = { name = "Ensnaring Arrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that remains in the ground behind its final target, tethering that enemy to it. Ensnared enemies have less movement speed while trying to break the snare. The snare will break if they leave the area of effect.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1.7, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "tethered_movement_speed_+%_final_per_rope", "tethered_movement_speed_+%_final_per_rope_vs_rare", "tethered_movement_speed_+%_final_per_rope_vs_unique", "tethering_arrow_display_rope_limit", "main_hand_base_maximum_attack_distance", "base_projectile_speed_+%", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "base_deal_no_damage", "use_scaled_contact_offset", }, levels = { [1] = {-10, -10, -10, 3, 35, -30, 10000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Arácnido corrompesangre
Bestia
Bloodtainter Arachnid
Spectre | Y |
---|---|
Tags | beast, insect_blood, large_model, not_int, not_str, slow_movement, spider |
Packs |
Vida
150%
Evasión
+25%
Ailment Threshold
150%
Resistencia
0 0 40 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 14
Attack Time
1.29 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AzmeriMeleeSpider
Metadata
MeleeSpiderStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
9,650
Armadura
28,790
Evasión
5,924
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.29
Experiencia
10,255
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
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).
MeleeAtAnimationSpeedCorruptingBlood
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeSpiderWebAttach
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, Triggerable, Area
Flecha atrapante
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Tiempo de recarga: 8 seg
Dispara una flecha que permanece en el suelo detrás de su objetivo final y lo ata a ella. Los enemigos atrapados tienen menos velocidad de movimiento mientras tratan de liberarse. La atadura se romperá si el enemigo abandona el área de efecto.
La duración base es de 10 segundos
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
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]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );" on_revive = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/Spiders/MeleeSpiderStandalone"] = { name = "Bloodtainter Arachnid", life = 1.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.29, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MeleeAtAnimationSpeedCorruptingBlood", "MeleeSpiderWebAttach", }, 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["MeleeAtAnimationSpeedCorruptingBlood"] = { 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 = { "corrupted_blood_on_hit_%_average_damage_to_deal_per_minute_per_stack", "corrupted_blood_on_hit_duration", "corrupted_blood_on_hit_num_stacks", "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] = {80, 4000, 1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeSpiderWebAttach"] = { name = "Ensnaring Arrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that remains in the ground behind its final target, tethering that enemy to it. Ensnared enemies have less movement speed while trying to break the snare. The snare will break if they leave the area of effect.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1.7, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "tethered_movement_speed_+%_final_per_rope", "tethered_movement_speed_+%_final_per_rope_vs_rare", "tethered_movement_speed_+%_final_per_rope_vs_unique", "tethering_arrow_display_rope_limit", "main_hand_base_maximum_attack_distance", "base_projectile_speed_+%", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "base_deal_no_damage", "use_scaled_contact_offset", }, levels = { [1] = {-10, -10, -10, 3, 35, -30, 10000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Arácnido corrompesangre
Bestia
Área: El quid de la nada
Bloodtainter Arachnid
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueAzmeri/Spiders/MeleeSpiderSpectre |
Area | El quid de la nada |
Tags | beast, insect_blood, large_model, not_int, not_str, slow_movement, spider |
Packs |
Vida
150%
Evasión
+25%
Ailment Threshold
150%
Resistencia
0 0 40 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 14
Attack Time
1.29 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AzmeriMeleeSpider
Metadata
MeleeSpiderMaze
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
83
Vida
48,025
Armadura
92,477
Evasión
9,825
Escudo de energía
0
Damage
1,080
Daño de hechizos
1,080
Precisión
518
Attack Time
1.29
Experiencia
13,132
Ailment Threshold
48,025
Chill
152
Shock
152
Brittle
859
Scorch
152
Sap
420
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).
MeleeAtAnimationSpeedCorruptingBlood
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 864–1297
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeSpiderWebAttach
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, Triggerable, Area
Flecha atrapante
Base Damage: 864–1297
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Tiempo de recarga: 8 seg
Dispara una flecha que permanece en el suelo detrás de su objetivo final y lo ata a ella. Los enemigos atrapados tienen menos velocidad de movimiento mientras tratan de liberarse. La atadura se romperá si el enemigo abandona el área de efecto.
La duración base es de 10 segundos
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 864–1297
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
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]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );" on_revive = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/Spiders/MeleeSpiderMaze"] = { name = "Bloodtainter Arachnid", life = 1.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.29, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MeleeAtAnimationSpeedCorruptingBlood", "MeleeSpiderWebAttach", }, 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["MeleeAtAnimationSpeedCorruptingBlood"] = { 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 = { "corrupted_blood_on_hit_%_average_damage_to_deal_per_minute_per_stack", "corrupted_blood_on_hit_duration", "corrupted_blood_on_hit_num_stacks", "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] = {80, 4000, 1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeSpiderWebAttach"] = { name = "Ensnaring Arrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that remains in the ground behind its final target, tethering that enemy to it. Ensnared enemies have less movement speed while trying to break the snare. The snare will break if they leave the area of effect.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1.7, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "tethered_movement_speed_+%_final_per_rope", "tethered_movement_speed_+%_final_per_rope_vs_rare", "tethered_movement_speed_+%_final_per_rope_vs_unique", "tethering_arrow_display_rope_limit", "main_hand_base_maximum_attack_distance", "base_projectile_speed_+%", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "base_deal_no_damage", "use_scaled_contact_offset", }, levels = { [1] = {-10, -10, -10, 3, 35, -30, 10000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Arácnido corrompesangre
Bestia
Área: El bosque viridino
Bloodtainter Arachnid
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueAzmeri/Spiders/MeleeSpiderSpectre |
Area | El bosque viridino |
Tags | beast, insect_blood, large_model, not_int, not_str, slow_movement, spider |
Packs |
Vida
150%
Evasión
+25%
Ailment Threshold
150%
Resistencia
0 0 40 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 14
Attack Time
1.29 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AzmeriMeleeSpider
Metadata
MeleeSpiderEmerge
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
9,650
Armadura
28,790
Evasión
5,924
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.29
Experiencia
10,255
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
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).
MeleeAtAnimationSpeedCorruptingBlood
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeSpiderWebAttach
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, Triggerable, Area
Flecha atrapante
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Tiempo de recarga: 8 seg
Dispara una flecha que permanece en el suelo detrás de su objetivo final y lo ata a ella. Los enemigos atrapados tienen menos velocidad de movimiento mientras tratan de liberarse. La atadura se romperá si el enemigo abandona el área de efecto.
La duración base es de 10 segundos
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
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]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" Actor { basic_action = "Emerge" } StateMachine { define_shared_state = "emerge; coming_down;" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" StateMachine { on_or_create_state_coming_down_0 = " DisableTargetable(); DisableRendering(); " } Actor { on_start_Emerge = "EnableRendering();" } Animated { on_event_touchdown = "EnableTargetable();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/Spiders/MeleeSpiderEmerge"] = { name = "Bloodtainter Arachnid", life = 1.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.29, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MeleeAtAnimationSpeedCorruptingBlood", "MeleeSpiderWebAttach", }, 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["MeleeAtAnimationSpeedCorruptingBlood"] = { 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 = { "corrupted_blood_on_hit_%_average_damage_to_deal_per_minute_per_stack", "corrupted_blood_on_hit_duration", "corrupted_blood_on_hit_num_stacks", "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] = {80, 4000, 1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeSpiderWebAttach"] = { name = "Ensnaring Arrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that remains in the ground behind its final target, tethering that enemy to it. Ensnared enemies have less movement speed while trying to break the snare. The snare will break if they leave the area of effect.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1.7, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "tethered_movement_speed_+%_final_per_rope", "tethered_movement_speed_+%_final_per_rope_vs_rare", "tethered_movement_speed_+%_final_per_rope_vs_unique", "tethering_arrow_display_rope_limit", "main_hand_base_maximum_attack_distance", "base_projectile_speed_+%", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "base_deal_no_damage", "use_scaled_contact_offset", }, levels = { [1] = {-10, -10, -10, 3, 35, -30, 10000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Arácnido corrompesangre
Bestia
Bloodtainter Arachnid
Spectre | Y |
---|---|
Tags | beast, insect_blood, large_model, not_int, not_str, slow_movement, spider |
Vida
150%
Evasión
+25%
Ailment Threshold
150%
Resistencia
0 0 40 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 14
Attack Time
1.29 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AzmeriMeleeSpider
Metadata
MeleeSpiderSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
9,650
Armadura
28,790
Evasión
5,924
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.29
Experiencia
10,255
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
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).
MeleeAtAnimationSpeedCorruptingBlood
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
corrupted blood on hit % average damage to deal per minute per stack [80]
corrupted blood on hit duration [4000]
corrupted blood on hit num stacks [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeSpiderWebAttach
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, Triggerable, Area
Flecha atrapante
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Tiempo de recarga: 8 seg
Dispara una flecha que permanece en el suelo detrás de su objetivo final y lo ata a ella. Los enemigos atrapados tienen menos velocidad de movimiento mientras tratan de liberarse. La atadura se romperá si el enemigo abandona el área de efecto.
La duración base es de 10 segundos
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
Velocidad de proyectiles reducida un 30%
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 10% menos de velocidad de movimiento a los enemigos únicos
Cantidad máxima de ataduras por enemigo: 3
base deal no damage [1]
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [35]
projectile uses contact position [1]
use scaled contact offset [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.29 seg
Derriba a tus enemigos con un golpe poderoso.
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]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );" on_revive = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/Spiders/MeleeSpiderSpectre"] = { name = "Bloodtainter Arachnid", life = 1.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.29, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MeleeAtAnimationSpeedCorruptingBlood", "MeleeSpiderWebAttach", }, 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["MeleeAtAnimationSpeedCorruptingBlood"] = { 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 = { "corrupted_blood_on_hit_%_average_damage_to_deal_per_minute_per_stack", "corrupted_blood_on_hit_duration", "corrupted_blood_on_hit_num_stacks", "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] = {80, 4000, 1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeSpiderWebAttach"] = { name = "Ensnaring Arrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that remains in the ground behind its final target, tethering that enemy to it. Ensnared enemies have less movement speed while trying to break the snare. The snare will break if they leave the area of effect.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1.7, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "tethered_movement_speed_+%_final_per_rope", "tethered_movement_speed_+%_final_per_rope_vs_rare", "tethered_movement_speed_+%_final_per_rope_vs_unique", "tethering_arrow_display_rope_limit", "main_hand_base_maximum_attack_distance", "base_projectile_speed_+%", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "base_deal_no_damage", "use_scaled_contact_offset", }, levels = { [1] = {-10, -10, -10, 3, 35, -30, 10000, 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.