This class provides the crafting recipe dictionary used by the crafting manager.
More...
|
| readonly string [] | ironBlockIngredients |
| |
| readonly string [] | steelBlockIngredients |
| |
| readonly string [] | quantumHatchwayIngredients |
| |
| readonly string [] | doorIngredients |
| |
| readonly string [] | electricLightIngredients |
| |
| readonly string [] | augerIngredients |
| |
| readonly string [] | storageContainerIngredients |
| |
| readonly string [] | extruderIngredients |
| |
| readonly string [] | pressIngredients |
| |
| readonly string [] | universalExtractorIngredients |
| |
| readonly string [] | universalConduitIngredients |
| |
| readonly string [] | retrieverIngredients |
| |
| readonly string [] | generatorIngredients |
| |
| readonly string [] | reactorTurbineIngredients |
| |
| readonly string [] | railCartHubIngredients |
| |
| readonly string [] | railCartIngredients |
| |
| readonly string [] | circuitBoardIngredients |
| |
| readonly string [] | electricMotorIngredients |
| |
| readonly string [] | autoCrafterIngredients |
| |
| readonly string [] | solarPanelIngredients |
| |
| readonly string [] | powerConduitIngredients |
| |
| readonly string [] | nuclearReactorIngredients |
| |
| readonly string [] | heatExchangerIngredients |
| |
| readonly string [] | smelterIngredients |
| |
| readonly string [] | gearCutterIngredients |
| |
| readonly string [] | storageComputerIngredients |
| |
| readonly string [] | alloySmelterIngredients |
| |
| readonly string [] | turretIngredients |
| |
| readonly string [] | missileIngredients |
| |
| readonly string [] | darkMatterCollectorIngredients |
| |
| readonly string [] | darkMatterConduitIngredients |
| |
| readonly int [] | ironBlockAmounts = { 1 } |
| |
| readonly int [] | steelBlockAmounts = { 1 } |
| |
| readonly int [] | doorAmounts = { 1, 1 } |
| |
| readonly int [] | quantumHatchwayAmounts = { 1, 1 } |
| |
| readonly int [] | electricLightAmounts = { 1, 1, 2 } |
| |
| readonly int [] | augerAmounts = { 10, 10 } |
| |
| readonly int [] | storageContainerAmounts = { 6 } |
| |
| readonly int [] | extruderAmounts = { 10, 10 } |
| |
| readonly int [] | pressAmounts = { 10, 10, 10 } |
| |
| readonly int [] | universalExtractorAmounts = { 10, 10, 10, 10 } |
| |
| readonly int [] | universalConduitAmounts = { 5, 5, 5, 5 } |
| |
| readonly int [] | retrieverAmounts = { 4, 2, 4, 2, 2 } |
| |
| readonly int [] | generatorAmounts = { 1, 1, 2, 2, 4, 4 } |
| |
| readonly int [] | reactorTurbineAmounts = { 1, 1, 2, 2, 4, 4 } |
| |
| readonly int [] | railCartHubAmounts = { 6, 10, 1 } |
| |
| readonly int [] | railCartAmounts = { 2, 10, 4, 8, 1, 1 } |
| |
| readonly int [] | circuitBoardAmounts = { 1, 1, 2, 1 } |
| |
| readonly int [] | electricMotorAmounts = { 2, 1, 2, 10 } |
| |
| readonly int [] | autoCrafterAmounts = { 4, 4, 4, 4, 4 } |
| |
| readonly int [] | solarPanelAmounts = { 4, 4, 4, 4, 4 } |
| |
| readonly int [] | powerConduitAmounts = { 4, 4, 4 } |
| |
| readonly int [] | nuclearReactorAmounts = { 10, 10, 10, 10, 10, 10 } |
| |
| readonly int [] | heatExchangerAmounts = { 10, 10 } |
| |
| readonly int [] | smelterAmounts = { 5, 10, 10 } |
| |
| readonly int [] | gearCutterAmounts = { 5, 5, 5, 10, 10 } |
| |
| readonly int [] | storageComputerAmounts = { 5, 5, 5, 10, 10, 1, 1 } |
| |
| readonly int [] | alloySmelterAmounts = { 20, 20, 20, 20, 40, 40 } |
| |
| readonly int [] | turretAmounts = { 5, 5, 5, 5, 10, 10, 4, 4 } |
| |
| readonly int [] | missileAmounts = { 2, 1, 5, 1, 1, 10 } |
| |
| readonly int [] | missileTurretAmounts = { 10, 10, 10, 10, 20, 20, 8, 8 } |
| |
| readonly int [] | darkMatterCollectorAmounts = { 50, 50, 50, 50, 50, 100, 100, 100 } |
| |
| readonly int [] | darkMatterConduitAmounts = { 25, 25, 25, 25, 25, 50, 50, 50 } |
| |
This class provides the crafting recipe dictionary used by the crafting manager.