-
Notifications
You must be signed in to change notification settings - Fork 7
GR5_TemplateItem
michal-kapala edited this page Apr 17, 2024
·
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.iid -
tempItem.iidandspecItem.iid
Template items are not customizable.
m_ItemID-
m_ItemType(see below) m_ItemNamem_DurabilityTypem_IsInInventorym_IsSellablem_IsLootablem_IsRewardablem_IsUnlockablem_MaxItemInSlotm_GearScorem_IGCValuem_OasisNamem_OasisDesc
1 bundle
2 weapon
3 armor insert
4 component
5 avatar
6 boost
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).