Campaign Creation Documentation

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.






These pages are being restructured and may not be complete!

You can find the older version of this page here.

pack

Description

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.




Specific Attributes

LinkNameData TypeDescriptionNotes
LINKshowsNumberNumber of cards shown in each pack.
LINKlimitNumberNumber of cards the player can take.
LINKpacksNumberNumber of packs to be opened.
LINKpackStringWhich pack from pack.json is used.



Example

"pack": {
    "example": {
        "pack": "Starter",
        "shows": 5,
        "limit": 1,
        "packs": 1
    }
}