spacebuild/spacebuild

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

Summary

Maintainability
Test Coverage
DEVICEGROUP.type = "generator_gas_n"

--[[
    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 Nitrogen Compressor",
         model        = "models/ce_ls3additional/compressor/compressor.mdl",
         skin         = 3
     },]]
    add_2 = {
        Name = "CE Large Nitrogen Compressor",
        model = "models/ce_ls3additional/compressor/compressor_large.mdl",
        skin = 3
    },
    add_3 = {
        Name = "CE Huge Nitrogen Compressor",
        model = "models/ce_ls3additional/compressor/compressor_huge.mdl",
        skin = 3
    },
}