SpectreY
AreaSanctuary Map, Citadel Map, Fortress Map, Abomination Map, Ziggurat Map
Tagscaster, chaos_affinity, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
Packs
  • Ziggurat Map, Fortress Map, Citadel Map, Abomination Map, Sanctuary Map: Chaos Caller, Chaos Fanatic
  • Life
    288%
    Armour
    +20%
    Evasion
    +40%
    Ailment Threshold
    288%
    Resistance
    20 20 20 0
    Damage
    120%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    110%
    Type
    VaalCultistSpearMapAtlasUber
    Metadata
    VaalCultistSpearChaosMapAtlasUber
    Level
    84
    Life
    101,650
    Armour
    119,801
    Evasion
    11,368
    Energy Shield
    0
    Damage
    1,144
    Spell Damage
    1,144
    Accuracy
    538
    Attack Time
    1.5
    Experience
    15,900
    Ailment Threshold
    101,650
    Chill
    321
    Shock
    321
    Brittle
    1,818
    Scorch
    321
    Sap
    888
    FireballIncursionChaosAtlasUber
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Fireball
    Critical Strike Chance: 6%
    Cast Time: 1.2 sec
    Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
    Deals 419.7 to 629.5 Chaos Damage
    50% reduced Projectile Speed
    Base radius is 0.9 metres
    base is projectile [1]
    spell maximum action distance +% [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosMapAtlasUber"] = {
        name = "Chaos Fanatic",
        life = 2.88,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncursionChaosAtlasUber",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncursionChaosAtlasUber"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 9, -50, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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