Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | cold_affinity, construct, demon, flesh_armour, immobile, is_unarmed, physical_affinity, puncturing_weapon, ranged, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonColdGroundSpear
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionDemonColdSpearGroundTarget
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
72% menos velocidad de ataque
always pierce [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [101]
number of projectiles override [1]
projectile minimum range [30]
projectile uses contact position [1]
use scaled contact offset [1]
AfflictionDemonColdSpearImpact
Triggerable, Attack
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Attack Time: 1.005 seg
Inflige un 50% más de daño de ataque
El 75% del daño físico se convierte en daño de hielo
is area damage [1]
AfflictionDemonInvisibleCold
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 1 seg
alternate minion [450]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
EmptyActionSpellAfflictionDemonColdGroundSpear
Spell
Tiempo de lanzamiento: 4.5 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonColdGroundSpear"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionDemonInvisibleCold",
"EmptyActionSpellAfflictionDemonColdGroundSpear",
"AfflictionDemonColdSpearGroundTarget",
"AfflictionDemonColdSpearImpact",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonInvisibleCold"] = {
name = "AfflictionDemonInvisibleCold",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summon_specific_monsters_radius_+%",
"summoned_monsters_are_minions",
"summoned_monsters_no_drops_or_experience",
},
levels = {
[1] = {1, 450, -99, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellAfflictionDemonColdGroundSpear"] = {
name = "EmptyActionSpellAfflictionDemonColdGroundSpear",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdSpearGroundTarget"] = {
name = "AfflictionDemonColdSpearGroundTarget",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"active_skill_attack_speed_+%_final",
"projectile_minimum_range",
"number_of_projectiles_override",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"always_pierce",
"base_deal_no_damage",
},
levels = {
[1] = {101, -72, 30, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdSpearImpact"] = {
name = "AfflictionDemonColdSpearImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {75, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, cold_affinity, construct, demon, flesh_armour, immobile, is_unarmed, puncturing_weapon, ranged, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonColdIceSpear
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionDemonColdSpear
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Daño de ataque: 200%
Attack Time: 1.005 seg
Inflige un 100% más de daño de ataque
El 75% del daño físico se convierte en daño de hielo
72% menos velocidad de ataque
always pierce [1]
base is projectile [1]
monster projectile variation [100]
projectile distance override [100]
projectile uses contact position [1]
use scaled contact offset [1]
AfflictionDemonColdIceGround
Spell, Triggerable
Tiempo de lanzamiento: 1 seg
active skill area of effect radius +% final [35]
is area damage [1]
spell maximum base cold damage [698.2]
spell minimum base cold damage [465.5]
EmptyActionSpellAfflictionDemonColdSpearToss
Spell
Tiempo de lanzamiento: 4.5 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonColdIceSpear"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"EmptyActionSpellAfflictionDemonColdSpearToss",
"AfflictionDemonColdIceGround",
"AfflictionDemonColdSpear",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellAfflictionDemonColdSpearToss"] = {
name = "EmptyActionSpellAfflictionDemonColdSpearToss",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdIceGround"] = {
name = "AfflictionDemonColdIceGround",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 70, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 72, statInterpolation = {3, 3}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 74, statInterpolation = {3, 3}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 76, statInterpolation = {3, 3}, cost = { }, },
[6] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 78, statInterpolation = {3, 3}, cost = { }, },
[7] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 80, statInterpolation = {3, 3}, cost = { }, },
[8] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, },
[9] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdSpear"] = {
name = "AfflictionDemonColdSpear",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"active_skill_attack_speed_+%_final",
"skill_physical_damage_%_to_convert_to_cold",
"projectile_distance_override",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"always_pierce",
},
levels = {
[1] = {100, -72, 75, 100, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, cold_affinity, construct, demon, flesh_armour, immobile, is_unarmed, puncturing_weapon, ranged, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonColdIceSpikes
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionDemonColdIceSpikeShards
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
base is projectile [1]
projectiles not offset [1]
spell maximum base cold damage [2568]
spell minimum base cold damage [1712]
AfflictionDemonColdIceSpikes
Triggerable, Spell
Tiempo de lanzamiento: 5 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonColdIceSpikes"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionDemonColdIceSpikeShards",
"AfflictionDemonColdIceSpikes",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdIceSpikeShards"] = {
name = "AfflictionDemonColdIceSpikeShards",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"base_is_projectile",
"projectiles_not_offset",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdIceSpikes"] = {
name = "AfflictionDemonColdIceSpikes",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | construct, demon, fire_affinity, flesh_armour, has_one_hand_sword, has_one_handed_melee, immobile, slashing_weapon, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonFireSword
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionMonsterFireSlash
Triggerable, Attack
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Attack Time: 1.005 seg
Inflige un 50% más de daño de ataque
El 75% del daño físico se convierte en daño de fuego
200% más de daño con quemadura
always ignite [1]
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonFireSword"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
weaponType1 = "One Hand Sword",
skillList = {
"AfflictionMonsterFireSlash",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionMonsterFireSlash"] = {
name = "AfflictionMonsterFireSlash",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_ignite_damage_+%_final",
"skill_physical_damage_%_to_convert_to_fire",
"is_area_damage",
"cast_time_overrides_attack_duration",
"always_ignite",
},
levels = {
[1] = {200, 75, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {1}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, construct, demon, fire_affinity, flesh_armour, immobile, is_unarmed, slashing_weapon, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonFireFlameblast
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionMonsterChargedBlast
Spell, Damage, Area, Totemable, Fire, AreaSpell
Explosión de llamas
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 4.5 seg
Canaliza para formar una gran explosión. Cuanto más tiempo canalices, mayor será el área de efecto y el daño de la explosión. La explosión se produce después de usar otra habilidad o después de un corto período de tiempo sin lanzar habilidades.
Inflige de 4050 a 6075 de daño de fuego
100% más de daño con quemadura
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonFireFlameblast"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionMonsterChargedBlast",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionMonsterChargedBlast"] = {
name = "Flameblast",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Channels to build up a large explosion. The longer you channel, the larger the area of effect and damage of the explosion. The explosion occurs after using another skill or after a short period without casting.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Totemable] = true,
[SkillType.Fire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.5,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"active_skill_ignite_damage_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, construct, demon, flesh_armour, immobile, is_unarmed, non_attacking, slashing_weapon, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonFireTornado
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionMonsterSummonFireTornado
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 4 seg
alternate minion [458]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters in front offset [120]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonFireTornado"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionMonsterSummonFireTornado",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionMonsterSummonFireTornado"] = {
name = "AfflictionMonsterSummonFireTornado",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summon_specific_monsters_radius_+%",
"summon_specific_monsters_in_front_offset",
"summoned_monsters_are_minions",
"monster_no_drops_or_experience",
},
levels = {
[1] = {1, 458, -99, 120, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, construct, demon, flesh_armour, immobile, is_unarmed, lightning_affinity, slashing_weapon, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonLightningGigaBall
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionGigaBallExplosion
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
is area damage [1]
spell maximum base lightning damage [5316]
spell minimum base lightning damage [1772]
AfflictionDemonLightningGigaBall
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 5.2 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
active skill shock duration +% final [100]
base is projectile [1]
number of projectiles override [1]
projectile minimum range [30]
projectile uses contact position [1]
spell maximum base lightning damage [1657]
spell minimum base lightning damage [552.4]
use scaled contact offset [1]
AfflictionDemonLightningGigaBallObject
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 1 seg
EmptyActionSpellGigaBall
Spell
Tiempo de lanzamiento: 7.2 seg
AfflictionGigaBallDonut1
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
is area damage [1]
spell maximum base lightning damage [3797]
spell minimum base lightning damage [1266]
AfflictionGigaBallDonut2
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
is area damage [1]
spell maximum base lightning damage [3797]
spell minimum base lightning damage [1266]
AfflictionGigaBallDonut3
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
is area damage [1]
spell maximum base lightning damage [3797]
spell minimum base lightning damage [1266]
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonLightningGigaBall"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"EmptyActionSpellGigaBall",
"AfflictionGigaBallExplosion",
"AfflictionGigaBallDonut1",
"AfflictionGigaBallDonut2",
"AfflictionGigaBallDonut3",
"AfflictionDemonLightningGigaBallObject",
"AfflictionDemonLightningGigaBall",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellGigaBall"] = {
name = "EmptyActionSpellGigaBall",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 7.2,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionGigaBallExplosion"] = {
name = "AfflictionGigaBallExplosion",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionGigaBallDonut1"] = {
name = "AfflictionGigaBallDonut1",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionGigaBallDonut2"] = {
name = "AfflictionGigaBallDonut2",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionGigaBallDonut3"] = {
name = "AfflictionGigaBallDonut3",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonLightningGigaBallObject"] = {
name = "AfflictionDemonLightningGigaBallObject",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonLightningGigaBall"] = {
name = "AfflictionDemonLightningGigaBall",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 5.2,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"projectile_minimum_range",
"number_of_projectiles_override",
"active_skill_shock_duration_+%_final",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {0.5, 1.5, 30, 1, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, construct, demon, flesh_armour, immobile, is_unarmed, lightning_affinity, slashing_weapon, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonLightningTeleportStorm
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionLightningTeleport
Spell, Movement
Tiempo de lanzamiento: 5 seg
teleport marker art variation [1]
AfflictionLightningBolt
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
is area damage [1]
spell maximum base lightning damage [2247]
spell minimum base lightning damage [748.9]
AfflictionLightningBoltNovaGT1
Triggerable, Spell
Tiempo de lanzamiento: 0.5 seg
AfflictionLightningTeleportImpact
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
is area damage [1]
spell maximum base lightning damage [6629]
spell minimum base lightning damage [2210]
AfflictionLightningBoltNovaGT2
Triggerable, Spell
Tiempo de lanzamiento: 0.5 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonLightningTeleportStorm"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionLightningTeleportImpact",
"AfflictionLightningBolt",
"AfflictionLightningBoltNovaGT1",
"AfflictionLightningBoltNovaGT2",
"AfflictionLightningTeleport",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionLightningTeleportImpact"] = {
name = "AfflictionLightningTeleportImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionLightningBolt"] = {
name = "AfflictionLightningBolt",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionLightningBoltNovaGT1"] = {
name = "AfflictionLightningBoltNovaGT1",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionLightningBoltNovaGT2"] = {
name = "AfflictionLightningBoltNovaGT2",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionLightningTeleport"] = {
name = "AfflictionLightningTeleport",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"teleport_marker_art_variation",
},
levels = {
[1] = {1, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, construct, demon, flesh_armour, immobile, is_unarmed, lightning_affinity, slashing_weapon, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonLightningElectricFlail
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionLightningBallBombard
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
always pierce [1]
base is projectile [1]
is area damage [1]
projectile minimum range [12]
projectile spread radius [15]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum base lightning damage [1113]
spell minimum base lightning damage [599.1]
EASAfflictionLightningBallBombard
Spell
Tiempo de lanzamiento: 5.5 seg
AfflictionLightningBallBombardTriggered
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
always pierce [1]
base is projectile [1]
is area damage [1]
projectile minimum range [12]
projectile spread radius [5]
projectile uses contact position [1]
spell maximum base lightning damage [1113]
spell minimum base lightning damage [599.1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonLightningElectricFlail"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionLightningBallBombard",
"AfflictionLightningBallBombardTriggered",
"EASAfflictionLightningBallBombard",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionLightningBallBombard"] = {
name = "AfflictionLightningBallBombard",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"projectile_minimum_range",
"projectile_spread_radius",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"projectile_uses_contact_direction",
"always_pierce",
},
levels = {
[1] = {0.69999998807907, 1.2999999523163, 12, 15, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionLightningBallBombardTriggered"] = {
name = "AfflictionLightningBallBombardTriggered",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"projectile_minimum_range",
"projectile_spread_radius",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"always_pierce",
},
levels = {
[1] = {0.69999998807907, 1.2999999523163, 12, 5, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASAfflictionLightningBallBombard"] = {
name = "EASAfflictionLightningBallBombard",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 5.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | bludgeoning_weapon, Lanzador de hechizos, construct, demon, flesh_armour, immobile, is_unarmed, physical_affinity, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonPhysicalPizzaSlam___
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionPizzaSlam
Attack, Damage, Area
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
+10 metros al alcance de los golpes cuerpo a cuerpo
Provoca 10 estallidos
active skill area of effect radius +% final [-40]
is area damage [1]
monster penalty against minions damage +% final vs player minions [50]
spell maximum base physical damage [744.8]
spell minimum base physical damage [496.5]
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonPhysicalPizzaSlam___"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionPizzaSlam",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionPizzaSlam"] = {
name = "AfflictionPizzaSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 5,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"upheaval_number_of_spikes",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"melee_range_+",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, 50, 100, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | bludgeoning_weapon, construct, demon, flesh_armour, immobile, is_unarmed, physical_affinity, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonPhysicalAbyssSlam
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionDemonPhysWeaponToss
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Daño de ataque: 250%
Attack Time: 1.005 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
Inflige un 150% más de daño de ataque
+5 metros al alcance de los golpes cuerpo a cuerpo
active skill area of effect radius +% final [-30]
base is projectile [1]
fixed projectile spread [50]
is area damage [1]
mortar projectile scale animation speed instead of projectile speed [1]
number of projectiles override [1]
projectile minimum range [30]
projectile uses contact position [1]
use scaled contact offset [1]
EmptyActionSpellAfflictionDemonPhysWeaponToss
Spell
Tiempo de lanzamiento: 4 seg
AfflictionPhysMaceCascade
Multicastable, Triggerable
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonPhysicalAbyssSlam"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionDemonPhysWeaponToss",
"EmptyActionSpellAfflictionDemonPhysWeaponToss",
"AfflictionPhysMaceCascade",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonPhysWeaponToss"] = {
name = "AfflictionDemonPhysWeaponToss",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"melee_range_+",
"fixed_projectile_spread",
"projectile_minimum_range",
"number_of_projectiles_override",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"base_is_projectile",
"use_scaled_contact_offset",
"projectile_uses_contact_position",
"mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
},
levels = {
[1] = {50, 50, 30, 1, -30, baseMultiplier = 2.5, levelRequirement = 1, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellAfflictionDemonPhysWeaponToss"] = {
name = "EmptyActionSpellAfflictionDemonPhysWeaponToss",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionPhysMaceCascade"] = {
name = "AfflictionPhysMaceCascade",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | bludgeoning_weapon, construct, demon, flesh_armour, immobile, is_unarmed, physical_affinity, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonPhysicalLeapSlam
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionPhysLeapSlam
Spell, Movement
Tiempo de lanzamiento: 4 seg
base deal no damage [1]
cast time overrides attack duration [1]
disable attack repeats [1]
is area damage [1]
leap slam minimum distance [20]
walk emerge extra distance [-10]
AfflictionDemonLeapSlamImpact
Triggerable, Attack
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Daño de ataque: 220%
Attack Time: 1.005 seg
Inflige un 120% más de daño de ataque
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionDemonPhysical"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonPhysicalLeapSlam"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionPhysLeapSlam",
"AfflictionDemonLeapSlamImpact",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionPhysLeapSlam"] = {
name = "AfflictionPhysLeapSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"leap_slam_minimum_distance",
"walk_emerge_extra_distance",
"is_area_damage",
"disable_attack_repeats",
"cast_time_overrides_attack_duration",
"base_deal_no_damage",
},
levels = {
[1] = {20, -10, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonLeapSlamImpact"] = {
name = "AfflictionDemonLeapSlamImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {baseMultiplier = 2.2, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, cold_affinity, construct, demon, flesh_armour, immobile, is_unarmed, physical_affinity, puncturing_weapon, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonUniqueColdGroundSpear
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionDemonColdSpearGroundTarget
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
72% menos velocidad de ataque
always pierce [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [101]
number of projectiles override [1]
projectile minimum range [30]
projectile uses contact position [1]
use scaled contact offset [1]
AfflictionDemonColdSpearImpactUnique
Triggerable, Attack
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Attack Time: 1.005 seg
Inflige un 50% más de daño de ataque
El 75% del daño físico se convierte en daño de hielo
active skill area of effect radius +% final [25]
is area damage [1]
AfflictionDemonInvisibleColdUnique
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 1 seg
alternate minion [486]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
EmptyActionSpellAfflictionDemonColdGroundSpear
Spell
Tiempo de lanzamiento: 4.5 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonUniqueColdGroundSpear"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionDemonInvisibleColdUnique",
"EmptyActionSpellAfflictionDemonColdGroundSpear",
"AfflictionDemonColdSpearGroundTarget",
"AfflictionDemonColdSpearImpactUnique",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonInvisibleColdUnique"] = {
name = "AfflictionDemonInvisibleColdUnique",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summon_specific_monsters_radius_+%",
"summoned_monsters_are_minions",
"summoned_monsters_no_drops_or_experience",
},
levels = {
[1] = {1, 486, -99, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellAfflictionDemonColdGroundSpear"] = {
name = "EmptyActionSpellAfflictionDemonColdGroundSpear",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdSpearGroundTarget"] = {
name = "AfflictionDemonColdSpearGroundTarget",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"active_skill_attack_speed_+%_final",
"projectile_minimum_range",
"number_of_projectiles_override",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"always_pierce",
"base_deal_no_damage",
},
levels = {
[1] = {101, -72, 30, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdSpearImpactUnique"] = {
name = "AfflictionDemonColdSpearImpactUnique",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_physical_damage_%_to_convert_to_cold",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {75, 25, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, cold_affinity, construct, demon, flesh_armour, immobile, is_unarmed, puncturing_weapon, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonUniqueColdIceSpear
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionDemonColdSpear
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 299—448
Probabilidad de golpe crítico: 5%
Daño de ataque: 200%
Attack Time: 1.005 seg
Inflige un 100% más de daño de ataque
El 75% del daño físico se convierte en daño de hielo
72% menos velocidad de ataque
always pierce [1]
base is projectile [1]
monster projectile variation [100]
projectile distance override [100]
projectile uses contact position [1]
use scaled contact offset [1]
AfflictionDemonColdIceGroundUnique
Spell, Triggerable
Tiempo de lanzamiento: 1 seg
Siempre congela a los enemigos
active skill area of effect radius +% final [35]
active skill freeze duration +% final [0]
is area damage [1]
spell maximum base cold damage [698.2]
spell minimum base cold damage [465.5]
EmptyActionSpellAfflictionDemonColdSpearToss
Spell
Tiempo de lanzamiento: 4.5 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonUniqueColdIceSpear"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"EmptyActionSpellAfflictionDemonColdSpearToss",
"AfflictionDemonColdIceGroundUnique",
"AfflictionDemonColdSpear",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellAfflictionDemonColdSpearToss"] = {
name = "EmptyActionSpellAfflictionDemonColdSpearToss",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 4.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdIceGroundUnique"] = {
name = "AfflictionDemonColdIceGroundUnique",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"active_skill_freeze_duration_+%_final",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"always_freeze",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 0, 35, levelRequirement = 1, statInterpolation = {3, 3, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 20, 35, levelRequirement = 70, statInterpolation = {3, 3, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 40, 35, levelRequirement = 72, statInterpolation = {3, 3, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 60, 35, levelRequirement = 74, statInterpolation = {3, 3, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 80, 35, levelRequirement = 76, statInterpolation = {3, 3, 1}, cost = { }, },
[6] = {0.80000001192093, 1.2000000476837, 100, 35, levelRequirement = 78, statInterpolation = {3, 3, 1}, cost = { }, },
[7] = {0.80000001192093, 1.2000000476837, 120, 35, levelRequirement = 80, statInterpolation = {3, 3, 1}, cost = { }, },
[8] = {0.80000001192093, 1.2000000476837, 150, 35, levelRequirement = 82, statInterpolation = {3, 3, 1}, cost = { }, },
[9] = {0.80000001192093, 1.2000000476837, 200, 35, levelRequirement = 83, statInterpolation = {3, 3, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdSpear"] = {
name = "AfflictionDemonColdSpear",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"active_skill_attack_speed_+%_final",
"skill_physical_damage_%_to_convert_to_cold",
"projectile_distance_override",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"always_pierce",
},
levels = {
[1] = {100, -72, 75, 100, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Demonio manifiesto
Demoniomonster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Manifested Demon
| Spectre | |
|---|---|
| Tags | Lanzador de hechizos, cold_affinity, construct, demon, flesh_armour, immobile, is_unarmed, puncturing_weapon, unusable_corpse |
Vida
100%
Ailment Threshold
100%
Resistencia
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AfflictionMonster
Metadata
AfflictionDemonUniqueColdIceSpikes_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1.005
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
AfflictionDemonColdIceSpikeShardsUnique
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
base is projectile [1]
chance to inflict frostburn % [100]
projectiles not offset [1]
spell maximum base cold damage [2568]
spell minimum base cold damage [1712]
AfflictionDemonColdIceSpikesUnique
Triggerable, Spell
Tiempo de lanzamiento: 5 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Demons/AfflictionSummonedDemonBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/AfflictionDemonUniqueColdIceSpikes_"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Manifested Demon",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 12,
accuracy = 1,
skillList = {
"AfflictionDemonColdIceSpikeShardsUnique",
"AfflictionDemonColdIceSpikesUnique",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdIceSpikeShardsUnique"] = {
name = "AfflictionDemonColdIceSpikeShardsUnique",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"chance_to_inflict_frostburn_%",
"base_is_projectile",
"projectiles_not_offset",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AfflictionDemonColdIceSpikesUnique"] = {
name = "AfflictionDemonColdIceSpikesUnique",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.




















