Solus, Alfa de la manada
Bestia
display monster mod nemesis test [0]
Los monstruos otorgan la experiencia aumentada un 100%
monster dropped item rarity +% [15000]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Solus, Pack Alpha
SpectreN
AreaCaer Blaidd, Madriguera de lobos
Tagsanimal_claw_weapon, beast, canine_beast, Lanzador de hechizos, fast_movement, fire_affinity, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, light_armour, mammal_beast, medium_small_height, melee, physical_affinity, red_blood, unique_map_boss
Vida
3600%
Ailment Threshold
2000%
Resistencia
40 40 40 25
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
150%
Type
MapWolfBoss2
Metadata
LionMapWolfFireBoss
Nivel
82
Vida
75,338,175
Armadura
85,651
Evasión
7,608
Escudo de energía
0
Damage
1,937
Daño de hechizos
2,891
Precisión
499
Attack Time
1.005
Experiencia
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
Ataque estándar
Base Damage: 3076–4614
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
LionWolfFireBossVaalFlameblast
Spell, Damage, Area, Totemable, Vaal, Fire, AreaSpell
Explosión de llamas vaal
Efectividad del daño agregado: 50%
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 10 seg
Selecciona un área como objetivo y forma una gran explosión. La velocidad de formación de la explosión se basa en la velocidad de lanzamiento de hechizos. La explosión se produce cuando alcanza 10 acumulaciones.
Inflige de 468.5 a 702.8 de daño de fuego
Velocidad de lanzamiento de hechizos aumentada un 35%
100% de probabilidad de quemar a los enemigos
110% más de daño de hechizos por cada fase
110% más de daño con estados alterados por cada fase
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
Escarcha acechante
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.8 seg
Tiempo de recarga: 1.5 seg
Dispara un proyectil helado que explota al impactar o al llegar al área objetivo. La explosión inflige daño en área y crea un área de escarcha que inflige daño de hielo degenerativo. Esta área se deslizará por el suelo hacia los enemigos cercanos hasta que expire su duración.
Inflige 1333.3 de daño de fuego base por segundo
La duración base es de 6 segundos
Inflige de 1818 a 2727 de daño de fuego
Dispara 3 proyectiles adicionales
Velocidad de lanzamiento de hechizos aumentada un 6%
Velocidad de proyectiles reducida un 50%
El radio base es de 1.5 metros
El radio secundario base es de 1.5 metros
base is projectile [1]
MonsterLeapSlamLionWolf
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto con impacto
Base Damage: 3076–4614
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Daño de ataque: 150%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
Inflige un 50% más de daño de ataque
El radio base es de 1.5 metros
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
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • display monster mod nemesis test Min: 0 Max: 0 Global
  • Los monstruos otorgan la experiencia aumentada un 100%
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (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
    Domainsmonstruo (3)
    GenerationTypeÚnico (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.