Scatter plots

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@363 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-05-13 23:43:24 +00:00
parent 12672484b7
commit 41989c0755
7 changed files with 167 additions and 53 deletions
+44 -33
View File
@@ -971,31 +971,31 @@ card field:
############################################################## Statistics categories
statistics dimension:
name: card color2
script: primary_card_color(card.card_color)
icon: stats/card_color.png
colors:
white : rgb(255,237,202)
blue : rgb(42,141,255)
black : rgb(33,33,33)
red : rgb(255,52,0)
green : rgb(138,230,0)
colorless : rgb(122,85,85)
artifact : rgb(188,192,195)
multicolor : rgb(255,188,14)
land : rgb(109,62,39)
hybrid : rgb(243,26,136)
group: white
group: blue
group: black
group: red
group: green
group: colorless
group: artifact
group: multicolor
group: land
group: hybrid
#statistics dimension:
# name: card color2
# script: primary_card_color(card.card_color)
# icon: stats/card_color.png
# colors:
# white : rgb(255,237,202)
# blue : rgb(42,141,255)
# black : rgb(33,33,33)
# red : rgb(255,52,0)
# green : rgb(138,230,0)
# colorless : rgb(122,85,85)
# artifact : rgb(188,192,195)
# multicolor : rgb(255,188,14)
# land : rgb(109,62,39)
# hybrid : rgb(243,26,136)
# group: white
# group: blue
# group: black
# group: red
# group: green
# group: colorless
# group: artifact
# group: multicolor
# group: land
# group: hybrid
statistics dimension:
name: converted mana cost
@@ -1010,11 +1010,16 @@ statistics dimension:
icon: stats/colored_casting_cost.png
#statistics dimension:
# name: power2
# script: card.power
# name: p/t
# script: card.pt
# numeric: true
# icon: stats/power.png
#statistics dimension:
# name: word count
# type: word count
# display: list
#statistics dimension:
# name: toughness2
# script: card.toughness
@@ -1024,14 +1029,20 @@ statistics dimension:
statistics category:
name: color / rarity
type: stack
dimension: card color2
dimension: card color
dimension: rarity
#statistics category:
# name: power / toughness
# type: scatter
# dimension: power2
# dimension: toughness2
statistics category:
name: power / toughness
type: scatter
dimension: power
dimension: toughness
statistics category:
name: color / cost
type: scatter
dimension: card color
dimension: converted mana cost
#statistics field:
# name: creature type