Behold:
To enable this mod, copy the following javascript at the end of your duelyst.js:
function putExpansionNames() {
var cards = GameDataManager.getInstance().cardsCollection.models;
for (i = 0; i < cards.length; i++) {
var card = cards[i].attributes;
card.description += " (" + card.cardSetName + ")";
}
}
setTimeout(putExpansionNames, 8000);
If you have trouble, please read @t2k5’s help on how to install script mods here:
https://duelyststats.info/scripts/scriptlist.html
Then read this post again.






great job!