Commit d266849e authored by pichoro's avatar pichoro

Styling option for more or less saturated multicolor frames for magic-new.

Add descriptions to many fields.
Made some text fields made editable and multline.
parent 20abb57e
...@@ -3,7 +3,7 @@ game: magic ...@@ -3,7 +3,7 @@ game: magic
short name: Future Textless short name: Future Textless
full name: Futureshift Textless full name: Futureshift Textless
icon: card-sample.png icon: card-sample.png
position hint: 051 position hint: 055
version: 2008-03-12 version: 2008-03-12
depends on: depends on:
......
data/magic-new.mse-style/mcard.jpg

27.3 KB | W: | H:

data/magic-new.mse-style/mcard.jpg

83.1 KB | W: | H:

data/magic-new.mse-style/mcard.jpg
data/magic-new.mse-style/mcard.jpg
data/magic-new.mse-style/mcard.jpg
data/magic-new.mse-style/mcard.jpg
  • 2-up
  • Swipe
  • Onion skin
data/magic-new.mse-style/mlcard.jpg

26.5 KB | W: | H:

data/magic-new.mse-style/mlcard.jpg

83.6 KB | W: | H:

data/magic-new.mse-style/mlcard.jpg
data/magic-new.mse-style/mlcard.jpg
data/magic-new.mse-style/mlcard.jpg
data/magic-new.mse-style/mlcard.jpg
  • 2-up
  • Swipe
  • Onion skin
data/magic-new.mse-style/mlpt.jpg

2.64 KB | W: | H:

data/magic-new.mse-style/mlpt.jpg

14.6 KB | W: | H:

data/magic-new.mse-style/mlpt.jpg
data/magic-new.mse-style/mlpt.jpg
data/magic-new.mse-style/mlpt.jpg
data/magic-new.mse-style/mlpt.jpg
  • 2-up
  • Swipe
  • Onion skin
data/magic-new.mse-style/mpt.jpg

1.78 KB | W: | H:

data/magic-new.mse-style/mpt.jpg

14.3 KB | W: | H:

data/magic-new.mse-style/mpt.jpg
data/magic-new.mse-style/mpt.jpg
data/magic-new.mse-style/mpt.jpg
data/magic-new.mse-style/mpt.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -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-03-12 version: 2008-03-13
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -39,16 +39,19 @@ init script: ...@@ -39,16 +39,19 @@ init script:
#Should multicolor lands with basic land types have a colored name? #Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name } mask_multi_land_with_color := { styling.colored_multicolor_land_name }
# Which artifact template should be used? # Which artifact template should be used? Which multicolor template should be used?
artifact_template := { alternate_template := {
if input == "a" then ( if input == "a" then (
if styling.artifact_style == "light" then "oa" if styling.artifact_style == "light" then "oa"
else if styling.artifact_style == "brown" then "ba" else if styling.artifact_style == "brown" then "ba"
else "a" else "a"
) else if input == "m" then (
if styling.saturated_multicolor then "m"
else "om"
) else input ) else input
} }
template := { artifact_template() + "{type}.jpg" } template := { alternate_template() + "{type}.jpg" }
land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" } land_template := { (if input == "a" then "c" else alternate_template()) + "l{type}.jpg" }
# Use land templates for previews because they show more contrast # Use land templates for previews because they show more contrast
hybrid_previews := "land,hybrid" hybrid_previews := "land,hybrid"
...@@ -61,8 +64,8 @@ init script: ...@@ -61,8 +64,8 @@ init script:
# Use guild mana symbols? # Use guild mana symbols?
guild_mana := { styling.use_guild_mana_symbols } guild_mana := { styling.use_guild_mana_symbols }
############################################################## Set info fields ############################################################## Set info fields
set info style: set info style:
symbol: symbol:
...@@ -83,6 +86,11 @@ styling field: ...@@ -83,6 +86,11 @@ styling field:
choice: light choice: light
choice: dark choice: dark
choice: brown choice: brown
styling field:
type: boolean
name: saturated multicolor
description: Should multicolor cards be more saturated? This is done on real cards.
initial: yes
styling field: styling field:
type: boolean type: boolean
name: grey hybrid name name: grey hybrid name
......
...@@ -5,7 +5,7 @@ installer group: magic/game files ...@@ -5,7 +5,7 @@ installer group: magic/game files
icon: card-back.png icon: card-back.png
position hint: 01 position hint: 01
version: 2008-03-12 version: 2008-03-25
depends on: depends on:
package: magic-blends.mse-include package: magic-blends.mse-include
version: 2007-09-23 version: 2007-09-23
...@@ -675,6 +675,7 @@ card field: ...@@ -675,6 +675,7 @@ card field:
name: gold name: gold
color: rgb(200,180,0) color: rgb(200,180,0)
show statistics: false show statistics: false
description: The border of the card; can be any solid color.
card field: card field:
type: multiple choice type: multiple choice
name: card color name: card color
...@@ -715,6 +716,7 @@ card field: ...@@ -715,6 +716,7 @@ card field:
script: card_color_filter(value) script: card_color_filter(value)
default: card_color(casting_cost: card.casting_cost, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name) default: card_color(casting_cost: card.casting_cost, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name)
show statistics: false show statistics: false
description: The frame of the card, used to indicate card color.
############################# Name line ############################# Name line
card field: card field:
...@@ -723,6 +725,7 @@ card field: ...@@ -723,6 +725,7 @@ card field:
card list visible: false card list visible: false
identifying: true identifying: true
show statistics: false show statistics: false
description: The name of the card
card field: card field:
type: text type: text
name: casting cost name: casting cost
...@@ -756,12 +759,14 @@ card field: ...@@ -756,12 +759,14 @@ card field:
choice: land choice: land
choice: multitype choice: multitype
choice: sorcery choice: sorcery
description: The card type symbol for this card
############################# Image ############################# Image
card field: card field:
type: image type: image
name: image name: image
show statistics: false show statistics: false
description: The image of the card
############################# Card type ############################# Card type
card field: card field:
...@@ -822,11 +827,15 @@ card field: ...@@ -822,11 +827,15 @@ card field:
name: rule text name: rule text
script: text_filter(input: value, card_name: card.name) script: text_filter(input: value, card_name: card.name)
show statistics: false show statistics: false
multi line: true
description: The rules text for the card
card field: card field:
type: text type: text
name: flavor text name: flavor text
script: flavor_text_filter(value) script: flavor_text_filter(value)
show statistics: false show statistics: false
multi line: true
description: The flavor text for the card
card field: card field:
type: text type: text
name: text name: text
...@@ -835,6 +844,7 @@ card field: ...@@ -835,6 +844,7 @@ card field:
show statistics: false show statistics: false
script: script:
combined_editor(field1: card.rule_text, separator: "<line>\n</line>", field2: card.flavor_text) combined_editor(field1: card.rule_text, separator: "<line>\n</line>", field2: card.flavor_text)
description: The rules and flavor text for the card; use up and down arrows to switch
card field: card field:
type: choice type: choice
name: watermark name: watermark
...@@ -849,18 +859,22 @@ card field: ...@@ -849,18 +859,22 @@ card field:
name: loyalty name: loyalty
icon: stats/toughness.png icon: stats/toughness.png
position hint: 59 position hint: 59
description: The initial loyalty of a planeswalker
card field: card field:
type: text type: text
name: loyalty cost 1 name: loyalty cost 1
show statistics: false show statistics: false
description: The loyalty cost for the first ability of a planeswalker
card field: card field:
type: text type: text
name: loyalty cost 2 name: loyalty cost 2
show statistics: false show statistics: false
description: The loyalty cost for the second ability of a planeswalker
card field: card field:
type: text type: text
name: loyalty cost 3 name: loyalty cost 3
show statistics: false show statistics: false
description: The loyalty cost for the third ability of a planeswalker
############################# PT ############################# PT
card field: card field:
type: text type: text
...@@ -868,11 +882,13 @@ card field: ...@@ -868,11 +882,13 @@ card field:
icon: stats/power.png icon: stats/power.png
show statistics: false show statistics: false
script: type_over_pt(value) script: type_over_pt(value)
description: The power of a creature
card field: card field:
type: text type: text
name: toughness name: toughness
show statistics: false show statistics: false
icon: stats/toughness.png icon: stats/toughness.png
description: The toughness of a creature
card field: card field:
type: text type: text
name: pt name: pt
...@@ -889,7 +905,7 @@ card field: ...@@ -889,7 +905,7 @@ card field:
card list column: 5 card list column: 5
card list width: 50 card list width: 50
card list name: P/T card list name: P/T
description: Power/toughness description: Power/toughness of a creature
show statistics: false show statistics: false
############################# Card sorting / numbering ############################# Card sorting / numbering
...@@ -979,11 +995,13 @@ card field: ...@@ -979,11 +995,13 @@ card field:
script: card_color_filter(value) script: card_color_filter(value)
default: card_color(casting_cost: card.casting_cost_2, type: card.super_type_2, rules_text: card.rule_text_2, watermark: card.watermark_2, card_name: card.name_2) default: card_color(casting_cost: card.casting_cost_2, type: card.super_type_2, rules_text: card.rule_text_2, watermark: card.watermark_2, card_name: card.name_2)
show statistics: false show statistics: false
description: The frame of a card
card field: card field:
type: text type: text
name: name 2 name: name 2
identifying: true identifying: true
show statistics: false show statistics: false
description: The name of a card
card field: card field:
type: text type: text
name: casting cost 2 name: casting cost 2
...@@ -993,6 +1011,7 @@ card field: ...@@ -993,6 +1011,7 @@ card field:
card list width: 50 card list width: 50
card list name: CC card list name: CC
show statistics: false show statistics: false
description: The casting cost of a card
card field: card field:
type: choice type: choice
name: card symbol 2 name: card symbol 2
...@@ -1000,10 +1019,12 @@ card field: ...@@ -1000,10 +1019,12 @@ card field:
choice: none choice: none
choice: tombstone choice: tombstone
show statistics: false show statistics: false
description: The card symbol of the card (Tombstone)
card field: card field:
type: image type: image
name: image 2 name: image 2
show statistics: false show statistics: false
description: The image of the card
card field: card field:
type: text type: text
name: super type 2 name: super type 2
...@@ -1031,6 +1052,7 @@ card field: ...@@ -1031,6 +1052,7 @@ card field:
hide_when_empty: true hide_when_empty: true
) )
show statistics: false show statistics: false
description: The type of the card; type "-" to go from type to subtype
card field: card field:
type: choice type: choice
name: rarity 2 name: rarity 2
...@@ -1050,11 +1072,13 @@ card field: ...@@ -1050,11 +1072,13 @@ card field:
name: rule text 2 name: rule text 2
script: text_filter(input: value, card_name: card.name_2) script: text_filter(input: value, card_name: card.name_2)
show statistics: false show statistics: false
multi line: true
description: The rules text of the card
card field: card field:
type: text type: text
name: flavor text 2 name: flavor text 2
script: flavor_text_filter(value) script: flavor_text_filter(value)
editable: false multi line: true
show statistics: false show statistics: false
card field: card field:
type: text type: text
...@@ -1064,6 +1088,7 @@ card field: ...@@ -1064,6 +1088,7 @@ card field:
show statistics: false show statistics: false
script: script:
combined_editor(field1: card.rule_text_2, separator: "<line>\n</line>", field2: card.flavor_text_2) combined_editor(field1: card.rule_text_2, separator: "<line>\n</line>", field2: card.flavor_text_2)
description: The rules and flavor text of the card
card field: card field:
type: choice type: choice
name: watermark 2 name: watermark 2
...@@ -1077,11 +1102,13 @@ card field: ...@@ -1077,11 +1102,13 @@ card field:
icon: stats/power.png icon: stats/power.png
show statistics: false show statistics: false
script: type_over_pt(value) script: type_over_pt(value)
description: The power of a creature
card field: card field:
type: text type: text
name: toughness 2 name: toughness 2
icon: stats/toughness.png icon: stats/toughness.png
show statistics: false show statistics: false
description: The toughness of a creature
card field: card field:
type: text type: text
name: pt 2 name: pt 2
...@@ -1097,12 +1124,14 @@ card field: ...@@ -1097,12 +1124,14 @@ card field:
card list width: 50 card list width: 50
card list name: P/T2 card list name: P/T2
show statistics: false show statistics: false
description: Power/Toughness of a creature
card field: card field:
type: text type: text
name: illustrator 2 name: illustrator 2
icon: stats/illustrator.png icon: stats/illustrator.png
default: set.artist default: set.artist
show statistics: false show statistics: false
description: The illustrator of the image
card field: card field:
type: text type: text
name: copyright 2 name: copyright 2
...@@ -1119,7 +1148,7 @@ card field: ...@@ -1119,7 +1148,7 @@ card field:
combined_editor(field1: card.copyright_2, separator: " ", field2: card.card_number) combined_editor(field1: card.copyright_2, separator: " ", field2: card.card_number)
else else
forward_editor(field: card.copyright_2) forward_editor(field: card.copyright_2)
description: The copyright and card number of the card
############################################################## Card list ############################################################## Card list
card list color script: card list color script:
...@@ -1613,7 +1642,6 @@ word list: ...@@ -1613,7 +1642,6 @@ word list:
word: Beast word: Beast
word: Berserker word: Berserker
word: Bringer word: Bringer
word: Brushwagg
word: Carrier word: Carrier
word: Citizen word: Citizen
word: Cleric word: Cleric
...@@ -1689,6 +1717,7 @@ word list: ...@@ -1689,6 +1717,7 @@ word list:
name: name:
line below: true line below: true
word: Aura word: Aura
word: Shrine
word list: word list:
name: spell name: spell
......
...@@ -4,7 +4,7 @@ full name: Magic Vanguard ...@@ -4,7 +4,7 @@ full name: Magic Vanguard
icon: card-sample.png icon: card-sample.png
position hint: 02 position hint: 02
version: 2008-03-12 version: 2008-03-18
# Author : Wolfwood # Author : Wolfwood
# Most stuff is copy/pasted from magic.mse-game # Most stuff is copy/pasted from magic.mse-game
...@@ -259,13 +259,13 @@ card field: ...@@ -259,13 +259,13 @@ card field:
name: gold name: gold
color: rgb(200,180,0) color: rgb(200,180,0)
show statistics: false show statistics: false
description: The border of the card; can be any solid color
card field: card field:
type: choice type: choice
name: background name: background
choice: normal choice: normal
show statistics: false show statistics: false
editable: false editable: false
############################# Name line ############################# Name line
card field: card field:
type: text type: text
...@@ -275,21 +275,20 @@ card field: ...@@ -275,21 +275,20 @@ card field:
card list visible: true card list visible: true
card list column: 1 card list column: 1
card list width: 150 card list width: 150
description: The name of the card
############################# Image ############################# Image
card field: card field:
type: image type: image
name: image name: image
show statistics: false show statistics: false
description: The image of the card
############################# Card type ############################# Card type
card field: card field:
type: text type: text
name: type name: type
card list visible: true card list visible: true
card list column: 2 card list column: 2
description: The type of the card
############################# Text box ############################# Text box
card field: card field:
type: text type: text
...@@ -297,13 +296,14 @@ card field: ...@@ -297,13 +296,14 @@ card field:
script: text_filter(value) script: text_filter(value)
show statistics: false show statistics: false
multi line: true multi line: true
description: The rules text of the card
card field: card field:
type: text type: text
name: flavor text name: flavor text
script: flavor_text_filter(value) script: flavor_text_filter(value)
show statistics: false show statistics: false
multi line: true multi line: true
description: The flavor text of the card
############################# PT ############################# PT
card field: card field:
type: text type: text
...@@ -312,7 +312,7 @@ card field: ...@@ -312,7 +312,7 @@ card field:
card list column: 3 card list column: 3
card list width: 50 card list width: 50
card list name: hand card list name: hand
description: The starting and maximum hand size modifier
card field: card field:
type: text type: text
name: lifemod name: lifemod
...@@ -320,8 +320,7 @@ card field: ...@@ -320,8 +320,7 @@ card field:
card list column: 4 card list column: 4
card list width: 50 card list width: 50
card list name: life card list name: life
description: The starting life total modifier
############################# Card sorting / numbering ############################# Card sorting / numbering
card field: card field:
type: text type: text
...@@ -341,12 +340,12 @@ card field: ...@@ -341,12 +340,12 @@ card field:
card list name: # card list name: #
editable: false editable: false
show statistics: false show statistics: false
############################# Copyright stuff ############################# Copyright stuff
card field: card field:
type: text type: text
name: illustrator name: illustrator
default: set.artist default: set.artist
description: The illustrator of the image
card field: card field:
type: text type: text
name: copyright name: copyright
...@@ -363,9 +362,8 @@ card field: ...@@ -363,9 +362,8 @@ card field:
combined_editor(field1: card.copyright, separator: " ", field2: card.card_number) combined_editor(field1: card.copyright, separator: " ", field2: card.card_number)
else else
forward_editor(field: card.copyright) forward_editor(field: card.copyright)
description: The copyright and card number of the card
############################################################## Auto replace ############################################################## Auto replace
# Do we need categories? # Do we need categories?
#auto replace category: text box #auto replace category: text box
#auto replace category: copyright #auto replace category: copyright
......
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