Commit 6b8e0a86 authored by pichoro's avatar pichoro

"Grey hybrid typeline" for magic-new-token.

parent 666b0a71
...@@ -5,7 +5,7 @@ full name: Modern style ...@@ -5,7 +5,7 @@ full name: Modern style
icon: card-sample.png icon: card-sample.png
position hint: 007 position hint: 007
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
...@@ -36,6 +36,9 @@ init script: ...@@ -36,6 +36,9 @@ init script:
# Load scripts for default images # Load scripts for default images
include file: /magic-default-image.mse-include/scripts include file: /magic-default-image.mse-include/scripts
# Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_typeline }
# What should the textbox look like? # What should the textbox look like?
text_shape := { text_shape := {
if card.rule_text == "" if card.rule_text == ""
...@@ -81,6 +84,10 @@ set info style: ...@@ -81,6 +84,10 @@ set info style:
############################################################## Extra style ############################################################## Extra style
styling field:
type: boolean
name: grey hybrid typeline
description: Use a grey background for the type line on hybrid cards. This is done on real cards.
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
......
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