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.
Player sees a list of trades. Limited number can be made. List can be randomized.
Link | Name | Data Type | Description | Notes |
---|---|---|---|---|
LINK | trades | Array of Key-Value Pairs | Key is the card given, value is the card received. |
Link | Name | Data Type | Description | Notes |
---|---|---|---|---|
LINK | removeRedundant | Boolean | Hide trades if user can’t make them. Show again if they become legal. | |
LINK | showLimit | Number | Max number of trades shown (random subset). | |
LINK | swapLimit | Number | Max number of trades user can make. |
"swap": { "heroUpgrade": { "showLimit": 3, "swapLimit": 3, "trades": [ {"Elemental HERO Avian" : "Elemental HERO Stratos" }, {"Elemental HERO Bubbleman" : "Elemental HERO Ocean" }, {"Elemental HERO Burstinatrix" : "Elemental HERO Heat" }, {"Elemental HERO Burstinatrix" : "Elemental HERO Lady Heat"} ] } }