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

◆ AddBalloonFurniture()

static void Terraria.Recipe.AddBalloonFurniture ( )
inlinestaticprivate

Definition at line 15548 of file Recipe.cs.

15549 {
15550 currentRecipe.createItem.SetDefaults(5169);
15551 currentRecipe.SetIngredients(3738, 14);
15552 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15553 currentRecipe.SetCraftingStation(106);
15554 AddRecipe();
15555 currentRecipe.createItem.SetDefaults(5170);
15556 currentRecipe.SetIngredients(3738, 15, 225, 5);
15557 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15558 currentRecipe.SetCraftingStation(106);
15559 AddRecipe();
15560 currentRecipe.createItem.SetDefaults(5171);
15561 currentRecipe.SetIngredients(3738, 20, 149, 10);
15562 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15563 currentRecipe.SetCraftingStation(106);
15564 AddRecipe();
15565 currentRecipe.createItem.SetDefaults(5172);
15566 currentRecipe.SetIngredients(3738, 16);
15567 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15568 currentRecipe.SetCraftingStation(106);
15569 AddRecipe();
15570 currentRecipe.createItem.SetDefaults(5173);
15571 currentRecipe.SetIngredients(3738, 5, 8, 3);
15572 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15573 currentRecipe.SetCraftingStation(18);
15574 AddRecipe();
15575 currentRecipe.createItem.SetDefaults(5174);
15576 currentRecipe.SetIngredients(3738, 4, 8, 1);
15577 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15578 currentRecipe.SetCraftingStation(18);
15579 AddRecipe();
15580 currentRecipe.createItem.SetDefaults(5175);
15581 currentRecipe.SetIngredients(3738, 4);
15582 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15583 currentRecipe.SetCraftingStation(18);
15584 AddRecipe();
15585 currentRecipe.createItem.SetDefaults(5176);
15586 currentRecipe.SetIngredients(3738, 4, 8, 4, 85, 1);
15587 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15588 currentRecipe.SetCraftingStation(16);
15589 AddRecipe();
15590 currentRecipe.createItem.SetDefaults(5177);
15591 currentRecipe.SetIngredients(3738, 8, 22, 2);
15592 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15593 currentRecipe.SetCraftingStation(18);
15594 currentRecipe.anyIronBar = true;
15595 AddRecipe();
15596 currentRecipe.createItem.SetDefaults(5178);
15597 currentRecipe.SetIngredients(3738, 10, 22, 3, 170, 6);
15598 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15599 currentRecipe.SetCraftingStation(106);
15600 currentRecipe.anyIronBar = true;
15601 AddRecipe();
15602 currentRecipe.createItem.SetDefaults(5179);
15603 currentRecipe.SetIngredients(3738, 6);
15604 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15605 currentRecipe.SetCraftingStation(18);
15606 AddRecipe();
15607 currentRecipe.createItem.SetDefaults(5180);
15608 currentRecipe.SetIngredients(8, 1, 3738, 3);
15609 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15610 currentRecipe.SetCraftingStation(18);
15611 AddRecipe();
15612 currentRecipe.createItem.SetDefaults(5181);
15613 currentRecipe.SetIngredients(3738, 6, 8, 1);
15614 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15615 currentRecipe.SetCraftingStation(18);
15616 AddRecipe();
15617 currentRecipe.createItem.SetDefaults(5182);
15618 currentRecipe.SetIngredients(3738, 15, 154, 4, 149, 1);
15619 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15620 currentRecipe.SetCraftingStation(106);
15621 AddRecipe();
15622 currentRecipe.createItem.SetDefaults(5184);
15623 currentRecipe.SetIngredients(3738, 6, 206, 1);
15624 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15625 currentRecipe.SetCraftingStation(18);
15626 AddRecipe();
15627 currentRecipe.createItem.SetDefaults(5185);
15628 currentRecipe.SetIngredients(3738, 5, 225, 2);
15629 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15630 currentRecipe.SetCraftingStation(106);
15631 AddRecipe();
15632 currentRecipe.createItem.SetDefaults(5186);
15633 currentRecipe.SetIngredients(3738, 8);
15634 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15635 currentRecipe.SetCraftingStation(18);
15636 AddRecipe();
15637 currentRecipe.createItem.SetDefaults(5187);
15638 currentRecipe.SetIngredients(3738, 10);
15639 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15640 AddRecipe();
15641 currentRecipe.createItem.SetDefaults(5189);
15642 currentRecipe.SetIngredients(3738, 6);
15643 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15644 currentRecipe.SetCraftingStation(106);
15645 AddRecipe();
15646 }
Contains recipe group ids suitable for use in M:Terraria.Recipe.AddRecipeGroup(System....
static void AddRecipe()
Definition Recipe.cs:15835
static Recipe currentRecipe
Definition Recipe.cs:60

References Terraria.Recipe.AddRecipe(), Terraria.ID.RecipeGroupID.Balloons, and Terraria.Recipe.currentRecipe.

Referenced by Terraria.Recipe.SetupRecipes().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: