About this mod
Adds two standalone wakizashi with a selection of different coloured fittings & iconic effects to choose from. Uses machete & tomahawk movesets.
- 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_Wakizashi.yaml")
Notes:
- There are presets available. Install them the same as the individual fittings. They're also lower priority than the fittings so you use them as a base if you'd like.
- In gameplay, the wakizashi is based on the machete. It has increased range that matches the "borg machete" and decreased weight and stamina cost, somewhere inbetween the "tanto" and "Satori".
- The "throwable wakizashi" is based on the "tomahawk" and shares the same stat edits as above. It also has the axe finishers instead of the machete ones.
- The default colours included with the "Main File" are the default colours 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.
- 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 / The killing stuff bit
Code:
Game.AddToInventory("Items.Camellia_Wakizashi_Common",1)
Game.AddToInventory("Items.Camellia_Wakizashi_Uncommon",1)
Game.AddToInventory("Items.Camellia_Wakizashi_Rare",1)
Game.AddToInventory("Items.Camellia_Wakizashi_Epic",1)
Game.AddToInventory("Items.Camellia_Wakizashi_Legendary",1)
Game.AddToInventory("Items.Camellia_Throwable_Wakizashi_Common",1)
Game.AddToInventory("Items.Camellia_Throwable_Wakizashi_uncommon",1)
Game.AddToInventory("Items.Camellia_Throwable_Wakizashi_Rare",1)
Game.AddToInventory("Items.Camellia_Throwable_Wakizashi_Epic",1)
Game.AddToInventory("Items.Camellia_Throwable_Wakizashi_Legendary",1)
Crafting Recipe Code:
Game.GetScriptableSystemsContainer():Get("CraftingSystem"):GetPlayerCraftBook():AddRecipe("Items.Camellia_Wakizashi")
Game.GetScriptableSystemsContainer():Get("CraftingSystem"):GetPlayerCraftBook():AddRecipe("Items.Camellia_Throwable_Wakizashi")