GR5_TemplateItem - zeroKilo/GROBackendWV GitHub Wiki

Database associations

Template items are associated with user items and can reference specific items which contain bigfile asset keys, like GR5_ArmorInsert, GR5_ArmorTierand GR5_PassiveAbility; associations are:

  • userItem.itemid and tempItem.iid
  • tempItem.iid and specItem.iid

Template items are not customizable.

GR5 object

  • m_ItemID
  • m_ItemType (see below)
  • m_ItemName
  • m_DurabilityType
  • m_IsInInventory
  • m_IsSellable
  • m_IsLootable
  • m_IsRewardable
  • m_IsUnlockable
  • m_MaxItemInSlot
  • m_GearScore
  • m_IGCValue
  • m_OasisName
  • m_OasisDesc

Item types

1 bundle
2 weapon
3 armor insert
4 component
5 avatar
6 boost
7 consumable
8 armor item
9 apply item
10 armor tier
11 ability
12 ability upgrade
13 passive ability

Durability types

From GR5_TemplateItem::ProcessDurabilityType:

1 quantity
2 matches
3 victories
4 defeats
5 uses
6 playing time
7 (expiring)
8 statistic
9 (expiring, stackable)

Types 6, 7 and 9 are assigned as non-permanent (GR5_TemplateItem::bIsPermanent).