Thanks for the quick reply! I'm trying to use the editor, but the problem is nothing seems to be 'named'. For instance, I'd like to add Knight's Shield to my game. I have the sword and the boots, so I did a search for them thinking I could copy-paste and just change the name, but I don't think that'll work:
Code:
{Y}{knight_sword}, F_SORTED{0}, F_COMPACT_TAGS{1}, F_NONAMES{0} // 3 elements
{
{A}{lvars} = {rndid/4165880326}
{I}{id} = {139}
{A}{slruck} = {60,1}
}
{Y}{knightly_boots}, F_SORTED{0}, F_COMPACT_TAGS{1}, F_NONAMES{0} // 3 elements
{
{A}{lvars} = {rndid/2024819896}
{I}{id} = {69}
{A}{slruck} = {22,1}
}
I don't know what any of that means. Plus the items are called things like knightly_boots instead of Knight's Boots or knights_boots.
Is there a guide/cypher/list somewhere of what the items are called in the code? Or a file I can access?