Instanced Items #
Instanced items are a data type in Pragma Engine’s Inventory service. Every instanced item is unique and holds individual attributes that differ between items of the same type. They’re authored in instanced spec data templates using strongly typed protobufs and are built using custom plugins.
A detailed walkthrough of these tutorials can be found on the Tech Blog.
Core Concepts:
Check out our Concepts guides for intros to items and instanced items.
Prerequisites:
- Pragma Engine, Postman, and IntelliJ must be installed. See Initial Setup.
Topic | Description |
---|---|
Creating Instanced Items | Creating an instanced item type for gear. |
Customizing the Instanced Item Plugin | Customizing the instanced item plugin to build ext data for gear. |
Upgrading Instanced Items | Upgrading gear instanced items. |