충성스러운 사역수 리르
악마
지역: 버섯 잡목림
Llyr, Loyal Familiar
Spectre | N |
---|---|
Area | 버섯 잡목림 |
Tags | animal_claw_weapon, bone_armour, 시전, chaos_affinity, demon, fast_movement, is_unarmed, melee, not_int, not_str, physical_affinity, red_blood, undead |
생명력
2700%
회피
+50%
Ailment Threshold
2700%
저항
40 40 40 25
Damage
140%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
경험치
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.
레벨
68
생명력
173,700
방어도
28,790
회피
7,109
에너지 보호막
0
Damage
523
주문 피해
523
정확도
290
Attack Time
1.065
경험치
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
기본 공격
Base Damage: 418–628
치명타 확률: 5%
Attack Time: 1.065 초
강력한 일격으로 적들을 쓰러트립니다.
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
치명타 확률: 5%
Attack Time: 1.065 초
재사용 대기시간: 5 초
근접 타격 범위 +6미터
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
치명타 확률: 5%
공격 피해: 120%
공격 피해: 120%
Attack Time: 1.065 초
주는 공격 피해 20% 증폭
is area damage [1]
is area damage [1]
GPExpeditionRatBossSpray
Spell, Triggerable
치명타 확률: 5%
시전 속도: 3.5 초
재사용 대기시간: 13 초
182.8~274.2 카오스 피해
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, Loyal Familiar
Spectre | N |
---|---|
Tags | animal_claw_weapon, bone_armour, 시전, chaos_affinity, demon, fast_movement, is_unarmed, melee, not_int, not_str, physical_affinity, red_blood, undead |
생명력
2700%
회피
+50%
Ailment Threshold
2700%
저항
40 40 40 25
Damage
140%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
경험치
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.
레벨
68
생명력
173,700
방어도
28,790
회피
7,109
에너지 보호막
0
Damage
523
주문 피해
523
정확도
290
Attack Time
1.065
경험치
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
기본 공격
Base Damage: 418–628
치명타 확률: 5%
Attack Time: 1.065 초
강력한 일격으로 적들을 쓰러트립니다.
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
치명타 확률: 5%
Attack Time: 1.065 초
재사용 대기시간: 5 초
근접 타격 범위 +6미터
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
치명타 확률: 5%
공격 피해: 120%
공격 피해: 120%
Attack Time: 1.065 초
주는 공격 피해 20% 증폭
is area damage [1]
is area damage [1]
GPExpeditionRatBossSpray
Spell, Triggerable
치명타 확률: 5%
시전 속도: 3.5 초
재사용 대기시간: 13 초
182.8~274.2 카오스 피해
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 = { }, }, }, }