[Adv] Enabling/Disabling specific cards/sets in shops/reward

The restricted cards and sets are located in :
res/adventure/common/config.json
Currently it looks like :
res/adventure/common/config.json
Currently it looks like :
- Code: Select all
"restrictedCards": [
"Black Lotus",
"Mox Emerald",
"Mox Pearl",
"Mox Ruby",
"Mox Sapphire",
"Mox Jet",
"Ancestral Recall",
"Timetwister",
"Time Walk",
"Command Tower",
"Arcane Signet",
"Opal Palace",
"Path of Ancestry",
"War Room",
"Commander's Plate",
"Campfire",
"Cloudkill",
"Command Beacon",
"Commander's Insignia",
"Forge of Heroes",
"Imposing Grandeur",
"Jeweled Lotus",
"Myth Unbound",
"Netherborn Altar",
"Sanctum of Eternity",
"Stinging Study",
"Study Hall",
"Witch's Clinic",
"Time Vault"
],
"restrictedEditions": [
"HTR",
"HTR17",
"HTR18",
"HTR19",
"HTR20",
"PCEL",
"DS0",
"HHO",
"CMB1",
"UNF",
"UGL",
"UNH",
"UND",
"PUST",
"UST"
],