Llyr, Familiar Leal
Demoníaco
Área: Arbustos de Cogumelos
Llyr, Loyal Familiar
Spectre | N |
---|---|
Area | Arbustos de Cogumelos |
Tags | animal_claw_weapon, bone_armour, Conjurador, chaos_affinity, demon, fast_movement, is_unarmed, melee, not_int, not_str, physical_affinity, red_blood, undead |
Vida
2700%
Evasão
+50%
Ailment Threshold
2700%
Resistência
40 40 40 25
Damage
140%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Experiência
150%
Model Size
115%
Type
ExpeditionRatBoss
Metadata
ExpeditionRatBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
173,700
Armadura
28,790
Evasão
7,109
Escudo de Energia
0
Damage
523
Dano Mágico
523
Precisão
290
Attack Time
1.065
Experiência
15,383
Ailment Threshold
173,700
Chill
549
Shock
549
Brittle
3,107
Scorch
549
Sap
1,517
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 418–628
Chance de Crítico: 5%
Attack Time: 1.065 seg
Abate seus inimigos com um 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]
EAAExpeditionRatLeap
Attack
Base Damage: 418–628
Chance de Crítico: 5%
Attack Time: 1.065 seg
Recarga: 5 seg
+6 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 418–628
Chance de Crítico: 5%
Dano de Ataque: 120%
Dano de Ataque: 120%
Attack Time: 1.065 seg
Causa 20% mais Dano de Ataque
is area damage [1]
is area damage [1]
GPExpeditionRatBossSpray
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 3.5 seg
Recarga: 13 seg
Causa 182.8 a 274.2 de Dano de Caos
base is projectile [1]
monster reverse point blank damage -% at minimum range [70]
projectiles not offset [1]
base is projectile [1]
monster reverse point blank damage -% at minimum range [70]
projectiles not offset [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase" Life { on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/skeletonmage_projectile/chaos_proj.ao, aux_chest_cavity, 0.9 );" on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/skeletonmage_projectile/chaos_proj.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/RatMonster/ExpeditionRatBoss"] = { name = "Llyr, Loyal Familiar", life = 27, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.4, damageSpread = 0.2, attackTime = 1.065, attackRange = 13, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GAExpeditionRatDTT", "EAAExpeditionRatLeap", "GPExpeditionRatBossSpray", }, 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["GAExpeditionRatDTT"] = { name = "GAExpeditionRatDTT", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Channel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EAAExpeditionRatLeap"] = { name = "EAAExpeditionRatLeap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {60, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GPExpeditionRatBossSpray"] = { name = "GPExpeditionRatBossSpray", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "monster_reverse_point_blank_damage_-%_at_minimum_range", "base_is_projectile", "projectiles_not_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 70, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
Llyr, Familiar Leal
Demoníaco
Llyr, Loyal Familiar
Spectre | N |
---|---|
Tags | animal_claw_weapon, bone_armour, Conjurador, chaos_affinity, demon, fast_movement, is_unarmed, melee, not_int, not_str, physical_affinity, red_blood, undead |
Vida
2700%
Evasão
+50%
Ailment Threshold
2700%
Resistência
40 40 40 25
Damage
140%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Experiência
150%
Model Size
115%
Type
ExpeditionRatBoss
Metadata
ExpeditionRatBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
173,700
Armadura
28,790
Evasão
7,109
Escudo de Energia
0
Damage
523
Dano Mágico
523
Precisão
290
Attack Time
1.065
Experiência
15,383
Ailment Threshold
173,700
Chill
549
Shock
549
Brittle
3,107
Scorch
549
Sap
1,517
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 418–628
Chance de Crítico: 5%
Attack Time: 1.065 seg
Abate seus inimigos com um 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]
EAAExpeditionRatLeap
Attack
Base Damage: 418–628
Chance de Crítico: 5%
Attack Time: 1.065 seg
Recarga: 5 seg
+6 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
action attack or cast time uses animation length [1]
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 418–628
Chance de Crítico: 5%
Dano de Ataque: 120%
Dano de Ataque: 120%
Attack Time: 1.065 seg
Causa 20% mais Dano de Ataque
is area damage [1]
is area damage [1]
GPExpeditionRatBossSpray
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 3.5 seg
Recarga: 13 seg
Causa 182.8 a 274.2 de Dano de Caos
base is projectile [1]
monster reverse point blank damage -% at minimum range [70]
projectiles not offset [1]
base is projectile [1]
monster reverse point blank damage -% at minimum range [70]
projectiles not offset [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase" Life { on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/skeletonmage_projectile/chaos_proj.ao, aux_chest_cavity, 0.9 );" on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/skeletonmage_projectile/chaos_proj.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueLake/RatMonster/ExpeditionRatBoss"] = { name = "Llyr, Loyal Familiar", life = 27, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.4, damageSpread = 0.2, attackTime = 1.065, attackRange = 13, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GAExpeditionRatDTT", "EAAExpeditionRatLeap", "GPExpeditionRatBossSpray", }, 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["GAExpeditionRatDTT"] = { name = "GAExpeditionRatDTT", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Channel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EAAExpeditionRatLeap"] = { name = "EAAExpeditionRatLeap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.8, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {60, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GPExpeditionRatBossSpray"] = { name = "GPExpeditionRatBossSpray", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "monster_reverse_point_blank_damage_-%_at_minimum_range", "base_is_projectile", "projectiles_not_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 70, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, 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.