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.
In a Pack event, the player opens a pack of cards.
You can configure how many cards are shown, how many they can pick, and how many packs they open.
Link | Name | Data Type | Description | Notes |
---|---|---|---|---|
LINK | shows | Number | Number of cards shown in each pack. | |
LINK | limit | Number | Number of cards the player can take. | |
LINK | packs | Number | Number of packs to be opened. | |
LINK | pack | String | Which pack from pack.json is used. |
"pack": { "example": { "pack": "Starter", "shows": 5, "limit": 1, "packs": 1 } }