Module:Data/Circuit/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 81: | Line 81: | ||
}, | }, | ||
ticks = 200, | ticks = 200, | ||
tier = | tier = 2, | ||
}, | }, | ||
{ | { | ||
Latest revision as of 21:14, 27 January 2026
Documentation for this module may be created at Module:Data/Circuit/InInput/doc
return {
{
name = 'SteelAdvancedSign',
machine = 'Hand',
input = {
{'SteelSign', 1},
{'Circuit', 1},
},
output = {
{'SteelAdvancedSign', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelSorter',
machine = 'Hand',
input = {
{'SteelSplitter', 1},
{'Circuit', 3},
},
output = {
{'SteelSorter', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelLoader',
machine = 'Hand',
input = {
{'SteelRobotArm', 5},
{'SteelElectricEngine', 1},
{'Circuit', 2},
{'SteelParts', 4},
},
output = {
{'SteelLoader', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelConstructor',
machine = 'Hand',
input = {
{'SteelRobotArm', 1},
{'SteelPlate', 3},
{'SteelParts', 4},
{'Circuit', 2},
},
output = {
{'SteelConstructor', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelComputer',
machine = 'Hand',
input = {
{'SteelPlate', 1},
{'Circuit', 4},
},
output = {
{'SteelComputer', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'AdvancedCircuit',
machine = 'Hand',
input = {
{'CircuitBoard', 1},
{'Resistor', 2},
{'Circuit', 3},
},
output = {
{'AdvancedCircuit', 1},
},
ticks = 200,
tier = 2,
},
{
name = 'Steampack',
machine = 'Hand',
input = {
{'CopperParts', 6},
{'CopperPlate', 2},
{'CopperPipe', 4},
{'Circuit', 10},
},
output = {
{'Steampack', 1},
},
ticks = 20,
},
{
name = 'HighCapacitySteampack',
machine = 'Hand',
input = {
{'SteelParts', 30},
{'SteelPlate', 10},
{'CopperPipe', 5},
{'Circuit', 15},
},
output = {
{'HighCapacitySteampack', 1},
},
ticks = 20,
},
{
name = 'HighPressureSteampack',
machine = 'Hand',
input = {
{'SteelParts', 6},
{'SteelPlate', 2},
{'CopperPipe', 30},
{'Circuit', 15},
},
output = {
{'HighPressureSteampack', 1},
},
ticks = 20,
},
}