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

◆ AddBalloonFurniture()

static void Terraria.Recipe.AddBalloonFurniture ( )
inlinestaticprivate

Definition at line 15479 of file Recipe.cs.

15480 {
15481 currentRecipe.createItem.SetDefaults(5169);
15482 currentRecipe.SetIngredients(3738, 14);
15483 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15484 currentRecipe.SetCraftingStation(106);
15485 AddRecipe();
15486 currentRecipe.createItem.SetDefaults(5170);
15487 currentRecipe.SetIngredients(3738, 15, 225, 5);
15488 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15489 currentRecipe.SetCraftingStation(106);
15490 AddRecipe();
15491 currentRecipe.createItem.SetDefaults(5171);
15492 currentRecipe.SetIngredients(3738, 20, 149, 10);
15493 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15494 currentRecipe.SetCraftingStation(106);
15495 AddRecipe();
15496 currentRecipe.createItem.SetDefaults(5172);
15497 currentRecipe.SetIngredients(3738, 16);
15498 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15499 currentRecipe.SetCraftingStation(106);
15500 AddRecipe();
15501 currentRecipe.createItem.SetDefaults(5173);
15502 currentRecipe.SetIngredients(3738, 5, 8, 3);
15503 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15504 currentRecipe.SetCraftingStation(18);
15505 AddRecipe();
15506 currentRecipe.createItem.SetDefaults(5174);
15507 currentRecipe.SetIngredients(3738, 4, 8, 1);
15508 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15509 currentRecipe.SetCraftingStation(18);
15510 AddRecipe();
15511 currentRecipe.createItem.SetDefaults(5175);
15512 currentRecipe.SetIngredients(3738, 4);
15513 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15514 currentRecipe.SetCraftingStation(18);
15515 AddRecipe();
15516 currentRecipe.createItem.SetDefaults(5176);
15517 currentRecipe.SetIngredients(3738, 4, 8, 4, 85, 1);
15518 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15519 currentRecipe.SetCraftingStation(16);
15520 AddRecipe();
15521 currentRecipe.createItem.SetDefaults(5177);
15522 currentRecipe.SetIngredients(3738, 8, 22, 2);
15523 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15524 currentRecipe.SetCraftingStation(18);
15525 currentRecipe.anyIronBar = true;
15526 AddRecipe();
15527 currentRecipe.createItem.SetDefaults(5178);
15528 currentRecipe.SetIngredients(3738, 10, 22, 3, 170, 6);
15529 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15530 currentRecipe.SetCraftingStation(106);
15531 currentRecipe.anyIronBar = true;
15532 AddRecipe();
15533 currentRecipe.createItem.SetDefaults(5179);
15534 currentRecipe.SetIngredients(3738, 6);
15535 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15536 currentRecipe.SetCraftingStation(18);
15537 AddRecipe();
15538 currentRecipe.createItem.SetDefaults(5180);
15539 currentRecipe.SetIngredients(8, 1, 3738, 3);
15540 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15541 currentRecipe.SetCraftingStation(18);
15542 AddRecipe();
15543 currentRecipe.createItem.SetDefaults(5181);
15544 currentRecipe.SetIngredients(3738, 6, 8, 1);
15545 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15546 currentRecipe.SetCraftingStation(18);
15547 AddRecipe();
15548 currentRecipe.createItem.SetDefaults(5182);
15549 currentRecipe.SetIngredients(3738, 15, 154, 4, 149, 1);
15550 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15551 currentRecipe.SetCraftingStation(106);
15552 AddRecipe();
15553 currentRecipe.createItem.SetDefaults(5184);
15554 currentRecipe.SetIngredients(3738, 6, 206, 1);
15555 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15556 currentRecipe.SetCraftingStation(18);
15557 AddRecipe();
15558 currentRecipe.createItem.SetDefaults(5185);
15559 currentRecipe.SetIngredients(3738, 5, 225, 2);
15560 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15561 currentRecipe.SetCraftingStation(106);
15562 AddRecipe();
15563 currentRecipe.createItem.SetDefaults(5186);
15564 currentRecipe.SetIngredients(3738, 8);
15565 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15566 currentRecipe.SetCraftingStation(18);
15567 AddRecipe();
15568 currentRecipe.createItem.SetDefaults(5187);
15569 currentRecipe.SetIngredients(3738, 10);
15570 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15571 AddRecipe();
15572 currentRecipe.createItem.SetDefaults(5189);
15573 currentRecipe.SetIngredients(3738, 6);
15574 currentRecipe.RequireGroup(RecipeGroupID.Balloons);
15575 currentRecipe.SetCraftingStation(106);
15576 AddRecipe();
15577 }
static void AddRecipe()
Definition Recipe.cs:15768
static Recipe currentRecipe
Definition Recipe.cs:25

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

Referenced by Terraria.Recipe.SetupRecipes().