Llyr, Loyal Familiar
Demon
SpectreN
AreaMushroom Thicket
Tagsanimal_claw_weapon, bone_armour, caster, chaos_affinity, demon, fast_movement, is_unarmed, melee, not_int, not_str, physical_affinity, red_blood, undead
Life
2700%
Evasion
+50%
Ailment Threshold
2700%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Experience
150%
Model Size
115%
Type
ExpeditionRatBoss
Metadata
ExpeditionRatBoss
Level
68
Life
173,700
Armour
28,790
Evasion
7,109
Energy Shield
0
Damage
523
Spell Damage
523
Accuracy
290
Attack Time
1.065
Experience
15,383
Ailment Threshold
173,700
Chill
549
Shock
549
Brittle
3,107
Scorch
549
Sap
1,517
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.065 sec
Strike your foes down with a powerful blow.
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]
EAAExpeditionRatLeap
Attack
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.065 sec
Cooldown Time: 5 sec
+6 metres to Melee Strike Range
action attack or cast time uses animation length [1]
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Damage: 120%
Attack Damage: 120%
Attack Time: 1.065 sec
Deals 20% more Attack Damage
is area damage [1]
GPExpeditionRatBossSpray
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 3.5 sec
Cooldown Time: 13 sec
Deals 182.8 to 274.2 Chaos Damage
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
Demon
SpectreN
Tagsanimal_claw_weapon, bone_armour, caster, chaos_affinity, demon, fast_movement, is_unarmed, melee, not_int, not_str, physical_affinity, red_blood, undead
Life
2700%
Evasion
+50%
Ailment Threshold
2700%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
10 ~ 13
Attack Time
1.065 Second
Damage Spread
±20%
Experience
150%
Model Size
115%
Type
ExpeditionRatBoss
Metadata
ExpeditionRatBoss
Level
68
Life
173,700
Armour
28,790
Evasion
7,109
Energy Shield
0
Damage
523
Spell Damage
523
Accuracy
290
Attack Time
1.065
Experience
15,383
Ailment Threshold
173,700
Chill
549
Shock
549
Brittle
3,107
Scorch
549
Sap
1,517
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.065 sec
Strike your foes down with a powerful blow.
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]
EAAExpeditionRatLeap
Attack
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.065 sec
Cooldown Time: 5 sec
+6 metres to Melee Strike Range
action attack or cast time uses animation length [1]
GAExpeditionRatDTT
Attack, Triggerable, Channel
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Damage: 120%
Attack Damage: 120%
Attack Time: 1.065 sec
Deals 20% more Attack Damage
is area damage [1]
GPExpeditionRatBossSpray
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 3.5 sec
Cooldown Time: 13 sec
Deals 182.8 to 274.2 Chaos Damage
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.