> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/cyber-engine-tweaks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/cyber-engine-tweaks/clothing-recipes.md).

# Clothing Recipes

## 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.

{% hint style="info" %}
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.&#x20;
{% endhint %}

{% file src="/files/-MQ378dIb2zFyU5zsoKl" %}
Raw list of all items
{% endfile %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.redmodding.org/cyber-engine-tweaks/clothing-recipes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
