Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

Avery3R

Uploaded by

Avery3R

Virus scan

Safe to use

Anyone figure out the Legendary Clothing Recipes? (11 comments)

  1. P1asma
    P1asma
    • member
    • 0 kudos
    Since there's a bug where the legendary crafting recipes for clothing don't refresh in shops, I can't get them normally, was hoping someone figured out the item codes for them. Checked all the item ID lists and found nothing.

    Item names in-game from fextralife wiki:

    Mirame reinforced-composite cowboy hat
    Durable Emerald Speed polyamide beanie
    Aoi Tora enhanced BD wreath
    Sun Spark thermoset chemglass infovisor
    Daemon Hunter resistance-coated tank top
    SilveRock bulletproof-laminate biker vest
    Deadly Lagoon armored syn-silk pozer-jacket
    Uniware Brass office pants with membrane support
    Composite Geisha Combat Shirt
    Chic Pink Dragon skirt with fiberglass squins
    Gold Fury neotac bulletproof pants
    Multilayered Kasen exo-jacks with anti-shrapnel lining
    Enhanced Daemon Hunter tongues
    1. RazielKalTherec
      RazielKalTherec
      • member
      • 0 kudos
      Got a few codes that are for set items scattered throughout the world; Corpo, Fixer, Techie, Solo, Media and Nomad Legendary clothing sets.  - The pain being, that though these are borderline 'iconics' they like all other randomly found/generated clothes, don't come with crafting blueprints. the worse part is that spawning them in via console - while legendary, spawns them it at the lower end of the default armour value - gotta spend like 10 mins per item to grind the ridiculous inventory and upgrade system to get them to top tier.

      On the other edge of that sword is that... you can spawn any number of them - and ensure that whatever you end up with has the maximum number of mod slots.

      https://docs.google.com/spreadsheets/d/1iuq4Srh_661PdY_17bnrU15UbtCLieO_0ZhQ0uqQ0_Y/edit#gid=0

      Check this list, the sets and relevant codes are at the bottom.

      Doesn't yet have the Badge/NCPD gear set, but I'm sure it'll be added sooner or later.
    2. Nogstomper
      Nogstomper
      • member
      • 0 kudos
      Try messing around with these: player.inventory.addItem(Items.LegendaryXXXXXXRecipe,1)
      And input things such as 'Boots' or 'Tech' or 'Jacket' into the XXXXX part.
      So far I have got these to work:
      Boots, Jacket, Tech, Glasses, Scarf, Pants, FormalPants, Shirt, TShirt, Hat, Visor, Cap, Vest
    3. amengsk
      amengsk
      • member
      • 0 kudos
      Excellent tip.  This is the complete list I've found successful, using naming conventions from the google doc;

      player.inventory.addItem(Items.LegendaryBootsRecipe,1)
      player.inventory.addItem(Items.LegendaryCapRecipe,1)
      player.inventory.addItem(Items.LegendaryCasualShoesRecipe,1)
      player.inventory.addItem(Items.LegendaryFormalPantsRecipe,1)
      player.inventory.addItem(Items.LegendaryFormalShoesRecipe,1)
      player.inventory.addItem(Items.LegendaryFormalSkirtRecipe,1)
      player.inventory.addItem(Items.LegendaryGlassesRecipe,1)
      player.inventory.addItem(Items.LegendaryGogglesRecipe,1)
      player.inventory.addItem(Items.LegendaryHatRecipe,1)
      player.inventory.addItem(Items.LegendaryJacketRecipe,1)
      player.inventory.addItem(Items.LegendaryJumpsuitRecipe,1)
      player.inventory.addItem(Items.LegendaryPantsRecipe,1)
      player.inventory.addItem(Items.LegendaryScarfRecipe,1)
      player.inventory.addItem(Items.LegendaryShirtRecipe,1)
      player.inventory.addItem(Items.LegendaryShortsRecipe,1)
      player.inventory.addItem(Items.LegendaryTShirtRecipe,1)
      player.inventory.addItem(Items.LegendaryTechRecipe,1)
      player.inventory.addItem(Items.LegendaryTightJumpsuitRecipe,1)
      player.inventory.addItem(Items.LegendaryVestRecipe,1)
      player.inventory.addItem(Items.LegendaryVisorRecipe,1)
    4. Dragonswordgod
      Dragonswordgod
      • member
      • 0 kudos
      thanks if  you find more please update :)
    5. kaplOww
      kaplOww
      • member
      • 0 kudos
      I type these in and it says added successfully but I don't see them in my crafting tab?

      Edit: nvm got it working, thanks!
    6. almosttime
      almosttime
      • member
      • 0 kudos
      @amengsk:
      player.inventory.addItem(Items.LegendaryGogglesRecipe,1)
      This returns a failed to add 1

      In fact, I have that issue with many of the IDs from different pastebins and doc files. Many IDs will work without issues, but some just fail.
    7. pikeax
      pikeax
      • member
      • 0 kudos
      Rockerboy set is missing from your sheet

      Game.AddToInventory(Items.Rockerboy_01_Set_Glasses, 1)
      Game.AddToInventory(Items.Rockerboy_01_Set_Jacket, 1)
      Game.AddToInventory(Items.Rockerboy_01_Set_TShirt, 1)
      Game.AddToInventory(Items.Rockerboy_01_Set_Pants, 1)
      Game.AddToInventory(Items.Rockerboy_01_Set_Boots, 1)
    8. Muzakop
      Muzakop
      • member
      • 0 kudos
      Anyone got the item code for "arasaka polycarbonate-laced bulletproof aramid vest"?
    9. TheMinister1901
      TheMinister1901
      • premium
      • 0 kudos
      Still searching for that one, too :(
  2. Starym
    Starym
    • premium
    • 0 kudos
    Has anyone been able to nail down the code for the legendary corpo pants? They are called "Breathable Reinforced Bio-Cotton Cooperate Slacks" in game. I picked mine up before I knew you could re-roll them and got a REALLY bad roll on them (no mod slots at all). I would have to pretty much restart the game to get them again and that just isn't worth it to me.

    A crafting recipe would be a great alternative if that code hasn't been found specifically.