Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ AddSolarFurniture()

static void Terraria.Recipe.AddSolarFurniture ( )
inlinestaticprivate

Definition at line 14626 of file Recipe.cs.

14627 {
14628 currentRecipe.createItem.SetDefaults(4229);
14629 currentRecipe.createItem.stack = 10;
14630 currentRecipe.SetIngredients(3, 10, 3458, 1);
14631 currentRecipe.SetCraftingStation(412);
14632 AddRecipe();
14633 currentRecipe.createItem.SetDefaults(4233);
14634 currentRecipe.createItem.stack = 4;
14635 currentRecipe.SetIngredients(4229, 1);
14636 currentRecipe.SetCraftingStation(18);
14637 AddRecipe();
14638 currentRecipe.createItem.SetDefaults(4145);
14639 currentRecipe.SetIngredients(4229, 14);
14640 currentRecipe.SetCraftingStation(412);
14641 AddRecipe();
14642 currentRecipe.createItem.SetDefaults(4146);
14643 currentRecipe.SetIngredients(4229, 15, 225, 5);
14644 currentRecipe.SetCraftingStation(412);
14645 AddRecipe();
14646 currentRecipe.createItem.SetDefaults(4147);
14647 currentRecipe.SetIngredients(4229, 20, 149, 10);
14648 currentRecipe.SetCraftingStation(412);
14649 AddRecipe();
14650 currentRecipe.createItem.SetDefaults(4148);
14651 currentRecipe.SetIngredients(4229, 16);
14652 currentRecipe.SetCraftingStation(412);
14653 AddRecipe();
14654 currentRecipe.createItem.SetDefaults(4149);
14655 currentRecipe.SetIngredients(4229, 5, 8, 3);
14656 currentRecipe.SetCraftingStation(412);
14657 AddRecipe();
14658 currentRecipe.createItem.SetDefaults(4150);
14659 currentRecipe.SetIngredients(4229, 4, 8, 1);
14660 currentRecipe.SetCraftingStation(412);
14661 AddRecipe();
14662 currentRecipe.createItem.SetDefaults(4151);
14663 currentRecipe.SetIngredients(4229, 4);
14664 currentRecipe.SetCraftingStation(412);
14665 AddRecipe();
14666 currentRecipe.createItem.SetDefaults(4152);
14667 currentRecipe.SetIngredients(4229, 4, 8, 4, 85, 1);
14668 currentRecipe.SetCraftingStation(412);
14669 AddRecipe();
14670 currentRecipe.createItem.SetDefaults(4153);
14671 currentRecipe.SetIngredients(4229, 8, 22, 2);
14672 currentRecipe.SetCraftingStation(412);
14673 currentRecipe.anyIronBar = true;
14674 AddRecipe();
14675 currentRecipe.createItem.SetDefaults(4154);
14676 currentRecipe.SetIngredients(4229, 10, 22, 3, 170, 6);
14677 currentRecipe.SetCraftingStation(412);
14678 currentRecipe.anyIronBar = true;
14679 AddRecipe();
14680 currentRecipe.createItem.SetDefaults(4155);
14681 currentRecipe.SetIngredients(4229, 6);
14682 currentRecipe.SetCraftingStation(412);
14683 AddRecipe();
14684 currentRecipe.createItem.SetDefaults(4156);
14685 currentRecipe.SetIngredients(8, 1, 4229, 3);
14686 currentRecipe.SetCraftingStation(412);
14687 AddRecipe();
14688 currentRecipe.createItem.SetDefaults(4157);
14689 currentRecipe.SetIngredients(4229, 6, 8, 1);
14690 currentRecipe.SetCraftingStation(412);
14691 AddRecipe();
14692 currentRecipe.createItem.SetDefaults(4158);
14693 currentRecipe.SetIngredients(4229, 15, 154, 4, 149, 1);
14694 currentRecipe.SetCraftingStation(412);
14695 AddRecipe();
14696 currentRecipe.createItem.SetDefaults(4160);
14697 currentRecipe.SetIngredients(4229, 6, 206, 1);
14698 currentRecipe.SetCraftingStation(412);
14699 AddRecipe();
14700 currentRecipe.createItem.SetDefaults(4161);
14701 currentRecipe.SetIngredients(4229, 5, 225, 2);
14702 currentRecipe.SetCraftingStation(412);
14703 AddRecipe();
14704 currentRecipe.createItem.SetDefaults(4162);
14705 currentRecipe.SetIngredients(4229, 8);
14706 currentRecipe.SetCraftingStation(412);
14707 AddRecipe();
14708 currentRecipe.createItem.SetDefaults(4163);
14709 currentRecipe.SetIngredients(4229, 10);
14710 currentRecipe.SetCraftingStation(412);
14711 AddRecipe();
14712 currentRecipe.createItem.SetDefaults(4165);
14713 currentRecipe.SetIngredients(4229, 6);
14714 currentRecipe.SetCraftingStation(412);
14715 AddRecipe();
14716 }
static void AddRecipe()
Definition Recipe.cs:15768
static Recipe currentRecipe
Definition Recipe.cs:25

References Terraria.Recipe.AddRecipe(), and Terraria.Recipe.currentRecipe.

Referenced by Terraria.Recipe.SetupRecipes().