spacebuild/spacebuild

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

Summary

Maintainability
Test Coverage
DEVICEGROUP.type = "generator_gas_h"

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