Jump to content

Recommended Posts

You should be able to figure it out from looking at other character files that have custom items like wikckerbottom and wigfrid
This might work (you will have to change the required ingredients)

local function custom_init(inst)
    local nightmarefuel_recipe = Recipe("nightmarefuel", {Ingredient("twigs", 2), Ingredient("flint", 2), Ingredient("goldnugget", 2)}, RECIPETABS.MAGIC, {SCIENCE = 0, MAGIC = 0, ANCIENT = 0}, nil, nil, nil, nil, true)
    nightmarefuel_recipe.sortkey = 1
end

return MakePlayerCharacter("<charactername>", prefabs, assets, custom_init)

Edited by MidrealmDM

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...