Module:HandRecipeDictionary

From Evospace
Revision as of 12:22, 31 July 2025 by Evospace (talk | contribs) (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',...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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',
        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 = {
            {'Column', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'FluetedColumn',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'FluetedColumn', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'Chair',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'Chair', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'CopperChair',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'CopperChair', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'Ladder',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'Ladder', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'Door',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'Door', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'Window',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'Window', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'PlasticWindow',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'PlasticWindow', 1},
        },
        time = 20,
        tier = 1,
    },
    {
        name = 'Table',
        ingredients = {
            {'BuildingMaterial', 3},
        },
        results = {
            {'Table', 1},
        },
        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,
    },
}