Solus, Pack Alpha
Beast
display monster mod nemesis test [0]
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
SpectreN
AreaCaer Blaidd, Wolfpack's Den
Tagsanimal_claw_weapon, beast, canine_beast, caster, fast_movement, fire_affinity, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_small_height, melee, physical_affinity, red_blood, unique_map_boss
Life
3600%
Ailment Threshold
2000%
Resistance
40 40 40 25
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
150%
Type
MapWolfBoss2
Metadata
LionMapWolfFireBoss
Level
82
Life
75,338,175
Armour
85,651
Evasion
7,608
Energy Shield
0
Damage
1,937
Spell Damage
2,891
Accuracy
499
Attack Time
1.005
Experience
143,066
Ailment Threshold
19,671,634
Chill
62,202
Shock
62,202
Brittle
351,906
Scorch
62,202
Sap
171,851
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 3076–4614
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
LionWolfFireBossVaalFlameblast
Spell, Damage, Area, Totemable, Vaal, Fire, AreaSpell
Vaal Flameblast
Effectiveness of Added Damage: 50%
Cast Time: 1 sec
Cooldown Time: 10 sec
Targets an area and builds up a large explosion. The build-up speed is based on cast speed. The explosion occurs after it reaches 10 stacks.
Deals 468.5 to 702.8 Fire Damage
35% increased Cast Speed
100% chance to Ignite enemies
110% more Spell Damage for each stage
110% more Damage with Ailments for each stage
active skill area of effect radius +% final [50]
is area damage [1]
LionWolfFireBossFlameBreath
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
Creeping Frost
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Cooldown Time: 1.5 sec
Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.
Deals 1333.3 Base Fire Damage per second
Base duration is 6 seconds
Deals 1818 to 2727 Fire Damage
Fires 3 additional Projectiles
6% increased Cast Speed
50% reduced Projectile Speed
Base radius is 1.5 metres
Base secondary radius is 1.5 metres
base is projectile [1]
MonsterLeapSlamLionWolf
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Leap Slam
Base Damage: 3076–4614
Critical Strike Chance: 5%
Attack Damage: 150%
Attack Damage: 150%
Attack Time: 1.5 sec
Cooldown Time: 5 sec
Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.
Deals 50% more Attack Damage
Base radius is 1.5 metres
cast time overrides attack duration [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Dagger"
}

Animated
{

}

Transitionable
{

}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.35
}

Transitionable
{
	on_transition = "PlayAnimation( Happy );"
}

Animated
{

}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Lion/LionMapWolfFireBoss"] = {
    name = "Solus, Pack Alpha",
    life = 36,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "One Hand Sword",
    skillList = {
        "Melee",
        "MonsterLeapSlamLionWolf",
        "LionWolfFireBossFlameBreath",
        "LionWolfFireBossVaalFlameblast",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterLeapSlamLionWolf"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LionWolfFireBossFlameBreath"] = {
    name = "Creeping Frost",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Duration] = true,
        [SkillType.Area] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_cast_speed_+%",
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, 400, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 0, 800, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 7, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 0, 1200, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 9, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 0, 1600, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 0, 2200, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 16, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 0, 2800, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 2, 3600, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 27, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 2, 4000, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [9] = {0.80000001192093, 1.2000000476837, 2, 4400, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [10] = {0.80000001192093, 1.2000000476837, 2, 5400, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [11] = {0.80000001192093, 1.2000000476837, 2, 6000, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 2, 6800, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 2, 7800, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 2, 8800, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 49, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 2, 9600, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 2, 10400, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 2, 11784, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 2, 19600, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 4, 21772, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 4, 24568, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 4, 27368, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 4, 30164, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 4, 32960, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 4, 36196, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 4, 39432, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 4, 42664, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 4, 45900, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 4, 49136, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 6, 52372, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 6, 55604, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [31] = {0.80000001192093, 1.2000000476837, 6, 58840, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [32] = {0.80000001192093, 1.2000000476837, 6, 62076, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [33] = {0.80000001192093, 1.2000000476837, 6, 65312, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [34] = {0.80000001192093, 1.2000000476837, 6, 68548, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [35] = {0.80000001192093, 1.2000000476837, 6, 71784, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [36] = {0.80000001192093, 1.2000000476837, 6, 74000, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [37] = {0.80000001192093, 1.2000000476837, 6, 80000, 6000, -50, 3, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LionWolfFireBossVaalFlameblast"] = {
    name = "Vaal Flameblast",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Targets an area and builds up a large explosion. The build-up speed is based on cast speed. The explosion occurs after it reaches 10 stacks.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Vaal] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "charged_blast_spell_damage_+%_final_per_stack",
        "base_cast_speed_+%",
        "base_chance_to_ignite_%",
        "flameblast_ailment_damage_+%_final_per_stack",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 110, 35, 100, 110, 50, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
display monster mod nemesis test [0]
IdDaemonLionWolfFireBossGroundFire
FamilyDaemon
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • display monster mod nemesis test Min: 0 Max: 0 Global
  • 15000% increased Rarity of Items Dropped
    Monsters grant 100% increased Experience
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.