Commit ebefbb3b authored by pichoro's avatar pichoro

Futureshift styles should be defaulting to non-shifted sorting.

parent b7ea226e
...@@ -6,7 +6,7 @@ installer group: magic/Future/Split cards ...@@ -6,7 +6,7 @@ installer group: magic/Future/Split cards
icon: card-sample.png icon: card-sample.png
position hint: 053 position hint: 053
version: 2009-07-07 version: 2009-07-22
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -137,7 +137,7 @@ styling field: ...@@ -137,7 +137,7 @@ styling field:
type: boolean type: boolean
name: shifted sorting name: shifted sorting
description: Should this style of card sort as a shifted card (after other cards of that color)? description: Should this style of card sort as a shifted card (after other cards of that color)?
initial: yes initial: no
styling field: styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
...@@ -208,7 +208,7 @@ card style: ...@@ -208,7 +208,7 @@ card style:
top width: 12 top width: 12
bottom width: 12 bottom width: 12
mask: bordermask.png mask: bordermask.png
z index: 8 z index: 7
card color: card color:
left: 18 left: 18
top: 18 top: 18
...@@ -235,7 +235,7 @@ card style: ...@@ -235,7 +235,7 @@ card style:
height: 26 height: 26
alignment: middle shrink-overflow alignment: middle shrink-overflow
padding bottom: 0 padding bottom: 0
z index: 5 z index: 4
font: font:
name: Matrix name: Matrix
size: 14 size: 14
...@@ -267,7 +267,7 @@ card style: ...@@ -267,7 +267,7 @@ card style:
height: 26 height: 26
alignment: middle shrink-overflow alignment: middle shrink-overflow
padding bottom: 0 padding bottom: 0
z index: 5 z index: 4
font: font:
name: Matrix name: Matrix
size: 14 size: 14
...@@ -305,7 +305,7 @@ card style: ...@@ -305,7 +305,7 @@ card style:
scale down to: 16 scale down to: 16
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 5 z index: 4
padding top: 0 padding top: 0
mask: costmask.png mask: costmask.png
casting cost 2: casting cost 2:
...@@ -321,7 +321,7 @@ card style: ...@@ -321,7 +321,7 @@ card style:
scale down to: 16 scale down to: 16
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 5 z index: 4
padding top: 0 padding top: 0
mask: costmask.png mask: costmask.png
card symbol: card symbol:
...@@ -329,7 +329,7 @@ card style: ...@@ -329,7 +329,7 @@ card style:
top : 28 top : 28
height: 16 height: 16
width: 12 width: 12
z index: 5 z index: 4
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -338,7 +338,7 @@ card style: ...@@ -338,7 +338,7 @@ card style:
top : 28 top : 28
height: 16 height: 16
width: 12 width: 12
z index: 5 z index: 4
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -347,7 +347,7 @@ card style: ...@@ -347,7 +347,7 @@ card style:
top: 22 top: 22
width: 15 width: 15
height: 14 height: 14
z index: 5 z index: 1
render style: image render style: image
choice images: choice images:
artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(frame: card.card_color) + ".png" } artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(frame: card.card_color) + ".png" }
...@@ -380,7 +380,7 @@ card style: ...@@ -380,7 +380,7 @@ card style:
width: { 215 - max(21,card_style.rarity.content_width) } width: { 215 - max(21,card_style.rarity.content_width) }
height: 20 height: 20
alignment: middle shrink-overflow alignment: middle shrink-overflow
z index: 5 z index: 4
padding top: 2 padding top: 2
font: font:
name: Matrix name: Matrix
...@@ -413,7 +413,7 @@ card style: ...@@ -413,7 +413,7 @@ card style:
width: { 215 - max(21,card_style.rarity_2.content_width) } width: { 215 - max(21,card_style.rarity_2.content_width) }
height: 20 height: 20
alignment: middle shrink-overflow alignment: middle shrink-overflow
z index: 5 z index: 4
padding top: 2 padding top: 2
font: font:
name: Matrix name: Matrix
...@@ -445,7 +445,7 @@ card style: ...@@ -445,7 +445,7 @@ card style:
top : 213 top : 213
width: 14 width: 14
height: 14 height: 14
z index: 5 z index: 4
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -467,7 +467,7 @@ card style: ...@@ -467,7 +467,7 @@ card style:
top : 213 top : 213
width: 14 width: 14
height: 14 height: 14
z index: 5 z index: 4
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -512,7 +512,7 @@ card style: ...@@ -512,7 +512,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center" then "middle center"
else "middle left" else "middle left"
z index: 5 z index: 4
padding left: 6 padding left: 6
padding top: 2 padding top: 2
padding right: 4 padding right: 4
...@@ -547,7 +547,7 @@ card style: ...@@ -547,7 +547,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center" then "middle center"
else "middle left" else "middle left"
z index: 5 z index: 4
padding left: 6 padding left: 6
padding top: 2 padding top: 2
padding right: 4 padding right: 4
...@@ -560,7 +560,7 @@ card style: ...@@ -560,7 +560,7 @@ card style:
top : 229 top : 229
width: 92 width: 92
height: 100 height: 100
z index: 4 z index: 3
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
...@@ -569,13 +569,13 @@ card style: ...@@ -569,13 +569,13 @@ card style:
top : 229 top : 229
width: 92 width: 92
height: 100 height: 100
z index: 4 z index: 3
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
pt: pt:
z index: 6 z index: 5
left: 196 left: 196
top: 324 top: 324
width: 60 width: 60
...@@ -606,7 +606,7 @@ card style: ...@@ -606,7 +606,7 @@ card style:
else font_color(card.card_color) else font_color(card.card_color)
separator color: rgb(200,0,0) separator color: rgb(200,0,0)
pt 2: pt 2:
z index: 6 z index: 5
left: 447 left: 447
top: 325 top: 325
width: 60 width: 60
...@@ -771,7 +771,9 @@ extra card field: ...@@ -771,7 +771,9 @@ extra card field:
choice: instant choice: instant
choice: land choice: land
choice: multitype choice: multitype
choice: planeswalker
choice: sorcery choice: sorcery
choice: none
extra card style: extra card style:
textbox: textbox:
left: 22 left: 22
...@@ -843,7 +845,7 @@ extra card style: ...@@ -843,7 +845,7 @@ extra card style:
bottom: 0 bottom: 0
width: 375 width: 375
height: 523 height: 523
z index: 7 z index: 6
angle: 90 angle: 90
render style: image render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"} image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
...@@ -863,7 +865,7 @@ extra card style: ...@@ -863,7 +865,7 @@ extra card style:
top: 22 top: 22
width: 15 width: 15
height: 14 height: 14
z index: 5 z index: 1
render style: image render style: image
choice images: choice images:
artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(frame: card.card_color_2) + ".png" } artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(frame: card.card_color_2) + ".png" }
...@@ -872,5 +874,5 @@ extra card style: ...@@ -872,5 +874,5 @@ extra card style:
instant: { "/magic-future-common.mse-include/instant_" + typesymbol_color(frame: card.card_color_2) + ".png" } instant: { "/magic-future-common.mse-include/instant_" + typesymbol_color(frame: card.card_color_2) + ".png" }
land: { "/magic-future-common.mse-include/land_" + typesymbol_color(frame: card.card_color_2) + ".png" } land: { "/magic-future-common.mse-include/land_" + typesymbol_color(frame: card.card_color_2) + ".png" }
multitype: { "/magic-future-common.mse-include/multitype_" + typesymbol_color(frame: card.card_color_2) + ".png" } multitype: { "/magic-future-common.mse-include/multitype_" + typesymbol_color(frame: card.card_color_2) + ".png" }
sorcery: { "/magic-future-common.mse-include/sorcery_" + typesymbol_color(frame: card.card_color_2) + ".png" }
planeswalker: { "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(frame: card.card_color_2) + ".png" } planeswalker: { "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(frame: card.card_color_2) + ".png" }
sorcery: { "/magic-future-common.mse-include/sorcery_" + typesymbol_color(frame: card.card_color_2) + ".png" }
...@@ -6,7 +6,7 @@ installer group: magic/Future/Textless cards ...@@ -6,7 +6,7 @@ installer group: magic/Future/Textless cards
icon: card-sample.png icon: card-sample.png
position hint: 055 position hint: 055
version: 2009-07-06 version: 2009-07-22
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -92,7 +92,7 @@ styling field: ...@@ -92,7 +92,7 @@ styling field:
type: boolean type: boolean
name: shifted sorting name: shifted sorting
description: Should this style of card sort as a shifted card (after other cards of that color)? description: Should this style of card sort as a shifted card (after other cards of that color)?
initial: yes initial: no
styling field: styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
......
...@@ -6,7 +6,7 @@ installer group: magic/Future/Normal cards ...@@ -6,7 +6,7 @@ installer group: magic/Future/Normal cards
icon: card-sample.png icon: card-sample.png
position hint: 051 position hint: 051
version: 2009-07-07 version: 2009-07-23
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -129,7 +129,7 @@ styling field: ...@@ -129,7 +129,7 @@ styling field:
type: boolean type: boolean
name: shifted sorting name: shifted sorting
description: Should this style of card sort as a shifted card (after other cards of that color)? description: Should this style of card sort as a shifted card (after other cards of that color)?
initial: yes initial: no
styling field: styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
...@@ -210,7 +210,7 @@ card style: ...@@ -210,7 +210,7 @@ card style:
top width: 17 top width: 17
bottom width: 18 bottom width: 18
mask: bordermask.png mask: bordermask.png
z index: 8 z index: 7
card color: card color:
left: 0 left: 0
top: 0 top: 0
...@@ -228,7 +228,7 @@ card style: ...@@ -228,7 +228,7 @@ card style:
height: 26 height: 26
alignment: middle shrink-overflow alignment: middle shrink-overflow
padding bottom: 0 padding bottom: 0
z index: 5 z index: 4
font: font:
name: Matrix name: Matrix
size: 18 size: 18
...@@ -266,7 +266,7 @@ card style: ...@@ -266,7 +266,7 @@ card style:
scale down to: 22 scale down to: 22
alignment: bottom right alignment: bottom right
always symbol: true always symbol: true
z index: 5 z index: 4
padding top: 0 padding top: 0
mask: costmask.png mask: costmask.png
card symbol: card symbol:
...@@ -274,7 +274,7 @@ card style: ...@@ -274,7 +274,7 @@ card style:
top : 31 top : 31
height: 20 height: 20
width: 14 width: 14
z index: 5 z index: 4
render style: image render style: image
choice images: choice images:
tombstone: tombstone.png tombstone: tombstone.png
...@@ -283,7 +283,7 @@ card style: ...@@ -283,7 +283,7 @@ card style:
top: 24 top: 24
width: 21 width: 21
height: 20 height: 20
z index: 5 z index: 1
render style: image render style: image
choice images: choice images:
artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(value) + ".png" } artifact: { "/magic-future-common.mse-include/artifact_" + typesymbol_color(value) + ".png" }
...@@ -309,7 +309,7 @@ card style: ...@@ -309,7 +309,7 @@ card style:
width: { 300 - max(21,card_style.rarity.content_width) } width: { 300 - max(21,card_style.rarity.content_width) }
height: 20 height: 20
alignment: middle shrink-overflow alignment: middle shrink-overflow
z index: 5 z index: 4
padding top: 2 padding top: 2
font: font:
name: Matrix name: Matrix
...@@ -341,7 +341,7 @@ card style: ...@@ -341,7 +341,7 @@ card style:
top : 302 top : 302
width: 22 width: 22
height: 22 height: 22
z index: 5 z index: 4
alignment: middle right alignment: middle right
render style: image render style: image
choice images: choice images:
...@@ -386,7 +386,7 @@ card style: ...@@ -386,7 +386,7 @@ card style:
styling.center_text == "always" styling.center_text == "always"
then "middle center" then "middle center"
else "middle left" else "middle left"
z index: 5 z index: 4
padding left: 6 padding left: 6
padding top: 2 padding top: 2
padding right: 4 padding right: 4
...@@ -399,13 +399,13 @@ card style: ...@@ -399,13 +399,13 @@ card style:
top : 321 top : 321
width: 132 width: 132
height: 152 height: 152
z index: 4 z index: 3
render style: image render style: image
alignment: middle center alignment: middle center
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# PT ############################# PT
pt: pt:
z index: 6 z index: 5
left: 287 left: 287
top: 469 top: 469
width: 60 width: 60
...@@ -454,7 +454,6 @@ card style: ...@@ -454,7 +454,6 @@ card style:
contains(card.card_color, match:"multicolor") or contains(card.card_color, match:"multicolor") or
contains(card.card_color, match:"white") then rgb(0,0,0) contains(card.card_color, match:"white") then rgb(0,0,0)
else rgb(255,255,255) else rgb(255,255,255)
copyright line: copyright line:
left: 30 left: 30
top : 488 top : 488
...@@ -547,6 +546,6 @@ extra card style: ...@@ -547,6 +546,6 @@ extra card style:
top : 0 top : 0
width: 375 width: 375
height: 523 height: 523
z index: 7 z index: 6
render style: image render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"} image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
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