Inmolador
Constructo
No puede ser empujado
immune to lava damage [1]
monster do not fracture [1]
Immolator
SpectreN
Tagsconstruct, immobile, is_unarmed, large_height, large_model, metal_armour, non_attacking
Packs
  • Inmolador
  • Vida
    400%
    Ailment Threshold
    400%
    Resistencia
    75 0 0 0
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    LabyrinthLavaSpawner
    Metadata
    LabyrinthElementalSpawner
    Nivel
    68
    Vida
    25,733
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    374
    Daño de hechizos
    374
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    SummonLabyrinthFireSkeleton
    Spell, Multicastable, Triggerable
    Tiempo de lanzamiento: 2.17 seg
    Tiempo de recarga: 3 seg
    alternate minion [73]
    number of monsters to summon [1]
    summon specific monsters in front offset [114]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Pathfinding
    {
    	immobile = true
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LavaTrap/LabyrinthElementalSpawner"] = {
        name = "Immolator",
        life = 4,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "SummonLabyrinthFireSkeleton",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonLabyrinthFireSkeleton"] = {
        name = "SummonLabyrinthFireSkeleton",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.17,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_in_front_offset",
            "summoned_monsters_no_drops_or_experience",
            "summoned_monsters_are_minions",
        },
        levels = {
            [1] = {73, 1, 114, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    No puede ser empujado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • immune to lava damage [1]
    IdImmuneToLavaDamage
    FamilyImmuneToLavaDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • immune to lava damage Min: 1 Max: 1 Global
  • monster do not fracture [1]
    IdMonsterDoNotFracture
    FamilyMonsterDoNotFracture
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 Global
  • Edit

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