Module:HandRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CircuitBoard', ingredients = { {'Log', 1}, }, results = { {'CircuitBoard', 1}, }, time = 20, tier = 1, }, { name = 'Circuit', ingredients = { {'CircuitBoard', 1}, {'Triod', 3}, }, results = { {'Circuit', 1}, }, time = 150, tier = 1, }, { name = 'Triod',..."
 
No edit summary
Line 1: Line 1:
return {
return {
     {
     {
         name = 'CircuitBoard',
         name = 'SandSurface',
         ingredients = {
         ingredients = {
             {'Log', 1},
             {'GravelSurface', 1},
         },
         },
         results = {
         results = {
             {'CircuitBoard', 1},
             {'SandSurface', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
     },
     },
     {
     {
         name = 'Circuit',
         name = 'GravelSurface',
         ingredients = {
         ingredients = {
             {'CircuitBoard', 1},
             {'StoneSurface', 1},
            {'Triod', 3},
        },
        results = {
            {'Circuit', 1},
        },
        time = 150,
        tier = 1,
    },
    {
        name = 'Triod',
        ingredients = {
            {'Glass', 1},
            {'CopperWire', 3},
        },
        results = {
            {'Triod', 1},
        },
        time = 50,
        tier = 1,
    },
    {
        name = 'Resistor',
        ingredients = {
            {'CoalDust', 1},
            {'Organics', 1},
            {'CopperWire', 1},
        },
        results = {
            {'Resistor', 1},
        },
        time = 60,
        tier = 1,
    },
    {
        name = 'AdvancedCircuit',
        ingredients = {
            {'CircuitBoard', 1},
            {'Resistor', 2},
            {'Circuit', 3},
        },
        results = {
            {'AdvancedCircuit', 1},
        },
        time = 200,
        tier = 1,
    },
    {
        name = 'Transistor',
        ingredients = {
            {'Silicon', 1},
            {'CopperWire', 2},
        },
        results = {
            {'Transistor', 1},
        },
        time = 80,
        tier = 1,
    },
    {
        name = 'Capacitor',
        ingredients = {
            {'AluminiumFoil', 2},
            {'Log', 1},
        },
        results = {
            {'Capacitor', 1},
        },
        time = 80,
        tier = 1,
    },
    {
        name = 'Processor',
        ingredients = {
            {'CircuitBoard', 1},
            {'AdvancedCircuit', 3},
            {'Resistor', 2},
        },
        results = {
            {'Processor', 1},
        },
        time = 200,
        tier = 3,
    },
    {
        name = 'QuantumCore',
        ingredients = {
            {'YttriumDust', 1},
            {'CopperParts', 3},
        },
        results = {
            {'QuantumCore', 1},
        },
        time = 100,
        tier = 4,
    },
    {
        name = 'QuantumCircuit',
        ingredients = {
            {'QuantumCore', 2},
            {'Processor', 3},
            {'Resistor', 6},
        },
        results = {
            {'QuantumCircuit', 1},
        },
        time = 200,
        tier = 4,
    },
    {
        name = 'QuantumProcessor',
        ingredients = {
            {'QuantumCircuit', 3},
            {'DecisionResonator', 1},
            {'Capacitor', 6},
        },
        results = {
            {'QuantumProcessor', 1},
        },
        time = 200,
        tier = 5,
    },
    {
        name = 'QuantumBrain',
        ingredients = {
            {'QuantumProcessor', 3},
            {'BrainMatrix', 1},
            {'Resistor', 10},
        },
        results = {
            {'QuantumBrain', 1},
        },
        time = 200,
        tier = 6,
    },
    {
        name = 'UltimateCatalyst',
        ingredients = {
            {'Cell', 1},
            {'NeutroniumParts', 2},
            {'Coke', 10},
        },
        results = {
            {'UltimateCatalyst', 1},
        },
        time = 200,
        tier = 7,
    },
    {
        name = 'Catalyst',
        ingredients = {
            {'Cell', 1},
            {'CopperWire', 40},
            {'Coal', 4},
        },
        results = {
            {'Catalyst', 1},
        },
        time = 200,
        tier = 3,
    },
    {
        name = 'PrimitiveBattery',
        ingredients = {
            {'Coke', 1},
            {'AluminiumParts', 1},
            {'SteelPlate', 1},
        },
        results = {
            {'PrimitiveBattery', 1},
        },
        time = 100,
        tier = 3,
    },
    {
        name = 'BasicPlatform',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'BasicPlatform', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'Bricks',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'Bricks', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'GlassBlock',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'GlassBlock', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'WoodenPlanks',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'WoodenPlanks', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'StoneTiles',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'StoneTiles', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'RedTiles',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'RedTiles', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'DarkTiles',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'DarkTiles', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'Terracotta',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'Terracotta', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'TerracottaTiles',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'TerracottaTiles', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'RedBricks',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'RedBricks', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'DarkBricks',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'DarkBricks', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'TerracottaBricks',
        ingredients = {
            {'BuildingMaterial', 2},
        },
        results = {
            {'TerracottaBricks', 1},
        },
        time = 10,
        tier = 1,
    },
    {
        name = 'Concrete',
        ingredients = {
            {'BuildingMaterial', 4},
        },
        results = {
            {'Concrete', 1},
        },
        time = 10,
        tier = 2,
    },
    {
        name = 'ConcreteBricks',
        ingredients = {
            {'BuildingMaterial', 4},
        },
        results = {
            {'ConcreteBricks', 1},
        },
        time = 10,
        tier = 2,
    },
    {
        name = 'ConcreteTiles',
        ingredients = {
            {'BuildingMaterial', 4},
        },
        results = {
            {'ConcreteTiles', 1},
        },
        time = 10,
        tier = 2,
    },
    {
        name = 'ConcreteSmallTiles',
        ingredients = {
            {'BuildingMaterial', 4},
        },
        results = {
            {'ConcreteSmallTiles', 1},
        },
        time = 10,
        tier = 2,
    },
    {
        name = 'PlasticBlock',
        ingredients = {
            {'BuildingMaterial', 4},
        },
        results = {
            {'PlasticBlock', 1},
        },
        time = 10,
        tier = 2,
    },
    {
        name = 'ReinforcedConcrete',
        ingredients = {
            {'BuildingMaterial', 8},
        },
        results = {
            {'ReinforcedConcrete', 1},
        },
        time = 10,
        tier = 3,
    },
    {
        name = 'ReinforcedConcreteTiles',
        ingredients = {
            {'BuildingMaterial', 8},
        },
        results = {
            {'ReinforcedConcreteTiles', 1},
        },
        time = 10,
        tier = 3,
    },
    {
        name = 'ReinforcedConcreteSmallTiles',
        ingredients = {
            {'BuildingMaterial', 8},
        },
        results = {
            {'ReinforcedConcreteSmallTiles', 1},
        },
        time = 10,
        tier = 3,
    },
    {
        name = 'ReinforcedConcreteBricks',
        ingredients = {
            {'BuildingMaterial', 8},
        },
        results = {
            {'ReinforcedConcreteBricks', 1},
        },
        time = 10,
        tier = 3,
    },
    {
        name = 'DangerBlock',
        ingredients = {
            {'BuildingMaterial', 8},
        },
        results = {
            {'DangerBlock', 1},
        },
        time = 10,
        tier = 3,
    },
    {
        name = 'Column',
        ingredients = {
            {'BuildingMaterial', 3},
         },
         },
         results = {
         results = {
             {'Column', 1},
             {'GravelSurface', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
     },
     },
     {
     {
         name = 'FluetedColumn',
         name = 'Steampack',
         ingredients = {
         ingredients = {
             {'BuildingMaterial', 3},
             {'CopperParts', 6},
            {'CopperPlate', 2},
            {'CopperPipe', 4},
            {'Circuit', 10},
         },
         },
         results = {
         results = {
             {'FluetedColumn', 1},
             {'Steampack', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
     },
     },
     {
     {
         name = 'Chair',
         name = 'AdvancedSteampack',
         ingredients = {
         ingredients = {
             {'BuildingMaterial', 3},
             {'StainlessSteelParts', 30},
            {'StainlessSteelPlate', 10},
            {'CopperPipe', 30},
            {'Processor', 10},
         },
         },
         results = {
         results = {
             {'Chair', 1},
             {'AdvancedSteampack', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
     },
     },
     {
     {
         name = 'CopperChair',
         name = 'HighCapacitySteampack',
         ingredients = {
         ingredients = {
             {'BuildingMaterial', 3},
             {'SteelParts', 30},
            {'SteelPlate', 10},
            {'CopperPipe', 5},
            {'Circuit', 15},
         },
         },
         results = {
         results = {
             {'CopperChair', 1},
             {'HighCapacitySteampack', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
     },
     },
     {
     {
         name = 'Ladder',
         name = 'HighPressureSteampack',
         ingredients = {
         ingredients = {
             {'BuildingMaterial', 3},
             {'SteelParts', 6},
            {'SteelPlate', 2},
            {'CopperPipe', 30},
            {'Circuit', 15},
         },
         },
         results = {
         results = {
             {'Ladder', 1},
             {'HighPressureSteampack', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
     },
     },
     {
     {
         name = 'Door',
         name = 'Jetpack',
         ingredients = {
         ingredients = {
             {'BuildingMaterial', 3},
             {'AluminiumParts', 10},
            {'AluminiumPlate', 3},
            {'AluminiumPipe', 6},
            {'AdvancedCircuit', 10},
            {'AluminiumElectricEngine', 2},
         },
         },
         results = {
         results = {
             {'Door', 1},
             {'Jetpack', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
     },
     },
     {
     {
         name = 'Window',
         name = 'AdvancedJetpack',
         ingredients = {
         ingredients = {
             {'BuildingMaterial', 3},
             {'StainlessSteelParts', 10},
            {'StainlessSteelPlate', 3},
            {'StainlessSteelPipe', 6},
            {'Processor', 10},
            {'StainlessSteelElectricEngine', 2},
         },
         },
         results = {
         results = {
             {'Window', 1},
             {'AdvancedJetpack', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
     },
     },
     {
     {
         name = 'PlasticWindow',
         name = 'AntigravityUnit',
         ingredients = {
         ingredients = {
             {'BuildingMaterial', 3},
             {'CompositeParts', 20},
            {'CompositePlate', 2},
            {'CompositePipe', 6},
            {'QuantumProcessor', 10},
            {'Catalyst', 4},
            {'CompositeElectricEngine', 8},
         },
         },
         results = {
         results = {
             {'PlasticWindow', 1},
             {'AntigravityUnit', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
     },
     },
     {
     {
         name = 'Table',
         name = 'Flashlight',
         ingredients = {
         ingredients = {
             {'BuildingMaterial', 3},
             {'SteelPipe', 1},
            {'SteelLamp', 1},
         },
         },
         results = {
         results = {
             {'Table', 1},
             {'Flashlight', 1},
         },
         },
         time = 20,
         time = 20,
        tier = 1,
    },
    {
        name = 'Bed',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'Bed', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'Rack',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'Rack', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'WoodenStairs',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'WoodenStairs', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'Fence',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'Fence', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'SteelFence',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'SteelFence', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'StainlessSteelFence',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'StainlessSteelFence', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'BasicBattery',
        ingredients = {
            {'Battery', 4},
            {'CopperParts', 1},
        },
        results = {
            {'BasicBattery', 1},
        },
        time = 100,
    },
    {
        name = 'AdvancedBattery',
        ingredients = {
            {'BasicBattery', 5},
            {'Circuit', 1},
        },
        results = {
            {'AdvancedBattery', 1},
        },
        time = 200,
    },
    {
        name = 'SuperiorBattery',
        ingredients = {
            {'AdvancedBattery', 5},
            {'AdvancedCircuit', 1},
        },
        results = {
            {'SuperiorBattery', 1},
        },
        time = 300,
    },
    {
        name = 'UltimateBattery',
        ingredients = {
            {'SuperiorBattery', 5},
            {'Processor', 1},
        },
        results = {
            {'UltimateBattery', 1},
        },
        time = 400,
    },
    {
        name = 'Cell',
        ingredients = {
            {'AluminiumPlate', 1},
            {'AluminiumParts', 1},
        },
        results = {
            {'Cell', 1},
        },
        time = 200,
        tier = 3,
    },
    {
        name = 'BasicCoil',
        ingredients = {
            {'CopperWire', 16},
            {'SteelPlate', 2},
        },
        results = {
            {'BasicCoil', 1},
        },
        time = 200,
        tier = 2,
    },
    {
        name = 'AdvancedCoil',
        ingredients = {
            {'BasicCoil', 3},
            {'StainlessSteelPlate', 2},
        },
        results = {
            {'AdvancedCoil', 1},
        },
        time = 200,
        tier = 3,
    },
    {
        name = 'PowerCoil',
        ingredients = {
            {'AdvancedCoil', 3},
            {'Processor', 2},
        },
        results = {
            {'PowerCoil', 1},
        },
        time = 200,
        tier = 5,
    },
    {
        name = 'BasicFrame',
        ingredients = {
            {'SteelPlate', 4},
            {'SteelParts', 4},
        },
        results = {
            {'BasicFrame', 1},
        },
        time = 200,
        tier = 2,
    },
    {
        name = 'ReinforcedFrame',
        ingredients = {
            {'BasicFrame', 3},
            {'AluminiumParts', 6},
        },
        results = {
            {'ReinforcedFrame', 1},
        },
        time = 200,
        tier = 3,
    },
    {
        name = 'ModularFrame',
        ingredients = {
            {'ReinforcedFrame', 3},
            {'StainlessSteelParts', 10},
        },
        results = {
            {'ModularFrame', 1},
        },
        time = 200,
        tier = 5,
    },
    {
        name = 'UraniumCell',
        ingredients = {
            {'Uranium235Dust', 3},
            {'UraniumDust', 20},
            {'Cell', 1},
        },
        results = {
            {'UraniumCell', 1},
        },
        time = 200,
        tier = 5,
    },
    {
        name = 'ThoriumCell',
        ingredients = {
            {'ThoriumDust', 40},
            {'Cell', 1},
        },
        results = {
            {'ThoriumCell', 1},
        },
        time = 200,
        tier = 6,
    },
    {
        name = 'Uranium233Cell',
        ingredients = {
            {'Uranium233Dust', 3},
            {'Cell', 1},
        },
        results = {
            {'Uranium233Cell', 1},
        },
        time = 200,
    },
    {
        name = 'PlutoniumCell',
        ingredients = {
            {'PlutoniumDust', 3},
            {'Cell', 1},
        },
        results = {
            {'PlutoniumCell', 1},
        },
        time = 200,
    },
    {
        name = 'ReflectorCell',
        ingredients = {
            {'Cell', 1},
            {'BerylliumDust', 3},
        },
        results = {
            {'ReflectorCell', 1},
        },
        time = 100,
    },
    {
        name = 'PlatinumReflector',
        ingredients = {
            {'Cell', 1},
            {'PlatinumFoil', 1},
        },
        results = {
            {'PlatinumReflector', 1},
        },
        time = 100,
        tier = 6,
    },
    {
        name = 'BrainMatrix',
        ingredients = {
            {'CarbonFiberSheet', 1},
            {'PlatinumFoil', 1},
        },
        results = {
            {'BrainMatrix', 1},
        },
        time = 100,
        tier = 6,
    },
    {
        name = 'DecisionResonator',
        ingredients = {
            {'StainlessSteelParts', 4},
            {'MicaFlakes', 1},
        },
        results = {
            {'DecisionResonator', 1},
        },
        time = 100,
        tier = 5,
    },
    {
        name = 'ControlCell',
        ingredients = {
            {'Cell', 1},
            {'YttriumDust', 3},
        },
        results = {
            {'ControlCell', 1},
        },
        time = 100,
    },
    {
        name = 'Dirt',
        ingredients = {
            {'SandSurface', 1},
            {'Organics', 1},
        },
        results = {
            {'DirtSurface', 1},
        },
        time = 200,
    },
    {
        name = 'CarbonFiberSheet',
        ingredients = {
            {'CarbonFiber', 2},
        },
        results = {
            {'CarbonFiberSheet', 1},
        },
        time = 200,
    },
    {
        name = 'BuildingMaterial',
        ingredients = {
            {'StoneSurface', 1},
        },
        results = {
            {'BuildingMaterial', 1},
        },
        time = 10,
     },
     },
}
}

Revision as of 12:22, 31 July 2025

Documentation for this module may be created at Module:HandRecipeDictionary/doc

return {
    {
        name = 'SandSurface',
        ingredients = {
            {'GravelSurface', 1},
        },
        results = {
            {'SandSurface', 1},
        },
        time = 20,
    },
    {
        name = 'GravelSurface',
        ingredients = {
            {'StoneSurface', 1},
        },
        results = {
            {'GravelSurface', 1},
        },
        time = 20,
    },
    {
        name = 'Steampack',
        ingredients = {
            {'CopperParts', 6},
            {'CopperPlate', 2},
            {'CopperPipe', 4},
            {'Circuit', 10},
        },
        results = {
            {'Steampack', 1},
        },
        time = 20,
    },
    {
        name = 'AdvancedSteampack',
        ingredients = {
            {'StainlessSteelParts', 30},
            {'StainlessSteelPlate', 10},
            {'CopperPipe', 30},
            {'Processor', 10},
        },
        results = {
            {'AdvancedSteampack', 1},
        },
        time = 20,
    },
    {
        name = 'HighCapacitySteampack',
        ingredients = {
            {'SteelParts', 30},
            {'SteelPlate', 10},
            {'CopperPipe', 5},
            {'Circuit', 15},
        },
        results = {
            {'HighCapacitySteampack', 1},
        },
        time = 20,
    },
    {
        name = 'HighPressureSteampack',
        ingredients = {
            {'SteelParts', 6},
            {'SteelPlate', 2},
            {'CopperPipe', 30},
            {'Circuit', 15},
        },
        results = {
            {'HighPressureSteampack', 1},
        },
        time = 20,
    },
    {
        name = 'Jetpack',
        ingredients = {
            {'AluminiumParts', 10},
            {'AluminiumPlate', 3},
            {'AluminiumPipe', 6},
            {'AdvancedCircuit', 10},
            {'AluminiumElectricEngine', 2},
        },
        results = {
            {'Jetpack', 1},
        },
        time = 20,
    },
    {
        name = 'AdvancedJetpack',
        ingredients = {
            {'StainlessSteelParts', 10},
            {'StainlessSteelPlate', 3},
            {'StainlessSteelPipe', 6},
            {'Processor', 10},
            {'StainlessSteelElectricEngine', 2},
        },
        results = {
            {'AdvancedJetpack', 1},
        },
        time = 20,
    },
    {
        name = 'AntigravityUnit',
        ingredients = {
            {'CompositeParts', 20},
            {'CompositePlate', 2},
            {'CompositePipe', 6},
            {'QuantumProcessor', 10},
            {'Catalyst', 4},
            {'CompositeElectricEngine', 8},
        },
        results = {
            {'AntigravityUnit', 1},
        },
        time = 20,
    },
    {
        name = 'Flashlight',
        ingredients = {
            {'SteelPipe', 1},
            {'SteelLamp', 1},
        },
        results = {
            {'Flashlight', 1},
        },
        time = 20,
    },
}