diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index dcb1f119..74726252 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -449,6 +449,7 @@ set field: set field: type: text name: title + identifying: true set field: type: text name: description @@ -1094,6 +1095,13 @@ statistics dimension: numeric: true icon: stats/colored_casting_cost.png +statistics dimension: + name: keywords + script: keyword_usage(unique:true) + show empty: false + split list: true + icon: stats/keywords.png + #statistics dimension: # name: p/t # script: card.pt diff --git a/data/magic.mse-game/stats/keywords.png b/data/magic.mse-game/stats/keywords.png new file mode 100644 index 00000000..12ec4d97 Binary files /dev/null and b/data/magic.mse-game/stats/keywords.png differ