I tried to add new crafting categories for crafting window.
Editor does not seem to allow to enter diffrent values for crafting recipes other then predifined.

I found that path Shared.pak\Public\Shared\Stats\Generated\Structure\Base
has file ValueLists.txt with:
Code
valuelist "RecipeCategory"
value "None"
value "Weapons"
value "Potions"
value "Grenades"
value "Arrows"
value "Armour"
value "Food"
value "Objects"
value "Runes"
value "Grimoire"


ItemCombos files have entries like
Code
data "RecipeCategory" "Weapons" 
so I thought it would be cool if we could add our own categories rather than be forced to use sometimes not adequate existing ones.

Is there a way to incorporate new RecipeCategory value to editor/mod ?

Last edited by Garret77; 23/10/17 03:12 PM.