File information

Last updated

Original upload

Created by

WhiteCamellia

Uploaded by

WhiteCamellia

Virus scan

Safe to use

Tags for this mod

About this mod

Adds a standalone, customisable tanto based on my tanto/Nehan remodel mod.

Requirements
Permissions and credits
Changelogs
Manual installation is recommended for optional files

Install:
  • Download & Install "Main File"
  • Download "Recolours: All in One"
  • Select the fitting, then the colour and install the "archive" files like any other mod. (drop it in your "root folder" - steamapps/common/Cyberpunk 2077)
  • If installing one of the "Iconic Mods" just drop the r6 in your root folder. (should ask to overwrite "Items.Camellia_Tanto.yaml")

Notes:
  • The default colours included with the "Main File" are the default colours used on Nehan. If you want to keep, for example, the gold habaki or matte black tsuba, you can leave out any recolour file that changes those.
  • Based off my Tanto Remodel
  • Colour pics are from my wakizashi mod to save time. I may update them in future
  • Some colours may look very different depending on lighting.

Fittings:
  • Habaki / Collar around the base of the blade
  • Tsuba / Handguard (also changes the Kashira / "pommel")
  • Samegawa / Rayskin Handle
  • Tsuka-Ito / Handle wrap
  • Blade / \(〇_o)/

Code:
Game.AddToInventory("Items.Camellia_Tanto_Common",1)
Game.AddToInventory("Items.Camellia_Tanto_Uncommon",1)
Game.AddToInventory("Items.Camellia_Tanto_Rare",1)
Game.AddToInventory("Items.Camellia_Tanto_Epic",1)
Game.AddToInventory("Items.Camellia_Tanto_Legendary",1)

Crafting Recipe Code:
Game.GetScriptableSystemsContainer():Get("CraftingSystem"):GetPlayerCraftBook():AddRecipe("Items.Camellia_Tanto")