Skip to content

GR5_TemplateItem

michal-kapala edited this page May 8, 2021 · 16 revisions

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.ItemID
  • tempItem.ItemID and specItem.Id

Template items are not customizable.

Fields

  • 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
2 weapon
3 armor insert
4 component
5 avatar
6
7 consumable
8
9
10 armor tier
11 ability
12 ability upgrade
13 passive ability
Clone this wiki locally