diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index 71dbab3b..36fafc1a 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -1045,20 +1045,46 @@ statistics dimension: statistics category: name: color / rarity type: stack + icon: stats/color_rarity.png dimension: card color dimension: rarity +#statistics category: +# name: power / toughness +# type: scatter +# icon: stats/pt.png +# dimension: power +# dimension: toughness + +#statistics category: +# name: power / toughness / color +# type: scatter pie +# icon: stats/pt.png +# dimension: power +# dimension: toughness +# dimension: card color + statistics category: name: power / toughness - type: scatter + type: scatter pie + icon: stats/pt.png dimension: power dimension: toughness + dimension: rarity + +#statistics category: +# name: color / cost +# type: scatter +# dimension: card color +# dimension: converted mana cost statistics category: name: color / cost - type: scatter + type: scatter pie + icon: stats/color_cost.png dimension: card color dimension: converted mana cost + dimension: rarity statistics category: name: color / colored cost @@ -1068,9 +1094,10 @@ statistics category: statistics category: name: cost / colored cost - type: scatter + type: scatter pie dimension: converted mana cost dimension: colored mana cost + dimension: card color #statistics field: # name: creature type diff --git a/data/magic.mse-game/stats/color_cost.png b/data/magic.mse-game/stats/color_cost.png new file mode 100644 index 00000000..c26bc1ae Binary files /dev/null and b/data/magic.mse-game/stats/color_cost.png differ diff --git a/data/magic.mse-game/stats/color_rarity.png b/data/magic.mse-game/stats/color_rarity.png new file mode 100644 index 00000000..ebec2520 Binary files /dev/null and b/data/magic.mse-game/stats/color_rarity.png differ diff --git a/data/magic.mse-game/stats/pt.png b/data/magic.mse-game/stats/pt.png new file mode 100644 index 00000000..59e991ef Binary files /dev/null and b/data/magic.mse-game/stats/pt.png differ