Litanius, a Oração Sombria
Morto-vivo
Monstros concedem Experiência aumentada em 100%
monster dropped item rarity +% [15000]
Você pode aplicar 3 Maldições adicionais
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Litanius, the Black Prayer
SpectreN
AreaMapa: Câmaras de Relíquias
Tagsbludgeoning_weapon, bone_armour, bones, Conjurador, fire_affinity, has_one_hand_mace, has_one_handed_melee, large_height, melee, non_unique_map_boss, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
Vida
400%
Armadura
+15%
Ailment Threshold
400%
Resistência
40 40 40 25
Damage
187%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 16
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
SkeletonMapBoss
Metadata
MapSkeletonBossMeleeSimplified
Nível
74
Vida
1,793,428
Armadura
53,046
Evasão
5,828
Escudo de Energia
0
Damage
1,138
Dano Mágico
1,698
Precisão
366
Attack Time
1.07535
Experiência
127,611
Ailment Threshold
950,517
Chill
3,006
Shock
3,006
Brittle
17,004
Scorch
3,006
Sap
8,304
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1807–2711
Chance de Crítico: 5%
Attack Time: 1.605 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
CurseNova
Spell, Damage, Triggerable, Triggered, InbuiltTrigger, Projectile, ProjectilesFromUser, Fire, Cold, Lightning, Duration, Buff, Physical
Guarda Elemental
Tempo de Conjuração: 2 seg
Recarga: 10 seg
Dispara projéteis em todas as direções, convertendo todo o seu dano físico para um elemento aleatório e concede um bônus que o torna imune a maldições por um tempo. Remove maldições em você quando usado.
Causa 3217 a 4850 de Dano de Gelo
Causa 4455 a 6682 de Dano de Raio
Projéteis Perfuram todos Alvos
Causa 3960 a 5939 de Dano de Fogo
Dispara 16 Projéteis adicionais
Dispara Projéteis em um círculo
base is projectile [1]
curse nova damage +% final per curse removed [25]
GeofriSlam
Attack, Area
Base Damage: 1807–2711
Chance de Crítico: 5%
Dano de Ataque: 95%
Dano de Ataque: 95%
Attack Time: 1.605 seg
Recarga: 5 seg
Causa 5% menos Dano de Ataque
47% menos Velocidade de Ataque
active skill area of effect radius +% final [-50]
is area damage [1]
voll slam damage +% final at centre [100]
WanderingEnfeebleGeofri
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Recarga: 15 seg
alternate minion [179]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]
WanderingVulnerabilityGeofri
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Recarga: 15 seg
alternate minion [181]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]
WanderingTemporalChainsGeofri
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Recarga: 15 seg
alternate minion [180]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Skeletons/Skeleton"

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Skeletons/Skeleton"

Animated
{
}

Targetable
{
	no_highlight = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/MapSkeletonBossMeleeSimplified"] = {
    name = "Litanius, the Black Prayer",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.87,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 16,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "WanderingEnfeebleGeofri",
        "WanderingVulnerabilityGeofri",
        "WanderingTemporalChainsGeofri",
        "GeofriSlam",
        "CurseNova",
    },
    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["WanderingEnfeebleGeofri"] = {
    name = "WanderingEnfeebleGeofri",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {179, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WanderingVulnerabilityGeofri"] = {
    name = "WanderingVulnerabilityGeofri",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {181, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WanderingTemporalChainsGeofri"] = {
    name = "WanderingTemporalChainsGeofri",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {180, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeofriSlam"] = {
    name = "GeofriSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "voll_slam_damage_+%_final_at_centre",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {100, -47, -50, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        [2] = {80, -47, -50, baseMultiplier = 0.95, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CurseNova"] = {
    name = "Elemental Warding",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires projectiles in all directions, converting all their physical damage to a random element, and grants a buff which makes you unaffected by curses for a duration. Removes curses on you when used.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Triggered] = true,
        [SkillType.InbuiltTrigger] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Fire] = true,
        [SkillType.Cold] = true,
        [SkillType.Lightning] = true,
        [SkillType.Duration] = true,
        [SkillType.Buff] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "number_of_additional_projectiles",
        "curse_nova_damage_+%_final_per_curse_removed",
        "base_is_projectile",
        "projectiles_nova",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0.64999997615814, 0.98000001907349, 0.89999997615814, 1.3500000238419, 16, 25, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 3, 3},  cost = { }, },
    },
}
Monstros concedem Experiência aumentada em 100%
monster dropped item rarity +% [15000]
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Você pode aplicar 3 Maldições adicionais
    IdAdditionalCurseOnEnemiesMapBossGeofri_
    FamilyAdditionalCurseOnEnemies
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • number of additional curses allowed Min: 3 Max: 3 Global
  • Craft Tagscaster curse
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (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
  • Litanius, a Oração Sombria
    Morto-vivo
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    Você pode aplicar 3 Maldições adicionais
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Litanius, the Black Prayer
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, bones, Conjurador, fire_affinity, has_one_hand_mace, has_one_handed_melee, large_height, melee, not_dex, not_int, physical_affinity, skeleton, standalone_map_boss, undead, very_slow_movement
    Vida
    400%
    Armadura
    +15%
    Ailment Threshold
    400%
    Resistência
    40 40 40 25
    Damage
    187%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 16
    Attack Time
    1.605 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    SkeletonMapBoss
    Metadata
    MapSkeletonBossMeleeSimplifiedStandalone
    Nível
    68
    Vida
    557,385
    Armadura
    33,109
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    796
    Dano Mágico
    1,188
    Precisão
    290
    Attack Time
    1.07535
    Experiência
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1264–1895
    Chance de Crítico: 5%
    Attack Time: 1.605 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    CurseNova
    Spell, Damage, Triggerable, Triggered, InbuiltTrigger, Projectile, ProjectilesFromUser, Fire, Cold, Lightning, Duration, Buff, Physical
    Guarda Elemental
    Tempo de Conjuração: 2 seg
    Recarga: 10 seg
    Dispara projéteis em todas as direções, convertendo todo o seu dano físico para um elemento aleatório e concede um bônus que o torna imune a maldições por um tempo. Remove maldições em você quando usado.
    Causa 2401 a 3620 de Dano de Gelo
    Causa 3324 a 4986 de Dano de Raio
    Projéteis Perfuram todos Alvos
    Causa 2955 a 4432 de Dano de Fogo
    Dispara 16 Projéteis adicionais
    Dispara Projéteis em um círculo
    base is projectile [1]
    curse nova damage +% final per curse removed [25]
    GeofriSlam
    Attack, Area
    Base Damage: 1264–1895
    Chance de Crítico: 5%
    Dano de Ataque: 95%
    Dano de Ataque: 95%
    Attack Time: 1.605 seg
    Recarga: 5 seg
    Causa 5% menos Dano de Ataque
    47% menos Velocidade de Ataque
    active skill area of effect radius +% final [-50]
    is area damage [1]
    voll slam damage +% final at centre [100]
    WanderingEnfeebleGeofri
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 1 seg
    Recarga: 15 seg
    alternate minion [179]
    minion dies when parent dies [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    WanderingVulnerabilityGeofri
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 1 seg
    Recarga: 15 seg
    alternate minion [181]
    minion dies when parent dies [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    WanderingTemporalChainsGeofri
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 1 seg
    Recarga: 15 seg
    alternate minion [180]
    minion dies when parent dies [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Skeletons/Skeleton"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Skeletons/Skeleton"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/MapSkeletonBossMeleeSimplifiedStandalone"] = {
        name = "Litanius, the Black Prayer",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.87,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "WanderingEnfeebleGeofri",
            "WanderingVulnerabilityGeofri",
            "WanderingTemporalChainsGeofri",
            "GeofriSlam",
            "CurseNova",
        },
        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["WanderingEnfeebleGeofri"] = {
        name = "WanderingEnfeebleGeofri",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {179, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WanderingVulnerabilityGeofri"] = {
        name = "WanderingVulnerabilityGeofri",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {181, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WanderingTemporalChainsGeofri"] = {
        name = "WanderingTemporalChainsGeofri",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {180, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GeofriSlam"] = {
        name = "GeofriSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "voll_slam_damage_+%_final_at_centre",
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {100, -47, -50, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
            [2] = {80, -47, -50, baseMultiplier = 0.95, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CurseNova"] = {
        name = "Elemental Warding",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires projectiles in all directions, converting all their physical damage to a random element, and grants a buff which makes you unaffected by curses for a duration. Removes curses on you when used.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Triggered] = true,
            [SkillType.InbuiltTrigger] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Fire] = true,
            [SkillType.Cold] = true,
            [SkillType.Lightning] = true,
            [SkillType.Duration] = true,
            [SkillType.Buff] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_additional_projectiles",
            "curse_nova_damage_+%_final_per_curse_removed",
            "base_is_projectile",
            "projectiles_nova",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0.64999997615814, 0.98000001907349, 0.89999997615814, 1.3500000238419, 16, 25, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 3, 3},  cost = { }, },
        },
    }
    
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Você pode aplicar 3 Maldições adicionais
    IdAdditionalCurseOnEnemiesMapBossGeofri_
    FamilyAdditionalCurseOnEnemies
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • number of additional curses allowed Min: 3 Max: 3 Global
  • Craft Tagscaster curse
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (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
  • Litanius, a Oração Sombria
    Morto-vivo
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    Você pode aplicar 3 Maldições adicionais
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Litanius, the Black Prayer
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, bones, elder_map_boss, has_one_hand_mace, has_one_handed_melee, large_height, non_attacking, not_dex, not_int, skeleton, undead, very_slow_movement
    Vida
    400%
    Armadura
    +15%
    Ailment Threshold
    400%
    Resistência
    40 40 40 25
    Damage
    187%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.605 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    SkeletonMapBoss
    Metadata
    MapSkeletonBossMeleeSimplifiedElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/MapSkeletonBossMeleeSimplifiedElder"] = {
        name = "Litanius, the Black Prayer",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.87,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    Monstros concedem Experiência aumentada em 100%
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Você pode aplicar 3 Maldições adicionais
    IdAdditionalCurseOnEnemiesMapBossGeofri_
    FamilyAdditionalCurseOnEnemies
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • number of additional curses allowed Min: 3 Max: 3 Global
  • Craft Tagscaster curse
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (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.