Clothing Recipes

This is a preliminary list of item hashes for clothes recipes, provided by Bettik#0331. I have preserved it here so the data doesn't get lost until we can find a proper home for it.

Confirmed Recipes

  1. Game.AddToInventory("Items.LegendaryBootsRecipe", 1)

  2. Game.AddToInventory("Items.LegendaryCapRecipe", 1)

  3. Game.AddToInventory("Items.LegendaryCasualShoesRecipe", 1)

  4. Game.AddToInventory("Items.LegendaryFormalPantsRecipe", 1)

  5. Game.AddToInventory("Items.LegendaryFormalShoesRecipe", 1)

  6. Game.AddToInventory("Items.LegendaryFormalSkirtRecipe", 1)

  7. Game.AddToInventory("Items.LegendaryGlassesRecipe", 1)

  8. Game.AddToInventory("Items.LegendaryGogglesRecipe", 1)

  9. Game.AddToInventory("Items.LegendaryHatRecipe", 1)

  10. Game.AddToInventory("Items.LegendaryJacketRecipe", 1)

  11. Game.AddToInventory("Items.LegendaryJumpsuitRecipe", 1)

  12. Game.AddToInventory("Items.LegendaryPantsRecipe", 1)

  13. Game.AddToInventory("Items.LegendaryScarfRecipe", 1)

  14. Game.AddToInventory("Items.LegendaryShirtRecipe", 1)

  15. Game.AddToInventory("Items.LegendaryShortsRecipe", 1)

  16. Game.AddToInventory("Items.LegendaryTechRecipe", 1)

  17. Game.AddToInventory("Items.LegendaryTightJumpsuitRecipe", 1)

  18. Game.AddToInventory("Items.LegendaryTShirtRecipe", 1)

  19. Game.AddToInventory("Items.LegendaryVestRecipe", 1)

  20. Game.AddToInventory("Items.LegendaryVisorRecipe", 1)

  21. Game.AddToInventory("Items.EpicBootsRecipe", 1)

  22. Game.AddToInventory("Items.EpicCapRecipe", 1)

  23. Game.AddToInventory("Items.EpicCasualShoesRecipe", 1)

  24. Game.AddToInventory("Items.EpicCoatRecipe", 1)

  25. Game.AddToInventory("Items.EpicFormalJacketRecipe", 1)

  26. Game.AddToInventory("Items.EpicFormalShoesRecipe", 1)

  27. Game.AddToInventory("Items.EpicFormalSkirtRecipe", 1)

  28. Game.AddToInventory("Items.EpicGlassesRecipe", 1)

  29. Game.AddToInventory("Items.EpicHatRecipe", 1)

  30. Game.AddToInventory("Items.EpicHelmetRecipe", 1)

  31. Game.AddToInventory("Items.EpicLooseShirtRecipe", 1)

  32. Game.AddToInventory("Items.EpicMaskRecipe", 1)

  33. Game.AddToInventory("Items.EpicPantsRecipe", 1)

  34. Game.AddToInventory("Items.EpicScarfRecipe", 1)

  35. Game.AddToInventory("Items.EpicShortsRecipe", 1)

  36. Game.AddToInventory("Items.EpicTShirtRecipe", 1)

  37. Game.AddToInventory("Items.EpicUndershirtRecipe", 1)

  38. Game.AddToInventory("Items.EpicVisorRecipe", 1)

  39. Game.AddToInventory("Items.RareBootsRecipe", 1)

  40. Game.AddToInventory("Items.RareCasualShoesRecipe", 1)

  41. Game.AddToInventory("Items.RareCoatRecipe", 1)

  42. Game.AddToInventory("Items.RareFormalJacketRecipe", 1)

  43. Game.AddToInventory("Items.RareFormalPantsRecipe", 1)

  44. Game.AddToInventory("Items.RareFormalShoesRecipe", 1)

  45. Game.AddToInventory("Items.RareGlassesRecipe", 1)

  46. Game.AddToInventory("Items.RareHatRecipe", 1)

  47. Game.AddToInventory("Items.RareHelmetRecipe", 1)

  48. Game.AddToInventory("Items.RareJacketRecipe", 1)

  49. Game.AddToInventory("Items.RareMaskRecipe", 1)

  50. Game.AddToInventory("Items.RarePantsRecipe", 1)

  51. Game.AddToInventory("Items.RareScarfRecipe", 1)

  52. Game.AddToInventory("Items.RareShirtRecipe", 1)

  53. Game.AddToInventory("Items.RareShortsRecipe", 1)

  54. Game.AddToInventory("Items.RareTechRecipe", 1)

  55. Game.AddToInventory("Items.RareTShirtRecipe", 1)

  56. Game.AddToInventory("Items.RareUndershirtRecipe", 1)

  57. Game.AddToInventory("Items.RareVestRecipe", 1)

  58. Game.AddToInventory("Items.UncommonBalaclavaRecipe", 1)

  59. Game.AddToInventory("Items.UncommonBootsRecipe", 1)

  60. Game.AddToInventory("Items.UncommonCapRecipe", 1)

  61. Game.AddToInventory("Items.UncommonCasualShoesRecipe", 1)

  62. Game.AddToInventory("Items.UncommonFormalPantsRecipe", 1)

  63. Game.AddToInventory("Items.UncommonFormalShoesRecipe", 1)

  64. Game.AddToInventory("Items.UncommonFormalSkirtRecipe", 1)

  65. Game.AddToInventory("Items.UncommonHatRecipe", 1)

  66. Game.AddToInventory("Items.UncommonHelmetRecipe", 1)

  67. Game.AddToInventory("Items.UncommonJacketRecipe", 1)

  68. Game.AddToInventory("Items.UncommonMaskRecipe", 1)

  69. Game.AddToInventory("Items.UncommonPantsRecipe", 1)

  70. Game.AddToInventory("Items.UncommonShirtRecipe", 1)

  71. Game.AddToInventory("Items.UncommonTechRecipe", 1)

  72. Game.AddToInventory("Items.UncommonUndershirtRecipe", 1)

  73. Game.AddToInventory("Items.UncommonVestRecipe", 1)

  74. Game.AddToInventory("Items.UncommonVisorRecipe", 1)

Raw List

The txt file below contains a dump directly from the game files of all currently known items in the game's TweakDB.

This list does not contain every item in the game. More will be added as we discover more locations in the game files containing items and recipes.

Last updated