spacebuild/spacebuild

View on GitHub
lua/caf/stools/ls3_receptacles/extra_ln_storage.lua

Summary

Maintainability
Test Coverage
DEVICEGROUP.type = "storage_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 Storage",
        model = "models/ce_ls3additional/canisters/canister_small.mdl",
        skin = 5
    },
    add_2 = {
        Name = "CE Medium Liquid Nitrogen Storage",
        model = "models/ce_ls3additional/canisters/canister_medium.mdl",
        skin = 5
    },
    add_3 = {
        Name = "CE Large Liquid Nitrogen Storage",
        model = "models/ce_ls3additional/canisters/canister_large.mdl",
        skin = 5
    },
}