File information

Last updated

Original upload

Created by

WhiteCamellia

Uploaded by

WhiteCamellia

Virus scan

Safe to use

About this mod

Adds a standalone katana and 4 wearable scabbard options from DMC 5

Requirements
Permissions and credits
Changelogs
Notes:
  • Has a faster attack speed and deals electrical damage
  • Has the "Scalpel" iconic effect for now (optional Byakko effect too)
  • Wearable versions are in the  "Back" & "Waist" categories of Equipment-EX
  • Available for purchase with my Atelier Store 
  • Item spawn codes and crafting recipe codes are below, just paste them into the CET console


Code:

Game.AddToInventory("Items.Camellia_Yamato_Common",1)
Game.AddToInventory("Items.Camellia_Yamato_Uncommon",1)
Game.AddToInventory("Items.Camellia_Yamato_Rare",1)
Game.AddToInventory("Items.Camellia_Yamato_Epic",1)
Game.AddToInventory("Items.Camellia_Yamato_Legendary",1)

Game.AddToInventory("Items.Camellia_Yamato_Scabbard_Back",1)
Game.AddToInventory("Items.Camellia_Yamato_Scabbard_Hip",1)
Game.AddToInventory("Items.Camellia_Yamato_Back",1)
Game.AddToInventory("Items.Camellia_Yamato_Hip",1)

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