Source
This page was generated with Wiki Builder. Do not change the format!
Info
Some items are "sacks" - they can be "opened" to produce other items. This is information related to its sack status, mostly UI strings. Engrams are an example of items that are considered to be "Sacks".
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
detailAction | string | A description of what will happen when you open the sack. As far as I can tell, this is blank currently. Unknown whether it will eventually be populated with useful info. |
openAction | string | The localized name of the action being performed when you open the sack. |
selectItemCount | integer:int32 | |
vendorSackType | string | |
openOnAcquire | boolean |
Example
{
// Type: string
"detailAction": "",
// Type: string
"openAction": "",
// Type: integer:int32
"selectItemCount": 0,
// Type: string
"vendorSackType": "",
// Type: boolean
"openOnAcquire": false
}