Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AddVortexFurniture()

static void Terraria.Recipe.AddVortexFurniture ( )
inlinestaticprivate

Definition at line 14718 of file Recipe.cs.

14719 {
14720 currentRecipe.createItem.SetDefaults(4230);
14721 currentRecipe.createItem.stack = 10;
14722 currentRecipe.SetIngredients(3, 10, 3456, 1);
14723 currentRecipe.SetCraftingStation(412);
14724 AddRecipe();
14725 currentRecipe.createItem.SetDefaults(4234);
14726 currentRecipe.createItem.stack = 4;
14727 currentRecipe.SetIngredients(4230, 1);
14728 currentRecipe.SetCraftingStation(18);
14729 AddRecipe();
14730 currentRecipe.createItem.SetDefaults(4166);
14731 currentRecipe.SetIngredients(4230, 14);
14732 currentRecipe.SetCraftingStation(412);
14733 AddRecipe();
14734 currentRecipe.createItem.SetDefaults(4167);
14735 currentRecipe.SetIngredients(4230, 15, 225, 5);
14736 currentRecipe.SetCraftingStation(412);
14737 AddRecipe();
14738 currentRecipe.createItem.SetDefaults(4168);
14739 currentRecipe.SetIngredients(4230, 20, 149, 10);
14740 currentRecipe.SetCraftingStation(412);
14741 AddRecipe();
14742 currentRecipe.createItem.SetDefaults(4169);
14743 currentRecipe.SetIngredients(4230, 16);
14744 currentRecipe.SetCraftingStation(412);
14745 AddRecipe();
14746 currentRecipe.createItem.SetDefaults(4170);
14747 currentRecipe.SetIngredients(4230, 5, 8, 3);
14748 currentRecipe.SetCraftingStation(412);
14749 AddRecipe();
14750 currentRecipe.createItem.SetDefaults(4171);
14751 currentRecipe.SetIngredients(4230, 4, 8, 1);
14752 currentRecipe.SetCraftingStation(412);
14753 AddRecipe();
14754 currentRecipe.createItem.SetDefaults(4172);
14755 currentRecipe.SetIngredients(4230, 4);
14756 currentRecipe.SetCraftingStation(412);
14757 AddRecipe();
14758 currentRecipe.createItem.SetDefaults(4173);
14759 currentRecipe.SetIngredients(4230, 4, 8, 4, 85, 1);
14760 currentRecipe.SetCraftingStation(412);
14761 AddRecipe();
14762 currentRecipe.createItem.SetDefaults(4174);
14763 currentRecipe.SetIngredients(4230, 8, 22, 2);
14764 currentRecipe.SetCraftingStation(412);
14765 currentRecipe.anyIronBar = true;
14766 AddRecipe();
14767 currentRecipe.createItem.SetDefaults(4175);
14768 currentRecipe.SetIngredients(4230, 10, 22, 3, 170, 6);
14769 currentRecipe.SetCraftingStation(412);
14770 currentRecipe.anyIronBar = true;
14771 AddRecipe();
14772 currentRecipe.createItem.SetDefaults(4176);
14773 currentRecipe.SetIngredients(4230, 6);
14774 currentRecipe.SetCraftingStation(412);
14775 AddRecipe();
14776 currentRecipe.createItem.SetDefaults(4177);
14777 currentRecipe.SetIngredients(8, 1, 4230, 3);
14778 currentRecipe.SetCraftingStation(412);
14779 AddRecipe();
14780 currentRecipe.createItem.SetDefaults(4178);
14781 currentRecipe.SetIngredients(4230, 6, 8, 1);
14782 currentRecipe.SetCraftingStation(412);
14783 AddRecipe();
14784 currentRecipe.createItem.SetDefaults(4179);
14785 currentRecipe.SetIngredients(4230, 15, 154, 4, 149, 1);
14786 currentRecipe.SetCraftingStation(412);
14787 AddRecipe();
14788 currentRecipe.createItem.SetDefaults(4181);
14789 currentRecipe.SetIngredients(4230, 6, 206, 1);
14790 currentRecipe.SetCraftingStation(412);
14791 AddRecipe();
14792 currentRecipe.createItem.SetDefaults(4182);
14793 currentRecipe.SetIngredients(4230, 5, 225, 2);
14794 currentRecipe.SetCraftingStation(412);
14795 AddRecipe();
14796 currentRecipe.createItem.SetDefaults(4183);
14797 currentRecipe.SetIngredients(4230, 8);
14798 currentRecipe.SetCraftingStation(412);
14799 AddRecipe();
14800 currentRecipe.createItem.SetDefaults(4184);
14801 currentRecipe.SetIngredients(4230, 10);
14802 currentRecipe.SetCraftingStation(412);
14803 AddRecipe();
14804 currentRecipe.createItem.SetDefaults(4186);
14805 currentRecipe.SetIngredients(4230, 6);
14806 currentRecipe.SetCraftingStation(412);
14807 AddRecipe();
14808 }
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().