Items {{ currentPage ? currentPage.title : "" }}

In-game item is a base of this project. You can craft them, drop, trade, move, store, get as a reward, complete a quest and so on. Main data table for the items is DT_Items. Here you can find linked data table for each item depending on it’s type. We did so to keep Items data table clean.

{{{ content }}}