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

◆ AddSpiderFurniture()

static void Terraria.Recipe.AddSpiderFurniture ( )
inlinestaticprivate

Definition at line 14994 of file Recipe.cs.

14995 {
14996 currentRecipe.createItem.SetDefaults(4139);
14997 currentRecipe.createItem.stack = 10;
14998 currentRecipe.SetIngredients(150, 10, 2607, 1);
14999 currentRecipe.SetCraftingStation(18);
15000 AddRecipe();
15001 currentRecipe.createItem.SetDefaults(4140);
15002 currentRecipe.createItem.stack = 4;
15003 currentRecipe.SetIngredients(4139, 1);
15004 currentRecipe.SetCraftingStation(18);
15005 AddRecipe();
15006 currentRecipe.createItem.SetDefaults(3931);
15007 currentRecipe.SetIngredients(4139, 14);
15008 currentRecipe.SetCraftingStation(106);
15009 AddRecipe();
15010 currentRecipe.createItem.SetDefaults(3932);
15011 currentRecipe.SetIngredients(4139, 15, 225, 5);
15012 currentRecipe.SetCraftingStation(106);
15013 AddRecipe();
15014 currentRecipe.createItem.SetDefaults(3933);
15015 currentRecipe.SetIngredients(4139, 20, 149, 10);
15016 currentRecipe.SetCraftingStation(106);
15017 AddRecipe();
15018 currentRecipe.createItem.SetDefaults(3934);
15019 currentRecipe.SetIngredients(4139, 16);
15020 currentRecipe.SetCraftingStation(106);
15021 AddRecipe();
15022 currentRecipe.createItem.SetDefaults(3935);
15023 currentRecipe.SetIngredients(4139, 5, 8, 3);
15024 currentRecipe.SetCraftingStation(18);
15025 AddRecipe();
15026 currentRecipe.createItem.SetDefaults(3936);
15027 currentRecipe.SetIngredients(4139, 4, 8, 1);
15028 currentRecipe.SetCraftingStation(18);
15029 AddRecipe();
15030 currentRecipe.createItem.SetDefaults(3937);
15031 currentRecipe.SetIngredients(4139, 4);
15032 currentRecipe.SetCraftingStation(18);
15033 AddRecipe();
15034 currentRecipe.createItem.SetDefaults(3938);
15035 currentRecipe.SetIngredients(4139, 4, 8, 4, 85, 1);
15036 currentRecipe.SetCraftingStation(16);
15037 AddRecipe();
15038 currentRecipe.createItem.SetDefaults(3939);
15039 currentRecipe.SetIngredients(4139, 8, 22, 2);
15040 currentRecipe.SetCraftingStation(18);
15041 currentRecipe.anyIronBar = true;
15042 AddRecipe();
15043 currentRecipe.createItem.SetDefaults(3940);
15044 currentRecipe.SetIngredients(4139, 10, 22, 3, 170, 6);
15045 currentRecipe.SetCraftingStation(106);
15046 currentRecipe.anyIronBar = true;
15047 AddRecipe();
15048 currentRecipe.createItem.SetDefaults(3941);
15049 currentRecipe.SetIngredients(4139, 6);
15050 currentRecipe.SetCraftingStation(18);
15051 AddRecipe();
15052 currentRecipe.createItem.SetDefaults(3942);
15053 currentRecipe.SetIngredients(8, 1, 4139, 3);
15054 currentRecipe.SetCraftingStation(18);
15055 AddRecipe();
15056 currentRecipe.createItem.SetDefaults(3943);
15057 currentRecipe.SetIngredients(4139, 6, 8, 1);
15058 currentRecipe.SetCraftingStation(18);
15059 AddRecipe();
15060 currentRecipe.createItem.SetDefaults(3944);
15061 currentRecipe.SetIngredients(4139, 15, 154, 4, 149, 1);
15062 currentRecipe.SetCraftingStation(106);
15063 AddRecipe();
15064 currentRecipe.createItem.SetDefaults(3946);
15065 currentRecipe.SetIngredients(4139, 6, 206, 1);
15066 currentRecipe.SetCraftingStation(18);
15067 AddRecipe();
15068 currentRecipe.createItem.SetDefaults(3947);
15069 currentRecipe.SetIngredients(4139, 5, 225, 2);
15070 currentRecipe.SetCraftingStation(106);
15071 AddRecipe();
15072 currentRecipe.createItem.SetDefaults(3948);
15073 currentRecipe.SetIngredients(4139, 8);
15074 currentRecipe.SetCraftingStation(18);
15075 AddRecipe();
15076 currentRecipe.createItem.SetDefaults(3949);
15077 currentRecipe.SetIngredients(4139, 10);
15078 AddRecipe();
15079 currentRecipe.createItem.SetDefaults(4125);
15080 currentRecipe.SetIngredients(4139, 6);
15081 currentRecipe.SetCraftingStation(106);
15082 AddRecipe();
15083 }
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().