spacebuild/spacebuild

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

Summary

Maintainability
Test Coverage
DEVICEGROUP.type = "storage_gas_co2"

--[[
    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 Carbon Dioxide Storage",
        model = "models/ce_ls3additional/canisters/canister_small.mdl",
        skin = 0
    },
    add_2 = {
        Name = "CE Medium Carbon Dioxide Storage",
        model = "models/ce_ls3additional/canisters/canister_medium.mdl",
        skin = 0
    },
    add_3 = {
        Name = "CE Large Carbon Dioxide Storage",
        model = "models/ce_ls3additional/canisters/canister_large.mdl",
        skin = 0
    },
    add_4 = {
        Name = "CS Small Carbon Dioxide Storage",
        model = "models/chipstiks_ls3_models/SmallCO2Tank/smallco2tank.mdl",
    },
    add_5 = {
        Name = "CS Medium Carbon Dioxide Storage",
        model = "models/chipstiks_ls3_models/MediumCO2Tank/mediumco2tank.mdl",
    },
    add_6 = {
        Name = "CS Large Carbon Dioxide Storage",
        model = "models/chipstiks_ls3_models/LargeCO2Tank/largeco2tank.mdl",
    },
}