Commit 666b0a71 authored by pichoro's avatar pichoro

Adjusted magic-new-planeswalker image mask.

Added new styling option to replicate "Murmuring Bosk" frame from Morningtide.
Changed game file "creature type" lists to be named "Race" and "Class".
parent 892fceae
mse version: 0.3.5 mse version: 0.3.6
full name: Magic The Gathering, card blend utilities full name: Magic The Gathering, card blend utilities
version: 2007-09-23 version: 2008-01-12
# This file doesn't do anything, other files in this directory can be included # This file doesn't do anything, other files in this directory can be included
# in game/style files: # in game/style files:
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
######################################################################## ########################################################################
mask_hybrid_with_land := { false } mask_hybrid_with_land := { false }
mask_multi_land_with_color := { false }
template := { input + "{type}.jpg" } template := { input + "{type}.jpg" }
land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" } land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" }
# For what value should thumbnails of hybrids be made? # For what value should thumbnails of hybrids be made?
...@@ -483,6 +484,12 @@ color_combination := { ...@@ -483,6 +484,12 @@ color_combination := {
dark: land_template("c"), dark: land_template("c"),
light: base, light: base,
) )
else if land and multi and mask_multi_land_with_color() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: base,
light: land_template("m"),
)
else if multi then else if multi then
masked_blend( masked_blend(
mask: "multicolor_blend_{type}.png", mask: "multicolor_blend_{type}.png",
......
...@@ -5,7 +5,7 @@ short name: Extended Art ...@@ -5,7 +5,7 @@ short name: Extended Art
icon: card-sample.png icon: card-sample.png
position hint: 006 position hint: 006
version: 2007-12-29 version: 2008-01-12
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -34,6 +34,9 @@ init script: ...@@ -34,6 +34,9 @@ init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
#Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
# Which artifact template should be used? # Which artifact template should be used?
artifact_template := { artifact_template := {
if input == "a" and not styling.darker_artifacts if input == "a" and not styling.darker_artifacts
...@@ -72,6 +75,10 @@ styling field: ...@@ -72,6 +75,10 @@ styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
styling field:
type: boolean
name: colored multicolor land name
description: Use a colored background for the name and type on multicolor land cards with a basic land type. This is done on real cards.
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
......
...@@ -5,7 +5,7 @@ full name: Futureshift Textless ...@@ -5,7 +5,7 @@ full name: Futureshift Textless
icon: card-sample.png icon: card-sample.png
position hint: 051 position hint: 051
version: 2007-12-29 version: 2008-01-12
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-09-23 version: 2007-09-23
...@@ -29,6 +29,9 @@ init script: ...@@ -29,6 +29,9 @@ init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
#Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
template := { input + "{type}.jpg" } template := { input + "{type}.jpg" }
land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" } land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" }
color_combination := { color_combination := {
...@@ -127,6 +130,10 @@ styling field: ...@@ -127,6 +130,10 @@ styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
styling field:
type: boolean
name: colored multicolor land name
description: Use a colored background for the name and type on multicolor land cards with a basic land type. This is done on real cards.
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
......
...@@ -5,7 +5,7 @@ full name: Futureshift ...@@ -5,7 +5,7 @@ full name: Futureshift
icon: card-sample.png icon: card-sample.png
position hint: 050 position hint: 050
version: 2007-12-30 version: 2008-01-12
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -37,6 +37,8 @@ card dpi: 150 ...@@ -37,6 +37,8 @@ card dpi: 150
init script: init script:
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
template_suffix := [card: "card.jpg", 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] } template := { input + template_suffix[type] }
land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] } land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] }
...@@ -168,6 +170,10 @@ styling field: ...@@ -168,6 +170,10 @@ styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
styling field:
type: boolean
name: colored multicolor land name
description: Use a colored background for the name and type on multicolor land cards with a basic land type. This is done on real cards.
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
......
...@@ -5,7 +5,7 @@ full name: Large image ...@@ -5,7 +5,7 @@ full name: Large image
icon: card-sample.png icon: card-sample.png
position hint: 004 position hint: 004
version: 2008-01-10 version: 2008-01-12
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -36,6 +36,9 @@ init script: ...@@ -36,6 +36,9 @@ init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
#Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
# Which artifact template should be used? # Which artifact template should be used?
artifact_template := { artifact_template := {
if input == "a" and not styling.darker_artifacts if input == "a" and not styling.darker_artifacts
...@@ -64,6 +67,10 @@ styling field: ...@@ -64,6 +67,10 @@ styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
styling field:
type: boolean
name: colored multicolor land name
description: Use a colored background for the name and type on multicolor land cards with a basic land type. This is done on real cards.
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
......
...@@ -5,7 +5,7 @@ full name: Modern split cards ...@@ -5,7 +5,7 @@ full name: Modern split cards
icon: card-sample.png icon: card-sample.png
position hint: 003 position hint: 003
version: 2008-01-10 version: 2008-01-12
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -39,6 +39,9 @@ init script: ...@@ -39,6 +39,9 @@ init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
#Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
# Which artifact template should be used? # Which artifact template should be used?
artifact_template := { artifact_template := {
if input == "a" and not styling.darker_artifacts if input == "a" and not styling.darker_artifacts
...@@ -78,6 +81,10 @@ styling field: ...@@ -78,6 +81,10 @@ styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
styling field:
type: boolean
name: colored multicolor land name
description: Use a colored background for the name and type on multicolor land cards with colors chosen. This is done on real cards.
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
......
...@@ -5,7 +5,7 @@ full name: After 8th edition ...@@ -5,7 +5,7 @@ full name: After 8th edition
icon: card-sample.png icon: card-sample.png
position hint: 001 position hint: 001
version: 2008-01-10 version: 2008-01-12
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -36,6 +36,9 @@ init script: ...@@ -36,6 +36,9 @@ init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
#Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
# Which artifact template should be used? # Which artifact template should be used?
artifact_template := { artifact_template := {
if input == "a" then ( if input == "a" then (
...@@ -84,6 +87,10 @@ styling field: ...@@ -84,6 +87,10 @@ styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
styling field:
type: boolean
name: colored multicolor land name
description: Use a colored background for the name and type on multicolor land cards with a basic land type. This is done on real cards.
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
......
...@@ -5,7 +5,7 @@ full name: Planar Chaos Timeshifts ...@@ -5,7 +5,7 @@ full name: Planar Chaos Timeshifts
icon: card-sample.png icon: card-sample.png
position hint: 011 position hint: 011
version: 2008-01-10 version: 2008-01-12
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -30,6 +30,9 @@ init script: ...@@ -30,6 +30,9 @@ init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name } mask_hybrid_with_land := { styling.grey_hybrid_name }
#Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
template_suffix := [card: "card.jpg", pt: "pt.png"] template_suffix := [card: "card.jpg", pt: "pt.png"]
template := { input + template_suffix[type] } template := { input + template_suffix[type] }
land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] } land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] }
...@@ -67,6 +70,10 @@ styling field: ...@@ -67,6 +70,10 @@ styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
styling field:
type: boolean
name: colored multicolor land name
description: Use a colored background for the name and type on multicolor land cards with a basic land type. This is done on real cards.
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
......
mse version: 0.3.6
mse version: 0.3.6
short name: Magic short name: Magic
full name: Magic the Gathering full name: Magic the Gathering
installer group: magic/game files installer group: magic/game files
icon: card-back.png icon: card-back.png
position hint: 01 position hint: 01
version: 2008-01-09 version: 2008-01-12
depends on: depends on:
package: magic-blends.mse-include package: magic-blends.mse-include
version: 2007-09-23 version: 2007-09-23
...@@ -1347,7 +1346,7 @@ word list: ...@@ -1347,7 +1346,7 @@ word list:
word: Treefolk word: Treefolk
word: Zombie word: Zombie
word: word:
name: All Types name: All Races
word: word:
name: A name: A
word: Anemone word: Anemone
...@@ -1603,7 +1602,7 @@ word list: ...@@ -1603,7 +1602,7 @@ word list:
word: Wizard word: Wizard
word: Zombie word: Zombie
word: word:
name: All Types name: All Classes
word: word:
name: A-C name: A-C
word: Advisor word: Advisor
......
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