spacebuild/spacebuild

View on GitHub
lua/caf/stools/ls3_energysystems/extra_ln_gens.lua

Summary

Maintainability
Test Coverage
DEVICEGROUP.type = "generator_liquid_nitrogen"

--[[
    You can also use skin = number here to define a skin to make the Module spawn with
    You can also use material = "path/to/material" to set a material to make it spawn with
]]

DEVICEGROUP.devices = {
    add_one = {
        Name        = "CE Small Liquid Nitrogen Compressor",
        model        = "models/ce_ls3additional/compressor/compressor.mdl",
        skin         = 4
    },
    add_2 = {
        Name        = "CE Large Liquid Nitrogen Compressor",
        model        = "models/ce_ls3additional/compressor/compressor_large.mdl",
        skin         = 4
    },
    add_3 = {
        Name        = "CE Huge Liquid Nitrogen Compressor",
        model        = "models/ce_ls3additional/compressor/compressor_huge.mdl",
        skin         = 4
    },
    add_4 = {
        Name        = "CS Nitrogen Liquifier",
        model        = "models/chipstiks_ls3_models/NitrogenLiquifier/nitrogenliquifier.mdl",
        skin         = 0
    },
}