Commit 11af24bd authored by pichoro's avatar pichoro

Removed type statistic.

All stats have icons now.
parent f64c9f3c
...@@ -759,7 +759,7 @@ card field: ...@@ -759,7 +759,7 @@ card field:
card field: card field:
type: text type: text
name: type name: type
icon: stats/creature_type.png show statistics: false
save value: false save value: false
script: script:
# Either just supertype, or subtype - supertype # Either just supertype, or subtype - supertype
...@@ -1152,6 +1152,7 @@ statistics dimension: ...@@ -1152,6 +1152,7 @@ statistics dimension:
statistics dimension: statistics dimension:
name: race name: race
icon: stats/creature_type.png
description: Race of creatures and tribal cards description: Race of creatures and tribal cards
script: script:
if is_creature(card.super_type) or is_tribal(card.super_type) then if is_creature(card.super_type) or is_tribal(card.super_type) then
...@@ -1159,6 +1160,7 @@ statistics dimension: ...@@ -1159,6 +1160,7 @@ statistics dimension:
show empty: false show empty: false
statistics dimension: statistics dimension:
name: creature class name: creature class
icon: stats/creature_type.png
description: Class of creature cards description: Class of creature cards
script: script:
if is_creature(card.super_type) then if is_creature(card.super_type) then
...@@ -1217,12 +1219,14 @@ statistics category: ...@@ -1217,12 +1219,14 @@ statistics category:
statistics category: statistics category:
name: color / colored cost name: color / colored cost
icon: stats/color_colored_cost.png
type: scatter type: scatter
dimension: card color dimension: card color
dimension: colored mana cost dimension: colored mana cost
statistics category: statistics category:
name: cost / colored cost name: cost / colored cost
icon: stats/cost_colored_cost.png
type: scatter pie type: scatter pie
dimension: converted mana cost dimension: converted mana cost
dimension: colored mana cost dimension: colored mana cost
...@@ -1230,6 +1234,7 @@ statistics category: ...@@ -1230,6 +1234,7 @@ statistics category:
statistics category: statistics category:
name: creature race / class name: creature race / class
icon: stats/creature_type.png
type: scatter pie type: scatter pie
dimension: race dimension: race
dimension: creature class dimension: creature class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment