I'm a bit confused. I've been looking for a while for a way to tie the item IDs that we get from Bracket's XML feeds to items in the lorebook. I thought I had finally found my answer when I read the Official XML Tags article.
The article says:
yet when I navigate to the Iron Gloves Recipe page and view the page source I don't find the id, 1879055108, anywhere in the page source. I was hoping it would be in a meta tag right at the top of the page like the description and keywords. Am I missing something? Have item IDs been dropped from the pages?Quote:
An alternate way to link to an item within the Lorebook is to use the XML tag for that item. The markup to do this for the Iron Gloves Recipe looks like:
<recipe id="1879055108" view="link" />
Of course, creating simple hyperlinks this way can be harder than simply using the MediaWiki markup as you need to view the source of the page you want to link to in order to get the ID of the item. However, it does have the advantage of maintaining links if the names of items get changed in game updates.