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.

packJSON

Description

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.




Pack Structure

LinkNameData TypeDescriptionNotes
LINKtypeStringUsed during pack events.
LINKiconImagePack image shown on screen.
LINKnameStringName shown on hover.
LINKdescStringDescription shown when viewing pack.
LINKshowsNumberCards shown when pack is opened.
LINKlimitNumberCards that can be selected.
LINKenforceHighlandBooleanIf true, prevents duplicates.
LINKremoveRedundantBooleanIf true, skips showing cards already maxed out.



Rares

LinkNameData TypeDescriptionNotes
LINKcardArrayCards in this rarity layer.
LINKamountNumberCards chosen from this rarity layer.
LINKchanceNumberChance this layer is used.
LINKreplaceBooleanIf true, replaces regular card.