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

◆ AddStardustFurniture()

static void Terraria.Recipe.AddStardustFurniture ( )
inlinestaticprivate

Definition at line 14902 of file Recipe.cs.

14903 {
14904 currentRecipe.createItem.SetDefaults(4232);
14905 currentRecipe.createItem.stack = 10;
14906 currentRecipe.SetIngredients(3, 10, 3459, 1);
14907 currentRecipe.SetCraftingStation(412);
14908 AddRecipe();
14909 currentRecipe.createItem.SetDefaults(4236);
14910 currentRecipe.createItem.stack = 4;
14911 currentRecipe.SetIngredients(4232, 1);
14912 currentRecipe.SetCraftingStation(18);
14913 AddRecipe();
14914 currentRecipe.createItem.SetDefaults(4208);
14915 currentRecipe.SetIngredients(4232, 14);
14916 currentRecipe.SetCraftingStation(412);
14917 AddRecipe();
14918 currentRecipe.createItem.SetDefaults(4209);
14919 currentRecipe.SetIngredients(4232, 15, 225, 5);
14920 currentRecipe.SetCraftingStation(412);
14921 AddRecipe();
14922 currentRecipe.createItem.SetDefaults(4210);
14923 currentRecipe.SetIngredients(4232, 20, 149, 10);
14924 currentRecipe.SetCraftingStation(412);
14925 AddRecipe();
14926 currentRecipe.createItem.SetDefaults(4211);
14927 currentRecipe.SetIngredients(4232, 16);
14928 currentRecipe.SetCraftingStation(412);
14929 AddRecipe();
14930 currentRecipe.createItem.SetDefaults(4212);
14931 currentRecipe.SetIngredients(4232, 5, 8, 3);
14932 currentRecipe.SetCraftingStation(412);
14933 AddRecipe();
14934 currentRecipe.createItem.SetDefaults(4213);
14935 currentRecipe.SetIngredients(4232, 4, 8, 1);
14936 currentRecipe.SetCraftingStation(412);
14937 AddRecipe();
14938 currentRecipe.createItem.SetDefaults(4214);
14939 currentRecipe.SetIngredients(4232, 4);
14940 currentRecipe.SetCraftingStation(412);
14941 AddRecipe();
14942 currentRecipe.createItem.SetDefaults(4215);
14943 currentRecipe.SetIngredients(4232, 4, 8, 4, 85, 1);
14944 currentRecipe.SetCraftingStation(412);
14945 AddRecipe();
14946 currentRecipe.createItem.SetDefaults(4216);
14947 currentRecipe.SetIngredients(4232, 8, 22, 2);
14948 currentRecipe.SetCraftingStation(412);
14949 currentRecipe.anyIronBar = true;
14950 AddRecipe();
14951 currentRecipe.createItem.SetDefaults(4217);
14952 currentRecipe.SetIngredients(4232, 10, 22, 3, 170, 6);
14953 currentRecipe.SetCraftingStation(412);
14954 currentRecipe.anyIronBar = true;
14955 AddRecipe();
14956 currentRecipe.createItem.SetDefaults(4218);
14957 currentRecipe.SetIngredients(4232, 6);
14958 currentRecipe.SetCraftingStation(412);
14959 AddRecipe();
14960 currentRecipe.createItem.SetDefaults(4219);
14961 currentRecipe.SetIngredients(8, 1, 4232, 3);
14962 currentRecipe.SetCraftingStation(412);
14963 AddRecipe();
14964 currentRecipe.createItem.SetDefaults(4220);
14965 currentRecipe.SetIngredients(4232, 6, 8, 1);
14966 currentRecipe.SetCraftingStation(412);
14967 AddRecipe();
14968 currentRecipe.createItem.SetDefaults(4221);
14969 currentRecipe.SetIngredients(4232, 15, 154, 4, 149, 1);
14970 currentRecipe.SetCraftingStation(412);
14971 AddRecipe();
14972 currentRecipe.createItem.SetDefaults(4223);
14973 currentRecipe.SetIngredients(4232, 6, 206, 1);
14974 currentRecipe.SetCraftingStation(412);
14975 AddRecipe();
14976 currentRecipe.createItem.SetDefaults(4224);
14977 currentRecipe.SetIngredients(4232, 5, 225, 2);
14978 currentRecipe.SetCraftingStation(412);
14979 AddRecipe();
14980 currentRecipe.createItem.SetDefaults(4225);
14981 currentRecipe.SetIngredients(4232, 8);
14982 currentRecipe.SetCraftingStation(412);
14983 AddRecipe();
14984 currentRecipe.createItem.SetDefaults(4226);
14985 currentRecipe.SetIngredients(4232, 10);
14986 currentRecipe.SetCraftingStation(412);
14987 AddRecipe();
14988 currentRecipe.createItem.SetDefaults(4228);
14989 currentRecipe.SetIngredients(4232, 6);
14990 currentRecipe.SetCraftingStation(412);
14991 AddRecipe();
14992 }
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().