-
Notifications
You must be signed in to change notification settings - Fork 7
GR5_UserItem
michal-kapala edited this page May 12, 2021
·
9 revisions
User items must have coresponding template item, associations are:
-
userItem.itemid
andtempItem.id
-
userItem.inventoryid
andbagSlot.inventoryid
-
id
(PK) inventoryid
-
pid
(player/principal id) -
itemtype
(see list below) -
itemid
(FK, see Database associations) -
oasisname
(oasis id of the name) igcprice
cashprice
Item type is the foreign key for SKU and template items:
1
2 weapon
3 armor insert
4 component
5 avatar
6 boost
7
8 armor item
9 apply item
10 armor tier
11 ability
12 ability upgrade
13 passive ability