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

◆ AddAshWoodFurnitureArmorAndItems()

static void Terraria.Recipe.AddAshWoodFurnitureArmorAndItems ( )
inlinestaticprivate

Definition at line 15579 of file Recipe.cs.

15580 {
15581 currentRecipe.createItem.SetDefaults(5279);
15582 currentRecipe.SetIngredients(5215, 20);
15583 currentRecipe.SetCraftingStation(18);
15584 AddRecipe();
15585 currentRecipe.createItem.SetDefaults(5280);
15586 currentRecipe.SetIngredients(5215, 30);
15587 currentRecipe.SetCraftingStation(18);
15588 AddRecipe();
15589 currentRecipe.createItem.SetDefaults(5281);
15590 currentRecipe.SetIngredients(5215, 25);
15591 currentRecipe.SetCraftingStation(18);
15592 AddRecipe();
15593 currentRecipe.createItem.SetDefaults(5284);
15594 currentRecipe.SetIngredients(5215, 7);
15595 currentRecipe.SetCraftingStation(18);
15596 AddRecipe();
15597 currentRecipe.createItem.SetDefaults(5283);
15598 currentRecipe.SetIngredients(5215, 8);
15599 currentRecipe.SetCraftingStation(18);
15600 AddRecipe();
15601 currentRecipe.createItem.SetDefaults(5282);
15602 currentRecipe.SetIngredients(5215, 10);
15603 currentRecipe.SetCraftingStation(18);
15604 AddRecipe();
15605 currentRecipe.createItem.SetDefaults(5190);
15606 currentRecipe.SetIngredients(5215, 14);
15607 currentRecipe.SetCraftingStation(106);
15608 AddRecipe();
15609 currentRecipe.createItem.SetDefaults(5191);
15610 currentRecipe.SetIngredients(5215, 15, 225, 5);
15611 currentRecipe.SetCraftingStation(106);
15612 AddRecipe();
15613 currentRecipe.createItem.SetDefaults(5192);
15614 currentRecipe.SetIngredients(5215, 20, 149, 10);
15615 currentRecipe.SetCraftingStation(106);
15616 AddRecipe();
15617 currentRecipe.createItem.SetDefaults(5193);
15618 currentRecipe.SetIngredients(5215, 16);
15619 currentRecipe.SetCraftingStation(106);
15620 AddRecipe();
15621 currentRecipe.createItem.SetDefaults(5194);
15622 currentRecipe.SetIngredients(5215, 5, 8, 3);
15623 currentRecipe.SetCraftingStation(18);
15624 AddRecipe();
15625 currentRecipe.createItem.SetDefaults(5195);
15626 currentRecipe.SetIngredients(5215, 4, 8, 1);
15627 currentRecipe.SetCraftingStation(18);
15628 AddRecipe();
15629 currentRecipe.createItem.SetDefaults(5196);
15630 currentRecipe.SetIngredients(5215, 4);
15631 currentRecipe.SetCraftingStation(18);
15632 AddRecipe();
15633 currentRecipe.createItem.SetDefaults(5197);
15634 currentRecipe.SetIngredients(5215, 4, 8, 4, 85, 1);
15635 currentRecipe.SetCraftingStation(16);
15636 AddRecipe();
15637 currentRecipe.createItem.SetDefaults(5198);
15638 currentRecipe.SetIngredients(5215, 8, 22, 2);
15639 currentRecipe.SetCraftingStation(18);
15640 currentRecipe.anyIronBar = true;
15641 AddRecipe();
15642 currentRecipe.createItem.SetDefaults(5199);
15643 currentRecipe.SetIngredients(5215, 10, 22, 3, 170, 6);
15644 currentRecipe.SetCraftingStation(106);
15645 currentRecipe.anyIronBar = true;
15646 AddRecipe();
15647 currentRecipe.createItem.SetDefaults(5200);
15648 currentRecipe.SetIngredients(5215, 6);
15649 currentRecipe.SetCraftingStation(18);
15650 AddRecipe();
15651 currentRecipe.createItem.SetDefaults(5201);
15652 currentRecipe.SetIngredients(8, 1, 5215, 3);
15653 currentRecipe.SetCraftingStation(18);
15654 AddRecipe();
15655 currentRecipe.createItem.SetDefaults(5202);
15656 currentRecipe.SetIngredients(5215, 6, 8, 1);
15657 currentRecipe.SetCraftingStation(18);
15658 AddRecipe();
15659 currentRecipe.createItem.SetDefaults(5203);
15660 currentRecipe.SetIngredients(5215, 15, 154, 4, 149, 1);
15661 currentRecipe.SetCraftingStation(106);
15662 AddRecipe();
15663 currentRecipe.createItem.SetDefaults(5205);
15664 currentRecipe.SetIngredients(5215, 6, 206, 1);
15665 currentRecipe.SetCraftingStation(18);
15666 AddRecipe();
15667 currentRecipe.createItem.SetDefaults(5206);
15668 currentRecipe.SetIngredients(5215, 5, 225, 2);
15669 currentRecipe.SetCraftingStation(106);
15670 AddRecipe();
15671 currentRecipe.createItem.SetDefaults(5207);
15672 currentRecipe.SetIngredients(5215, 8);
15673 currentRecipe.SetCraftingStation(18);
15674 AddRecipe();
15675 currentRecipe.createItem.SetDefaults(5208);
15676 currentRecipe.SetIngredients(5215, 10);
15677 AddRecipe();
15678 currentRecipe.createItem.SetDefaults(5210);
15679 currentRecipe.SetIngredients(5215, 6);
15680 currentRecipe.SetCraftingStation(106);
15681 AddRecipe();
15682 }
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().