Vendor
Version: 1.0.0.0 Updated: 2023-11-29 16:56:05
Summary
Documentation for the Vendor Page
Vendor Schema
Name | Type | Required | Description |
---|---|---|---|
custom_data | object | No | Custom data associated with the resource |
name | string | No | Name of the resource |
description | string | No | Description of the resource |
last_modified_account_id | string | No | Account ID of the user who last modified the resource |
last_modified_timestamp | string | No | Timestamp of when the resource was last modified |
created_timestamp | string | No | Timestamp of when the resource was created |
sandbox_id | string | No | ID of the Sandbox |
vendor_id | string | Yes | The ID of the Vendor. |
legacy_vendor_id | integer | No | The legacy ID of the Vendor. |
vendor_type | object | No | See schema |
loot | array | No | The Loot the Vendor will fulfill. |
Vendor_type Enum Values
Value | Description |
---|---|
recipe | A Vendor that will always drop all of the Loot in the Loot table. |
randomly_sampled | A Vendor that will only fulfill one of the Loot in the Loot table based on the drop weights of the Loot. |