Commit 3b849a97 authored by pichoro's avatar pichoro

Changed "shadowed mana" in magic-future to "popup mana"; reason: its called...

Changed "shadowed mana" in magic-future to "popup mana"; reason: its called popup in other templates.  Consistency.
Added loyalty fields to magic-game.
Changed magic-new-planeswalker to use loyalty fields instead of p, t, p2, and t2.
parent eddc5e06
...@@ -156,7 +156,7 @@ styling field: ...@@ -156,7 +156,7 @@ styling field:
type: choice type: choice
name: mana symbols name: mana symbols
choice: future choice: future
choice: shadowed choice: popup
choice: normal choice: normal
description: What style of mana symbols should be used? description: What style of mana symbols should be used?
initial: normal initial: normal
...@@ -183,7 +183,7 @@ styling style: ...@@ -183,7 +183,7 @@ styling style:
render style: both render style: both
choice images: choice images:
future: /magic-mana-future.mse-symbol-font/mana_w.png future: /magic-mana-future.mse-symbol-font/mana_w.png
shadowed: /magic-mana-large.mse-symbol-font/mana_w.png popup: /magic-mana-large.mse-symbol-font/mana_w.png
normal: /magic-mana-small.mse-symbol-font/mana_w.png normal: /magic-mana-small.mse-symbol-font/mana_w.png
tap symbol: tap symbol:
render style: both render style: both
...@@ -365,8 +365,8 @@ card style: ...@@ -365,8 +365,8 @@ card style:
else font_color(card.card_color) else font_color(card.card_color)
symbol font: symbol font:
name: name:
{ if styling.mana_symbols=="future" then "magic-mana-future" else { if styling.mana_symbols=="future" then "magic-mana-future" else
if styling.mana_symbols=="shadowed" then "magic-mana-large" else "magic-mana-small" } if styling.mana_symbols=="popup" then "magic-mana-large" else "magic-mana-small" }
size: 15 size: 15
alignment: alignment:
script: script:
......
...@@ -9,7 +9,7 @@ card width: 375 ...@@ -9,7 +9,7 @@ card width: 375
card height: 523 card height: 523
card dpi: 150 card dpi: 150
#Images by Artfreakwiu #Images by Artfreakwiu, Buttock1234, and Twanvl
#Code by Pichoro #Code by Pichoro
#Todo: update images after lorwyn release to feature proper frames rather than guesses. #Todo: update images after lorwyn release to feature proper frames rather than guesses.
#Todo: add textures to namebox and type/rarity box. #Todo: add textures to namebox and type/rarity box.
...@@ -265,24 +265,22 @@ card style: ...@@ -265,24 +265,22 @@ card style:
include file: magic-watermarks.mse-include/watermarks include file: magic-watermarks.mse-include/watermarks
############################# Loyalty ############################# Loyalty
#loyalty cost 1 loyalty:
power:
z index: 4 z index: 4
left: 32 left: 326
top: 342 top: 467
width: 13.16 width: 13.16
height: 34.63 height: 34.63
alignment: center middle alignment: center middle
font: font:
name: Mplantin name: MatrixBoldSmallCaps
size: 12 size: 16
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
#loyalty cost 2 loyalty cost 1:
power 2:
z index: 4 z index: 4
left: 32 left: 32
top: 390 top: 342
width: 13.16 width: 13.16
height: 34.63 height: 34.63
alignment: center middle alignment: center middle
...@@ -291,21 +289,19 @@ card style: ...@@ -291,21 +289,19 @@ card style:
size: 12 size: 12
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
#starting loyalty loyalty cost 2:
toughness:
z index: 4 z index: 4
left: 326 left: 32
top: 467 top: 390
width: 13.16 width: 13.16
height: 34.63 height: 34.63
alignment: center middle alignment: center middle
font: font:
name: MatrixBoldSmallCaps name: Mplantin
size: 16 size: 12
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
#loyalty cost 3 loyalty cost 3:
toughness 2:
z index: 4 z index: 4
left: 32 left: 32
top: 436 top: 436
...@@ -354,12 +350,12 @@ card style: ...@@ -354,12 +350,12 @@ card style:
############################################################## Extra card fields ############################################################## Extra card fields
extra card field: extra card field:
type: choice type: choice
name: loyalty name: loyalty box
editable: false editable: false
choice: loyalty choice: loyalty
extra card field: extra card field:
type: choice type: choice
name: loyalty cost 1 name: loyalty cost box 1
editable: false editable: false
script: script:
if contains(card.power, match: "+") then "loyalty up" if contains(card.power, match: "+") then "loyalty up"
...@@ -370,7 +366,7 @@ extra card field: ...@@ -370,7 +366,7 @@ extra card field:
choice: loyalty naught choice: loyalty naught
extra card field: extra card field:
type: choice type: choice
name: loyalty cost 2 name: loyalty cost box 2
editable: false editable: false
script: script:
if contains(card.power_2, match: "+") then "loyalty up" if contains(card.power_2, match: "+") then "loyalty up"
...@@ -381,7 +377,7 @@ extra card field: ...@@ -381,7 +377,7 @@ extra card field:
choice: loyalty naught choice: loyalty naught
extra card field: extra card field:
type: choice type: choice
name: loyalty cost 3 name: loyalty cost box 3
editable: false editable: false
script: script:
if contains(card.toughness_2, match: "+") then "loyalty up" if contains(card.toughness_2, match: "+") then "loyalty up"
...@@ -423,48 +419,48 @@ extra card style: ...@@ -423,48 +419,48 @@ extra card style:
choice images: choice images:
black: /magic-future-common.mse-include/paintbrush_black.png black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png white: /magic-future-common.mse-include/paintbrush_white.png
loyalty: loyalty box:
right: 362 right: 362
top: 465 top: 465
width: 60 width: 60
height: 38 height: 38
z index: 3 z index: 3
render style: image render style: image
visible: { card.toughness !="" } visible: { card.loyalty !="" }
choice images: choice images:
loyalty: loyalty.png loyalty: loyalty.png
loyalty cost 1: loyalty cost box 1:
left: 18 left: 18
top: 340 top: 340
width: 42 width: 42
height: 40 height: 40
z index: 3 z index: 3
render style: image render style: image
visible: { card.power !="" } visible: { card.loyalty_cost_1 !="" }
choice images: choice images:
loyalty up: loyaltyup.png loyalty up: loyaltyup.png
loyalty down: loyaltydown.png loyalty down: loyaltydown.png
loyalty naught: loyaltynaught.png loyalty naught: loyaltynaught.png
loyalty cost 2: loyalty cost box 2:
left: 18 left: 18
top: 388 top: 388
width: 42 width: 42
height: 40 height: 40
z index: 3 z index: 3
render style: image render style: image
visible: { card.power_2 !="" } visible: { card.loyalty_cost_2 !="" }
choice images: choice images:
loyalty up: loyaltyup.png loyalty up: loyaltyup.png
loyalty down: loyaltydown.png loyalty down: loyaltydown.png
loyalty naught: loyaltynaught.png loyalty naught: loyaltynaught.png
loyalty cost 3: loyalty cost box 3:
left: 18 left: 18
top: 434 top: 434
width: 42 width: 42
height: 40 height: 40
z index: 3 z index: 3
render style: image render style: image
visible: { card.toughness_2 !="" } visible: { card.loyalty_cost_3 !="" }
choice images: choice images:
loyalty up: loyaltyup.png loyalty up: loyaltyup.png
loyalty down: loyaltydown.png loyalty down: loyaltydown.png
...@@ -481,7 +477,7 @@ extra card style: ...@@ -481,7 +477,7 @@ extra card style:
scale down to: 15 scale down to: 15
color: rgb(0,0,0) color: rgb(0,0,0)
alignment: middle center alignment: middle center
visible: { card.power !="" } visible: { card.loyalty_cost_1 !="" }
colon 2: colon 2:
left: 59 left: 59
top: 402 top: 402
...@@ -494,7 +490,7 @@ extra card style: ...@@ -494,7 +490,7 @@ extra card style:
scale down to: 15 scale down to: 15
color: rgb(0,0,0) color: rgb(0,0,0)
alignment: middle center alignment: middle center
visible: { card.power_2 !="" } visible: { card.loyalty_cost_2 !="" }
colon 3: colon 3:
left: 59 left: 59
top: 448 top: 448
...@@ -507,4 +503,4 @@ extra card style: ...@@ -507,4 +503,4 @@ extra card style:
scale down to: 15 scale down to: 15
color: rgb(0,0,0) color: rgb(0,0,0)
alignment: middle center alignment: middle center
visible: { card.toughness_2 !="" } visible: { card.loyalty_cost_3 !="" }
...@@ -820,6 +820,23 @@ card field: ...@@ -820,6 +820,23 @@ card field:
include file: magic-watermarks.mse-include/watermark-names include file: magic-watermarks.mse-include/watermark-names
description: A watermark for below the textbox, this can be a big mana symbol used on basic lands, or a guild symbol description: A watermark for below the textbox, this can be a big mana symbol used on basic lands, or a guild symbol
############################# Loyalty
card field:
type: text
name: loyalty
icon: stats/toughness.png
card field:
type: text
name: loyalty cost 1
show statistics: false
card field:
type: text
name: loyalty cost 2
show statistics: false
card field:
type: text
name: loyalty cost 3
show statistics: false
############################# PT ############################# PT
card field: card field:
type: text type: text
......
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