Module:Data/Circuit/InInput
Jump to navigation
Jump to search
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 = 'SteelAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'SteelRobotArm', 4},
{'SteelParts', 12},
{'Circuit', 6},
},
output = {
{'SteelAutomaticFarm', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelComputer',
machine = 'Hand',
input = {
{'SteelPlate', 1},
{'Circuit', 4},
},
output = {
{'SteelComputer', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelLogicInterface',
machine = 'Hand',
input = {
{'SteelLogicSensor', 2},
{'Circuit', 1},
},
output = {
{'SteelLogicInterface', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelLogicSensor',
machine = 'Hand',
input = {
{'SteelPlate', 2},
{'Circuit', 1},
{'SteelLogicWire', 1},
},
output = {
{'SteelLogicSensor', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'AdvancedCircuit',
machine = 'Hand',
input = {
{'CircuitBoard', 1},
{'Resistor', 2},
{'Circuit', 3},
},
output = {
{'AdvancedCircuit', 1},
},
ticks = 200,
tier = 2,
},
{
name = 'Led',
machine = 'Hand',
input = {
{'Circuit', 1},
{'SteelPlate', 1},
{'CopperWire', 2},
},
output = {
{'Led', 1},
},
ticks = 60,
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,
},
{
name = 'NightVision',
machine = 'Hand',
input = {
{'SteelParts', 32},
{'Circuit', 16},
{'Glass', 10},
},
output = {
{'NightVision', 1},
},
ticks = 400,
},
{
name = 'OffroadVehicle',
machine = 'Hand',
input = {
{'SteelPlate', 40},
{'SteelParts', 60},
{'SteelPipe', 20},
{'SteelElectricEngine', 4},
{'BasicFrame', 8},
{'Circuit', 20},
},
output = {
{'OffroadVehicle', 1},
},
ticks = 600,
},
{
name = 'SteelAlternator',
machine = 'Hand',
input = {
{'CopperWire', 24},
{'SteelParts', 4},
{'SteelElectricEngine', 1},
{'Circuit', 1},
},
output = {
{'SteelAlternator', 1},
},
ticks = 120,
tier = 2,
},
}