Fanático do Caos
SpectreY
AreaMapa: Santuário, Mapa: Cidadela, Mapa: Fortaleza, Mapa: Abominação, Mapa: Zigurate
TagsConjurador, 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
  • Mapa: Zigurate, Mapa: Fortaleza, Mapa: Cidadela, Mapa: Abominação, Mapa: Santuário: Chamador do Caos, Fanático do Caos
  • Vida
    288%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    288%
    Resistência
    20 20 20 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    110%
    Type
    VaalCultistSpearMapAtlasUber
    Metadata
    VaalCultistSpearChaosMapAtlasUber
    Nível
    84
    Vida
    101,650
    Armadura
    119,801
    Evasão
    11,368
    Escudo de Energia
    0
    Damage
    1,144
    Dano Mágico
    1,144
    Precisão
    538
    Attack Time
    1.5
    Experiência
    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
    Bola de Fogo
    Chance de Crítico: 6%
    Tempo de Conjuração: 1.2 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Causa 419.7 a 629.5 de Dano de Caos
    Velocidade de Projéteis reduzida em 50%
    Raio Base igual a 0.9 metros
    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.