-
Notifications
You must be signed in to change notification settings - Fork 7
GR5_TemplateItem
michal-kapala edited this page May 8, 2021
·
16 revisions
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.ItemIDandtempItem.ItemID -
tempItem.ItemIDandspecItem.Id
Template items are not customizable.
- 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
1
2 weapon
3 armor insert
4 component
5 avatar
6
7 consumable
8 armor item
9
10 armor tier
11 ability
12 ability upgrade
13 passive ability
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).