Compare commits
15 Commits
temp
...
1a8657d4b9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a8657d4b9 | ||
|
|
072c6c373e | ||
|
|
7bdee1da4c | ||
|
|
b816c2fe46 | ||
|
|
165127f4fd | ||
|
|
93d884c892 | ||
|
|
82801b59be | ||
|
|
54fdb7b64d | ||
|
|
5fc2c12abc | ||
|
|
fc6eb22223 | ||
|
|
6859f0efe9 | ||
|
|
eb5239ee48 | ||
|
|
eb1a981db1 | ||
|
|
d6a1abd703 | ||
|
|
129d58917e |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
@@ -12,6 +12,7 @@ choice:
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: orange
|
||||
choice: multicolor
|
||||
choice: colorless
|
||||
choice: artifact
|
||||
@@ -47,6 +48,7 @@ choice:
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: orange
|
||||
choice: multicolor
|
||||
choice: colorless
|
||||
choice: artifact
|
||||
@@ -59,6 +61,7 @@ choice:
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: orange
|
||||
choice: multicolor
|
||||
choice: colorless
|
||||
choice: artifact
|
||||
|
||||
@@ -11,6 +11,7 @@ choice:
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: orange
|
||||
choice: colorless
|
||||
choice:
|
||||
name: snow
|
||||
@@ -22,6 +23,7 @@ choice:
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: orange
|
||||
choice: colorless
|
||||
choice:
|
||||
name: hi res
|
||||
@@ -30,6 +32,7 @@ choice:
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: orange
|
||||
choice: colorless
|
||||
choice:
|
||||
name: double
|
||||
@@ -50,6 +53,7 @@ choice:
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: orange
|
||||
choice:
|
||||
name: colorless
|
||||
line below: true
|
||||
@@ -60,6 +64,7 @@ choice:
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: orange
|
||||
choice: colorless
|
||||
choice:
|
||||
name: hi res
|
||||
@@ -68,6 +73,7 @@ choice:
|
||||
choice: black
|
||||
choice: red
|
||||
choice: green
|
||||
choice: orange
|
||||
choice: colorless
|
||||
choice:
|
||||
name: double
|
||||
|
||||
@@ -10,6 +10,7 @@ add cards script:
|
||||
, new_card([name: "Swamp", super_type: "Basic Land", sub_type: "Swamp", rarity: "basic land", watermark: "mana symbol black"])
|
||||
, new_card([name: "Mountain", super_type: "Basic Land", sub_type: "Mountain", rarity: "basic land", watermark: "mana symbol red"])
|
||||
, new_card([name: "Forest", super_type: "Basic Land", sub_type: "Forest", rarity: "basic land", watermark: "mana symbol green"])
|
||||
, new_card([name: "Desert", super_type: "Basic Land", sub_type: "Desert", rarity: "basic land", watermark: "mana symbol orange"])
|
||||
]
|
||||
|
||||
add cards script:
|
||||
@@ -23,6 +24,7 @@ add cards script:
|
||||
, new_card([name: "Snow-Covered Swamp", super_type: "Basic Snow Land", sub_type: "Swamp", rarity: "common", watermark: "mana symbol black"])
|
||||
, new_card([name: "Snow-Covered Mountain", super_type: "Basic Snow Land", sub_type: "Mountain", rarity: "common", watermark: "mana symbol red"])
|
||||
, new_card([name: "Snow-Covered Forest", super_type: "Basic Snow Land", sub_type: "Forest", rarity: "common", watermark: "mana symbol green"])
|
||||
, new_card([name: "Snow-Covered Desert", super_type: "Basic Snow Land", sub_type: "Desert", rarity: "common", watermark: "mana symbol orange"])
|
||||
]
|
||||
|
||||
#add cards script:
|
||||
@@ -44,6 +46,7 @@ add cards script:
|
||||
, new_card([casting_cost: "B"])
|
||||
, new_card([casting_cost: "R"])
|
||||
, new_card([casting_cost: "G"])
|
||||
, new_card([casting_cost: "O"])
|
||||
]
|
||||
add cards script:
|
||||
name: &Uncommon Cycle
|
||||
@@ -54,12 +57,13 @@ add cards script:
|
||||
, new_card([casting_cost: "B", rarity: "uncommon"])
|
||||
, new_card([casting_cost: "R", rarity: "uncommon"])
|
||||
, new_card([casting_cost: "G", rarity: "uncommon"])
|
||||
, new_card([casting_cost: "O", rarity: "uncommon"])
|
||||
]
|
||||
add cards script:
|
||||
name: &Rare Cycle
|
||||
description: Adds a rare card of each color to the set
|
||||
script:
|
||||
[ new_card([casting_cost: "W", rarity: "rare"]) , new_card([casting_cost: "U", rarity: "rare"]) , new_card([casting_cost: "B", rarity: "rare"]) , new_card([casting_cost: "R", rarity: "rare"]) , new_card([casting_cost: "G", rarity: "rare"]) ]
|
||||
[ new_card([casting_cost: "W", rarity: "rare"]) , new_card([casting_cost: "U", rarity: "rare"]) , new_card([casting_cost: "B", rarity: "rare"]) , new_card([casting_cost: "R", rarity: "rare"]) , new_card([casting_cost: "G", rarity: "rare"]) , new_card([casting_cost: "O", rarity: "rare"]) ]
|
||||
add cards script:
|
||||
name: &Design Skeleton Full
|
||||
description: Basic skeleton of 19C,11U,7R,2M/color, 1U,1R/color pair, 6C,15U,8R,5M/colorless. Type "skeleton_info()" in console tab/help
|
||||
|
||||
@@ -114,9 +114,7 @@ card field:
|
||||
choice: blue
|
||||
choice: black
|
||||
choice: red
|
||||
choice:
|
||||
name: green
|
||||
line below: true
|
||||
choice: green
|
||||
choice:
|
||||
name: orange
|
||||
line below: true
|
||||
@@ -162,9 +160,7 @@ card field:
|
||||
choice: blue
|
||||
choice: black
|
||||
choice: red
|
||||
choice:
|
||||
name: green
|
||||
line below: true
|
||||
choice: green
|
||||
choice:
|
||||
name: orange
|
||||
line below: true
|
||||
@@ -210,9 +206,7 @@ card field:
|
||||
choice: blue
|
||||
choice: black
|
||||
choice: red
|
||||
choice:
|
||||
name: green
|
||||
line below: true
|
||||
choice: green
|
||||
choice:
|
||||
name: orange
|
||||
line below: true
|
||||
@@ -258,9 +252,7 @@ card field:
|
||||
choice: blue
|
||||
choice: black
|
||||
choice: red
|
||||
choice:
|
||||
name: green
|
||||
line below: true
|
||||
choice: green
|
||||
choice:
|
||||
name: orange
|
||||
line below: true
|
||||
@@ -750,9 +742,7 @@ card field:
|
||||
choice: blue
|
||||
choice: black
|
||||
choice: red
|
||||
choice:
|
||||
name: green
|
||||
line below: true
|
||||
choice: green
|
||||
choice:
|
||||
name: orange
|
||||
line below: true
|
||||
@@ -799,9 +789,7 @@ card field:
|
||||
choice: blue
|
||||
choice: black
|
||||
choice: red
|
||||
choice:
|
||||
name: green
|
||||
line below: true
|
||||
choice: green
|
||||
choice:
|
||||
name: orange
|
||||
line below: true
|
||||
@@ -848,9 +836,7 @@ card field:
|
||||
choice: blue
|
||||
choice: black
|
||||
choice: red
|
||||
choice:
|
||||
name: green
|
||||
line below: true
|
||||
choice: green
|
||||
choice:
|
||||
name: orange
|
||||
line below: true
|
||||
|
||||
@@ -40,7 +40,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: 費用
|
||||
match: [ ]?[HSVECTQXYZI0-9WUBRG/|]+|[-—―~][^(\r\n\.。::]*
|
||||
match: [ ]?[HSVECTQXYZI0-9WUBRGO/|]+|[-—―~][^(\r\n\.。::]*
|
||||
optional: true
|
||||
script: cost_parameter_script_nonspace()
|
||||
reminder script: cost_parameter_script_nonspace()
|
||||
|
||||
@@ -29,7 +29,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: mana
|
||||
match: [HSVCTQXYZI0-9WUBRG/|]+
|
||||
match: [HSVCTQXYZI0-9WUBRGO/|]+
|
||||
refer script:
|
||||
name: normal
|
||||
description: No changes made
|
||||
@@ -48,7 +48,7 @@ keyword parameter type:
|
||||
# By pichoro and bunnierein
|
||||
keyword parameter type:
|
||||
name: cost
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—][^(\r\n]*
|
||||
match: [ ][HSVECTQXYZI0-9WUBRGO/|]*|[-—][^(\r\n]*
|
||||
separator before is: [ —-]
|
||||
separator after is: [.]
|
||||
optional: false
|
||||
|
||||
@@ -40,7 +40,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: Kosten
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—―~][^(\r\n\.。::]*
|
||||
match: [ ][HSVECTQXYZI0-9WUBRGO/|]*|[-—―~][^(\r\n\.。::]*
|
||||
optional: false
|
||||
script: cost_parameter_script()
|
||||
reminder script: cost_parameter_script()
|
||||
|
||||
@@ -40,7 +40,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: coste
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—―~][^(\r\n\.。::]*
|
||||
match: [ ][HSVECTQXYZI0-9WUBRGO/|]*|[-—―~][^(\r\n\.。::]*
|
||||
optional: false
|
||||
script: cost_parameter_script()
|
||||
reminder script: cost_parameter_script()
|
||||
|
||||
@@ -40,7 +40,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: coût
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—―~][^(\r\n\.。::]*
|
||||
match: [ ][HSVECTQXYZI0-9WUBRGO/|]*|[-—―~][^(\r\n\.。::]*
|
||||
script: cost_parameter_script()
|
||||
reminder script: cost_parameter_script()
|
||||
separator before is: ( |- ?|— ?|― ?|~)
|
||||
|
||||
@@ -40,7 +40,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: costo
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—―~][^(\r\n\.。::]*
|
||||
match: [ ][HSVECTQXYZI0-9WUBRGO/|]*|[-—―~][^(\r\n\.。::]*
|
||||
optional: false
|
||||
script: cost_parameter_script()
|
||||
reminder script: cost_parameter_script()
|
||||
|
||||
@@ -40,7 +40,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: コスト
|
||||
match: [ ]?[HSVECTQXYZI0-9WUBRG/|]+|[-—―~][^(\r\n\.。::]*
|
||||
match: [ ]?[HSVECTQXYZI0-9WUBRGO/|]+|[-—―~][^(\r\n\.。::]*
|
||||
optional: true
|
||||
script: cost_parameter_script_nonspace()
|
||||
reminder script: cost_parameter_script_nonspace()
|
||||
|
||||
@@ -40,7 +40,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: 비용
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—―~][^(\r\n\.。::]*
|
||||
match: [ ][HSVECTQXYZI0-9WUBRGO/|]*|[-—―~][^(\r\n\.。::]*
|
||||
optional: false
|
||||
script: cost_parameter_script()
|
||||
reminder script: cost_parameter_script()
|
||||
|
||||
@@ -29,7 +29,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: mana
|
||||
match: [HSVCTQXYZI0-9WUBRG/|]+
|
||||
match: [HSVCTQXYZI0-9WUBRGO/|]+
|
||||
refer script:
|
||||
name: normal
|
||||
description: No changes made
|
||||
@@ -48,7 +48,7 @@ keyword parameter type:
|
||||
# By pichoro and bunnierein
|
||||
keyword parameter type:
|
||||
name: cost
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—][^(\r\n]*
|
||||
match: [ ][HSVECTQXYZI0-9WUBRGO/|]*|[-—][^(\r\n]*
|
||||
separator before is: [ —-]
|
||||
separator after is: [.]
|
||||
optional: false
|
||||
|
||||
@@ -40,7 +40,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: custo
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—―~][^(\r\n\.。::]*
|
||||
match: [ ][HSVECTQXYZI0-9WUBRGO/|]*|[-—―~][^(\r\n\.。::]*
|
||||
optional: false
|
||||
script: cost_parameter_script()
|
||||
reminder script: cost_parameter_script()
|
||||
|
||||
@@ -40,7 +40,7 @@ keyword mode:
|
||||
|
||||
keyword parameter type:
|
||||
name: стоимость
|
||||
match: [ ][HSVECTQXYZI0-9WUBRG/|]*|[-—―~][^(\r\n\.。::]*
|
||||
match: [ ][HSVECTQXYZI0-9WUBRGO/|]*|[-—―~][^(\r\n\.。::]*
|
||||
optional: false
|
||||
script: cost_parameter_script()
|
||||
reminder script: cost_parameter_script()
|
||||
|
||||
@@ -20,6 +20,7 @@ statistics dimension:
|
||||
group: Black
|
||||
group: Red
|
||||
group: Green
|
||||
group: Orange
|
||||
group: Multicolor
|
||||
group: Hybrid
|
||||
colors:
|
||||
@@ -28,6 +29,7 @@ statistics dimension:
|
||||
Black : rgb(33,33,33)
|
||||
Red : rgb(156,15,15)
|
||||
Green : rgb(68,144,15)
|
||||
Orange : rgb(253,196,41)
|
||||
Colorless : rgb(101,104,94)
|
||||
Artifact : rgb(109,132,158)
|
||||
Multicolor : rgb(244,177,10)
|
||||
@@ -48,32 +50,33 @@ statistics dimension:
|
||||
B : rgb(22,22,22)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
O : rgb(253,196,41)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
|
||||
statistics dimension:
|
||||
name: color identity
|
||||
@@ -89,32 +92,33 @@ statistics dimension:
|
||||
B : rgb(22,22,22)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
O : rgb(253,196,41)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
|
||||
statistics dimension:
|
||||
name: casting cost
|
||||
@@ -713,6 +717,7 @@ statistics dimension:
|
||||
B : rgb(33,33,33)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
O : rgb(253,196,41)
|
||||
Any : rgb(112,38,128)
|
||||
Chosen : rgb(112,38,128)
|
||||
|
||||
@@ -730,6 +735,7 @@ statistics dimension:
|
||||
group: B
|
||||
group: R
|
||||
group: G
|
||||
group: O
|
||||
group: Any
|
||||
group: Chosen
|
||||
colors:
|
||||
@@ -739,6 +745,7 @@ statistics dimension:
|
||||
B : rgb(33,33,33)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
O : rgb(253,196,41)
|
||||
Any : rgb(112,38,128)
|
||||
Chosen : rgb(112,38,128)
|
||||
|
||||
@@ -765,6 +772,7 @@ statistics dimension:
|
||||
B : rgb(33,33,33)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
O : rgb(253,196,41)
|
||||
Any : rgb(112,38,128)
|
||||
Chosen : rgb(112,38,128)
|
||||
|
||||
@@ -829,6 +837,10 @@ statistics dimension:
|
||||
GG : rgb(63,139,10)
|
||||
GGG : rgb(46,123,0)
|
||||
GGGG+ : rgb(18,102,0)
|
||||
O : rgb(253,196,41)
|
||||
OO : rgb(180,162,31)
|
||||
OOO : rgb(112,128,21)
|
||||
OOOO+ : rgb(80,90,14)
|
||||
|
||||
statistics dimension:
|
||||
name: total pips (Casting Costs)
|
||||
@@ -844,6 +856,7 @@ statistics dimension:
|
||||
group: B
|
||||
group: R
|
||||
group: G
|
||||
group: O
|
||||
colors:
|
||||
C : rgb(101,104,94)
|
||||
W : rgb(255,231,185)
|
||||
@@ -851,6 +864,7 @@ statistics dimension:
|
||||
B : rgb(33,33,33)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
O : rgb(253,196,41)
|
||||
|
||||
statistics dimension:
|
||||
name: pip count (Ability Costs)
|
||||
@@ -913,6 +927,10 @@ statistics dimension:
|
||||
GG : rgb(63,139,10)
|
||||
GGG : rgb(46,123,0)
|
||||
GGGG+ : rgb(18,102,0)
|
||||
O : rgb(253,196,41)
|
||||
OO : rgb(180,162,31)
|
||||
OOO : rgb(112,128,21)
|
||||
OOOO+ : rgb(80,90,14)
|
||||
|
||||
statistics dimension:
|
||||
name: total pips (Ability Costs)
|
||||
@@ -928,6 +946,7 @@ statistics dimension:
|
||||
group: B
|
||||
group: R
|
||||
group: G
|
||||
group: O
|
||||
colors:
|
||||
C : rgb(101,104,94)
|
||||
W : rgb(255,231,185)
|
||||
@@ -935,6 +954,7 @@ statistics dimension:
|
||||
B : rgb(33,33,33)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
O : rgb(253,196,41)
|
||||
|
||||
statistics dimension:
|
||||
name: pip count (All Costs)
|
||||
@@ -997,6 +1017,10 @@ statistics dimension:
|
||||
GG : rgb(63,139,10)
|
||||
GGG : rgb(46,123,0)
|
||||
GGGG+ : rgb(18,102,0)
|
||||
O : rgb(253,196,41)
|
||||
OO : rgb(180,162,31)
|
||||
OOO : rgb(112,128,21)
|
||||
OOOO+ : rgb(80,90,14)
|
||||
|
||||
statistics dimension:
|
||||
name: total pips (All Costs)
|
||||
@@ -1012,6 +1036,7 @@ statistics dimension:
|
||||
group: B
|
||||
group: R
|
||||
group: G
|
||||
group: O
|
||||
colors:
|
||||
C : rgb(101,104,94)
|
||||
W : rgb(255,231,185)
|
||||
@@ -1019,6 +1044,7 @@ statistics dimension:
|
||||
B : rgb(33,33,33)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
O : rgb(253,196,41)
|
||||
|
||||
statistics dimension:
|
||||
name: word count
|
||||
@@ -1197,32 +1223,63 @@ statistics dimension:
|
||||
B : rgb(22,22,22)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
O : rgb(253,196,41)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
WO : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
UO : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
BO : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
RO : rgb(254,192,80)
|
||||
GO : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WUO : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WBO : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
WRO : rgb(244,177,10)
|
||||
WGO : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
UBO : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
URO : rgb(244,177,10)
|
||||
UGO : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
BRO : rgb(244,177,10)
|
||||
BGO : rgb(244,177,10)
|
||||
RGO : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WUBO : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WURO : rgb(232,154,9)
|
||||
WUGO : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
WBRO : rgb(232,154,9)
|
||||
WBGO : rgb(232,154,9)
|
||||
WRGO : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
UBRO : rgb(232,154,9)
|
||||
UBGO : rgb(232,154,9)
|
||||
URGO : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
WUBRO : rgb(224,133,8)
|
||||
WUBGO : rgb(224,133,8)
|
||||
WURGO : rgb(224,133,8)
|
||||
WBRGO : rgb(224,133,8)
|
||||
UBRGO : rgb(224,133,8)
|
||||
WUBRGO : rgb(210,122,7)
|
||||
|
||||
statistics dimension:
|
||||
name: color (All Faces)
|
||||
@@ -1238,32 +1295,63 @@ statistics dimension:
|
||||
B : rgb(22,22,22)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
O : rgb(253,196,41)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
WO : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
UO : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
BO : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
RO : rgb(254,192,80)
|
||||
GO : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WUO : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WBO : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
WRO : rgb(244,177,10)
|
||||
WGO : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
UBO : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
URO : rgb(244,177,10)
|
||||
UGO : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
BRO : rgb(244,177,10)
|
||||
BGO : rgb(244,177,10)
|
||||
RGO : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WUBO : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WURO : rgb(232,154,9)
|
||||
WUGO : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
WBRO : rgb(232,154,9)
|
||||
WBGO : rgb(232,154,9)
|
||||
WRGO : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
UBRO : rgb(232,154,9)
|
||||
UBGO : rgb(232,154,9)
|
||||
URGO : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
WUBRO : rgb(224,133,8)
|
||||
WUBGO : rgb(224,133,8)
|
||||
WURGO : rgb(224,133,8)
|
||||
WBRGO : rgb(224,133,8)
|
||||
UBRGO : rgb(224,133,8)
|
||||
WUBRGO : rgb(210,122,7)
|
||||
|
||||
statistics dimension:
|
||||
name: color (Promos)
|
||||
@@ -1279,32 +1367,63 @@ statistics dimension:
|
||||
B : rgb(22,22,22)
|
||||
R : rgb(156,15,15)
|
||||
G : rgb(68,144,15)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
O : rgb(253,196,41)
|
||||
WU : rgb(254,192,80)
|
||||
WB : rgb(254,192,80)
|
||||
WR : rgb(254,192,80)
|
||||
WG : rgb(254,192,80)
|
||||
WO : rgb(254,192,80)
|
||||
UB : rgb(254,192,80)
|
||||
UR : rgb(254,192,80)
|
||||
UG : rgb(254,192,80)
|
||||
UO : rgb(254,192,80)
|
||||
BR : rgb(254,192,80)
|
||||
BG : rgb(254,192,80)
|
||||
BO : rgb(254,192,80)
|
||||
RG : rgb(254,192,80)
|
||||
RO : rgb(254,192,80)
|
||||
GO : rgb(254,192,80)
|
||||
WUB : rgb(244,177,10)
|
||||
WUR : rgb(244,177,10)
|
||||
WUG : rgb(244,177,10)
|
||||
WUO : rgb(244,177,10)
|
||||
WBR : rgb(244,177,10)
|
||||
WBG : rgb(244,177,10)
|
||||
WBO : rgb(244,177,10)
|
||||
WRG : rgb(244,177,10)
|
||||
WRO : rgb(244,177,10)
|
||||
WGO : rgb(244,177,10)
|
||||
UBR : rgb(244,177,10)
|
||||
UBG : rgb(244,177,10)
|
||||
UBO : rgb(244,177,10)
|
||||
URG : rgb(244,177,10)
|
||||
URO : rgb(244,177,10)
|
||||
UGO : rgb(244,177,10)
|
||||
BRG : rgb(244,177,10)
|
||||
BRO : rgb(244,177,10)
|
||||
BGO : rgb(244,177,10)
|
||||
RGO : rgb(244,177,10)
|
||||
WUBR : rgb(232,154,9)
|
||||
WUBG : rgb(232,154,9)
|
||||
WUBO : rgb(232,154,9)
|
||||
WURG : rgb(232,154,9)
|
||||
WURO : rgb(232,154,9)
|
||||
WUGO : rgb(232,154,9)
|
||||
WBRG : rgb(232,154,9)
|
||||
WBRO : rgb(232,154,9)
|
||||
WBGO : rgb(232,154,9)
|
||||
WRGO : rgb(232,154,9)
|
||||
UBRG : rgb(232,154,9)
|
||||
UBRO : rgb(232,154,9)
|
||||
UBGO : rgb(232,154,9)
|
||||
URGO : rgb(232,154,9)
|
||||
WUBRG : rgb(224,133,8)
|
||||
WUBRO : rgb(224,133,8)
|
||||
WUBGO : rgb(224,133,8)
|
||||
WURGO : rgb(224,133,8)
|
||||
WBRGO : rgb(224,133,8)
|
||||
UBRGO : rgb(224,133,8)
|
||||
WUBRGO : rgb(210,122,7)
|
||||
|
||||
statistics dimension:
|
||||
name: omniverse color
|
||||
|
||||
@@ -22,6 +22,7 @@ choice images:
|
||||
sparker (colored) black: /magic.mse-game/symbols/sparker/black.png
|
||||
sparker (colored) red: /magic.mse-game/symbols/sparker/red.png
|
||||
sparker (colored) green: /magic.mse-game/symbols/sparker/green.png
|
||||
sparker (colored) orange: /magic.mse-game/symbols/sparker/orange.png
|
||||
sparker (colored) multicolor: /magic.mse-game/symbols/sparker/multicolor.png
|
||||
sparker (colored) colorless: /magic.mse-game/symbols/sparker/colorless.png
|
||||
sparker (colored) artifact: /magic.mse-game/symbols/sparker/artifact.png
|
||||
@@ -32,6 +33,7 @@ choice images:
|
||||
modal front black: /magic.mse-game/symbols/modalfront/black.png
|
||||
modal front red: /magic.mse-game/symbols/modalfront/red.png
|
||||
modal front green: /magic.mse-game/symbols/modalfront/green.png
|
||||
modal front orange: /magic.mse-game/symbols/modalfront/orange.png
|
||||
modal front multicolor: /magic.mse-game/symbols/modalfront/multicolor.png
|
||||
modal front colorless: /magic.mse-game/symbols/modalfront/colorless.png
|
||||
modal front artifact: /magic.mse-game/symbols/modalfront/artifact.png
|
||||
@@ -42,6 +44,7 @@ choice images:
|
||||
modal back black: /magic.mse-game/symbols/modalback/black.png
|
||||
modal back red: /magic.mse-game/symbols/modalback/red.png
|
||||
modal back green: /magic.mse-game/symbols/modalback/green.png
|
||||
modal back orange: /magic.mse-game/symbols/modalback/orange.png
|
||||
modal back multicolor: /magic.mse-game/symbols/modalback/multicolor.png
|
||||
modal back colorless: /magic.mse-game/symbols/modalback/colorless.png
|
||||
modal back artifact: /magic.mse-game/symbols/modalback/artifact.png
|
||||
|
||||
@@ -6,6 +6,7 @@ choice images:
|
||||
mana symbol black: /magic.mse-game/watermarks/watermark_b.png
|
||||
mana symbol red: /magic.mse-game/watermarks/watermark_r.png
|
||||
mana symbol green: /magic.mse-game/watermarks/watermark_g.png
|
||||
mana symbol orange: /magic.mse-game/watermarks/watermark_o.png
|
||||
mana symbol colorless: /magic.mse-game/watermarks/watermark_c.png
|
||||
mana symbol snow: /magic.mse-game/watermarks/watermark_s.png
|
||||
|
||||
@@ -14,6 +15,7 @@ choice images:
|
||||
mana symbol old black: /magic.mse-game/watermarks/watermark_b_old.png
|
||||
mana symbol old red: /magic.mse-game/watermarks/watermark_r_old.png
|
||||
mana symbol old green: /magic.mse-game/watermarks/watermark_g_old.png
|
||||
mana symbol old orange: /magic.mse-game/watermarks/watermark_o_old.png
|
||||
mana symbol old colorless: /magic.mse-game/watermarks/watermark_c_old.png
|
||||
|
||||
mana symbol hi res white: /magic.mse-game/watermarks/watermark_w_big.png
|
||||
@@ -21,6 +23,7 @@ choice images:
|
||||
mana symbol hi res black: /magic.mse-game/watermarks/watermark_b_big.png
|
||||
mana symbol hi res red: /magic.mse-game/watermarks/watermark_r_big.png
|
||||
mana symbol hi res green: /magic.mse-game/watermarks/watermark_g_big.png
|
||||
mana symbol hi res orange: /magic.mse-game/watermarks/watermark_o_big.png
|
||||
mana symbol hi res colorless: /magic.mse-game/watermarks/watermark_c_big.png
|
||||
|
||||
mana symbol double WU: /magic.mse-game/watermarks/mana_wu.png
|
||||
@@ -39,12 +42,14 @@ choice images:
|
||||
transparent mana symbol black: /magic.mse-game/watermarks/watermark_b.png
|
||||
transparent mana symbol red: /magic.mse-game/watermarks/watermark_r.png
|
||||
transparent mana symbol green: /magic.mse-game/watermarks/watermark_g.png
|
||||
transparent mana symbol orange: /magic.mse-game/watermarks/watermark_o.png
|
||||
|
||||
transparent mana symbol old white: /magic.mse-game/watermarks/watermark_w_old.png
|
||||
transparent mana symbol old blue: /magic.mse-game/watermarks/watermark_u_old.png
|
||||
transparent mana symbol old black: /magic.mse-game/watermarks/watermark_b_old.png
|
||||
transparent mana symbol old red: /magic.mse-game/watermarks/watermark_r_old.png
|
||||
transparent mana symbol old green: /magic.mse-game/watermarks/watermark_g_old.png
|
||||
transparent mana symbol old orange: /magic.mse-game/watermarks/watermark_o_old.png
|
||||
transparent mana symbol old colorless: /magic.mse-game/watermarks/watermark_c_old.png
|
||||
|
||||
transparent mana symbol hi res white: /magic.mse-game/watermarks/watermark_w_big.png
|
||||
@@ -52,6 +57,7 @@ choice images:
|
||||
transparent mana symbol hi res black: /magic.mse-game/watermarks/watermark_b_big.png
|
||||
transparent mana symbol hi res red: /magic.mse-game/watermarks/watermark_r_big.png
|
||||
transparent mana symbol hi res green: /magic.mse-game/watermarks/watermark_g_big.png
|
||||
transparent mana symbol hi res orange: /magic.mse-game/watermarks/watermark_o_big.png
|
||||
transparent mana symbol hi res colorless: /magic.mse-game/watermarks/watermark_c_big.png
|
||||
|
||||
transparent mana symbol double WU: /magic.mse-game/watermarks/mana_wu_old.png
|
||||
|
||||