MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Sarina Titucius
No muerto
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Spectre
TagsLanzador de hechizos, is_unarmed, light_armour, medium_height, medium_movement, melee, no_pantheon_mod, not_str, physical_affinity, ranged, red_blood, skeleton, undead
Vida
250%
Energy Shield From Life
50%
Evasión
+50%
Ailment Threshold
250%
Resistencia
IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
Damage
63%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.875 Second
Damage Spread
±20%
Experiencia
125%
Model Size
100%
Type
BetrayalDjinnMemberCaster
Metadata
BetrayalDjinnMemberCaster4
Nivel
68
Vida
16,083
Armadura
28,790
Evasión
7,109
Escudo de energía
7,659
Damage
235
Daño de hechizos
235
Precisión
580
Attack Time
1.875
Experiencia
12,819
Minion Life
3,489
Minion Energy Shield
1,661
Minion Damage
188
Ailment Threshold
16,083
Chill
51
Shock
51
Brittle
288
Scorch
51
Sap
141
Phys Convert Ele
240%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 188282
Probabilidad de golpe crítico: 5%
Attack Time: 1.875 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalDjinnProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.5 seg
always pierce [1]
base is projectile [1]
monster projectile variation [86]
projectile uses contact position [1]
spell maximum base physical damage [353.9]
spell minimum base physical damage [235.9]
BetrayalDjinnDelayedBlast
Spell, Damage, Area, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.67 seg
Tiempo de recarga: 8 seg
is area damage [1]
spell maximum base physical damage [814.6]
spell minimum base physical damage [543.1]
NinjaCopQuicksand
Area, Triggerable
Tiempo de recarga: 10 seg
La duración base es de 10 segundos
active skill area of effect radius +% final [-20]
ground quicksand art variation [2]

Object Type

version 2
extends "Metadata/Monsters/LeagueBetrayal/BetrayalDjinnMemberBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBetrayal/BetrayalDjinnMemberCaster4"] = {
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    name = "Sarina Titucius",
    life = 2.5,
    energyShield = 0.5,
    damage = 0.63,
    damageSpread = 0.2,
    attackTime = 1.875,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "Melee",
        "BetrayalDjinnProjectile",
        "BetrayalDjinnDelayedBlast",
        "WalkEmergeBetrayal",
        "NinjaCopQuicksand",
    },
    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["BetrayalDjinnProjectile"] = {
    name = "BetrayalDjinnProjectile",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 86, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BetrayalDjinnDelayedBlast"] = {
    name = "BetrayalDjinnDelayedBlast",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.67,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeBetrayal"] = {
    name = "WalkEmergeBetrayal",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.72,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["NinjaCopQuicksand"] = {
    name = "NinjaCopQuicksand",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "ground_quicksand_art_variation",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {10000, 2, -20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster no drops or experience 1 1 Global — Valor fijo
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Valor fijo
  • cant possess this 1 1 Global — Valor fijo
  • cannot be afflicted 1 1 Global — Valor fijo
  • monster no talismans 1 1 Global — Valor fijo
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — Valor fijo
  • cannot be tagged by sentinel 1 1 Global
  • Edit

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