Commit cb31a811 authored by pichoro's avatar pichoro

More tweaking of Planeswalkers.

Added Planeswalker type and World supertype to Magic game.
Converted frames in futureshifts and planeswalkers to jpg format.
parent 7d374abf
......@@ -17,9 +17,8 @@ init script:
# Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name }
template_suffix := [card: "card.png", pt: "pt.png"]
template := { input + template_suffix[type] }
land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] }
template := { input + "{type}.jpg" }
land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" }
color_combination := {
# The base hybrid, without the outer frame blended over it
base := base_hybrid[shape][color_count]()
......
......@@ -16,7 +16,7 @@ card dpi: 150
init script:
mask_hybrid_with_land := { styling.grey_hybrid_name }
template_suffix := [card: "card.png", pt: "pt.png", textbox: "textbox.png", typeline: "typeline.png"]
template_suffix := [card: "card.jpg", pt: "pt.png", textbox: "textbox.png", typeline: "typeline.png"]
template := { input + template_suffix[type] }
land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] }
color_combination := {
......
......@@ -24,8 +24,8 @@ init script:
mask_hybrid_with_land := { styling.grey_hybrid_name }
# Which artifact template should be used?
template := { input + "{type}.png" }
land_template := { "c{type}.png" }
template := { input + "{type}.jpg" }
land_template := { "c{type}.jpg" }
# Use land templates for previews because they show more contrast
hybrid_previews := "land,hybrid"
......@@ -339,7 +339,7 @@ card style:
copyright line:
left: 43
top : 500
top : 497
width: 287
height: 12
z index: 1
......
......@@ -1293,6 +1293,9 @@ word list:
word:
name: Snow
is prefix: true
word:
name: World
is prefix: true
line below: true
word: Creature
word: Artifact
......@@ -1301,6 +1304,7 @@ word list:
word: Instant
word: Sorcery
word: Land
word: Planeswalker
word list:
name: race
......
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