Use this page to navigate the Campaign Creation Documentation. It's not expected that you read all of this to create a campaign - Instead, use this as a reference during campaign creation, whenever you need to use a specific event.
Your pack.json file contains card lists that can be used in pack and pick events.
Each pack can contain common, rare, and custom probability cards.
| Link | Name | Data Type | Description | Notes |
|---|---|---|---|---|
| LINK | type | String | Used during pack events. | |
| LINK | icon | Image | Pack image shown on screen. | |
| LINK | name | String | Name shown on hover. | |
| LINK | desc | String | Description shown when viewing pack. | |
| LINK | shows | Number | Cards shown when pack is opened. | |
| LINK | limit | Number | Cards that can be selected. | |
| LINK | enforceHighland | Boolean | If true, prevents duplicates. | |
| LINK | removeRedundant | Boolean | If true, skips showing cards already maxed out. |
| Link | Name | Data Type | Description | Notes |
|---|---|---|---|---|
| LINK | card | Array | Cards in this rarity layer. | |
| LINK | amount | Number | Cards chosen from this rarity layer. | |
| LINK | chance | Number | Chance this layer is used. | |
| LINK | replace | Boolean | If true, replaces regular card. |