About this mod
Adds a standalone Katana called "Shimenawa", Using an edited model of Satori. Has a selection of customisation options to choose from.
- Requirements
- Permissions and credits
- Changelogs
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_Katana.yaml")
Notes:
- There are presets available. Install them the same as the individual fittings. They're also lower priority than the fittings so use them as a base if you'd like.
- The stats are based on the default katana, and can have up to 2 attachment slots, based on player level, rarity & RNG. Installing an iconic mod will remove those additional slots.
- The default colours included with the "Main File" are the default colours & materials used on Satori. If you want to keep, for example, the gold habaki or matte black tsuba, you can leave out any recolour file that changes those.
- The colour reference pics are from my wakizashi mod since they use the same colours. Saved me taking another 50+ pics aha
- Some colours may look very different depending on lighting.
- "Sharp" Tsubas are based on my wakizashi's tsuba, I forgot to un-round the edges first go around. The rounded one is still the default if you prefer it.
Fittings:
- Habaki / Collar around the base of the blade
- Tsuba / Handguard (also changes the Kashira / "pommel")
- Samegawa / Rayskin Handle
- Tsuka-Ito / Handle wrap
- Blade / The killing stuff bit
Code:
Game.AddToInventory("Items.Camellia_Katana_Common",1)
Game.AddToInventory("Items.Camellia_Katana_Uncommon",1)
Game.AddToInventory("Items.Camellia_Katana_Rare",1)
Game.AddToInventory("Items.Camellia_Katana_Epic",1)
Game.AddToInventory("Items.Camellia_Katana_Legendary",1)
Crafting Recipe Code:
Game.GetScriptableSystemsContainer():Get("CraftingSystem"):GetPlayerCraftBook():AddRecipe("Items.Camellia_Katana")