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

◆ AddNebulaFurniture()

static void Terraria.Recipe.AddNebulaFurniture ( )
inlinestaticprivate

Definition at line 14810 of file Recipe.cs.

14811 {
14812 currentRecipe.createItem.SetDefaults(4231);
14813 currentRecipe.createItem.stack = 10;
14814 currentRecipe.SetIngredients(3, 10, 3457, 1);
14815 currentRecipe.SetCraftingStation(412);
14816 AddRecipe();
14817 currentRecipe.createItem.SetDefaults(4235);
14818 currentRecipe.createItem.stack = 4;
14819 currentRecipe.SetIngredients(4231, 1);
14820 currentRecipe.SetCraftingStation(18);
14821 AddRecipe();
14822 currentRecipe.createItem.SetDefaults(4187);
14823 currentRecipe.SetIngredients(4231, 14);
14824 currentRecipe.SetCraftingStation(412);
14825 AddRecipe();
14826 currentRecipe.createItem.SetDefaults(4188);
14827 currentRecipe.SetIngredients(4231, 15, 225, 5);
14828 currentRecipe.SetCraftingStation(412);
14829 AddRecipe();
14830 currentRecipe.createItem.SetDefaults(4189);
14831 currentRecipe.SetIngredients(4231, 20, 149, 10);
14832 currentRecipe.SetCraftingStation(412);
14833 AddRecipe();
14834 currentRecipe.createItem.SetDefaults(4190);
14835 currentRecipe.SetIngredients(4231, 16);
14836 currentRecipe.SetCraftingStation(412);
14837 AddRecipe();
14838 currentRecipe.createItem.SetDefaults(4191);
14839 currentRecipe.SetIngredients(4231, 5, 8, 3);
14840 currentRecipe.SetCraftingStation(412);
14841 AddRecipe();
14842 currentRecipe.createItem.SetDefaults(4192);
14843 currentRecipe.SetIngredients(4231, 4, 8, 1);
14844 currentRecipe.SetCraftingStation(412);
14845 AddRecipe();
14846 currentRecipe.createItem.SetDefaults(4193);
14847 currentRecipe.SetIngredients(4231, 4);
14848 currentRecipe.SetCraftingStation(412);
14849 AddRecipe();
14850 currentRecipe.createItem.SetDefaults(4194);
14851 currentRecipe.SetIngredients(4231, 4, 8, 4, 85, 1);
14852 currentRecipe.SetCraftingStation(412);
14853 AddRecipe();
14854 currentRecipe.createItem.SetDefaults(4195);
14855 currentRecipe.SetIngredients(4231, 8, 22, 2);
14856 currentRecipe.SetCraftingStation(412);
14857 currentRecipe.anyIronBar = true;
14858 AddRecipe();
14859 currentRecipe.createItem.SetDefaults(4196);
14860 currentRecipe.SetIngredients(4231, 10, 22, 3, 170, 6);
14861 currentRecipe.SetCraftingStation(412);
14862 currentRecipe.anyIronBar = true;
14863 AddRecipe();
14864 currentRecipe.createItem.SetDefaults(4197);
14865 currentRecipe.SetIngredients(4231, 6);
14866 currentRecipe.SetCraftingStation(412);
14867 AddRecipe();
14868 currentRecipe.createItem.SetDefaults(4198);
14869 currentRecipe.SetIngredients(8, 1, 4231, 3);
14870 currentRecipe.SetCraftingStation(412);
14871 AddRecipe();
14872 currentRecipe.createItem.SetDefaults(4199);
14873 currentRecipe.SetIngredients(4231, 6, 8, 1);
14874 currentRecipe.SetCraftingStation(412);
14875 AddRecipe();
14876 currentRecipe.createItem.SetDefaults(4200);
14877 currentRecipe.SetIngredients(4231, 15, 154, 4, 149, 1);
14878 currentRecipe.SetCraftingStation(412);
14879 AddRecipe();
14880 currentRecipe.createItem.SetDefaults(4202);
14881 currentRecipe.SetIngredients(4231, 6, 206, 1);
14882 currentRecipe.SetCraftingStation(412);
14883 AddRecipe();
14884 currentRecipe.createItem.SetDefaults(4203);
14885 currentRecipe.SetIngredients(4231, 5, 225, 2);
14886 currentRecipe.SetCraftingStation(412);
14887 AddRecipe();
14888 currentRecipe.createItem.SetDefaults(4204);
14889 currentRecipe.SetIngredients(4231, 8);
14890 currentRecipe.SetCraftingStation(412);
14891 AddRecipe();
14892 currentRecipe.createItem.SetDefaults(4205);
14893 currentRecipe.SetIngredients(4231, 10);
14894 currentRecipe.SetCraftingStation(412);
14895 AddRecipe();
14896 currentRecipe.createItem.SetDefaults(4207);
14897 currentRecipe.SetIngredients(4231, 6);
14898 currentRecipe.SetCraftingStation(412);
14899 AddRecipe();
14900 }
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().