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 vbox (Variable Box) event, the user is presented with a text input box.
Whatever they enter will be saved to a variable.
Link | Name | Data Type | Description | Notes |
---|---|---|---|---|
LINK | sets | String | The variable to be saved to. | |
LINK | inputType | String | Enforces certain inputs, like 'cardname', 'collection', etc. |
Max 30 characters. Only alphanumeric and spaces allowed unless using data sets.
Link | Name | Data Type | Description | Notes |
---|---|---|---|---|
LINK | cardname | Only card names in the campaign. | ||
LINK | collection | Only cards in the user's collection. | ||
LINK | maindeck | Only cards in user's main deck. | ||
LINK | extradeck | Only cards in user's extra deck. | ||
LINK | sidedeck | Only cards in user's side deck. | ||
LINK | number | Only integers accepted. | ||
LINK | list | From predefined variable array (needs 'data' attribute). |
"vbox": { "enter_username": { "title": "Enter your Kaibacorp Username:", "sets": "username", "chain": "text:after_username_entered" } }, "text": { "after_username_entered": { "parts": [ { "text": "Welcome, <>." } ] } }