mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
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. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@695 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -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:
|
|||||||
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:
|
|||||||
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
|
|||||||
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,34 +265,7 @@ 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
|
|
||||||
left: 32
|
|
||||||
top: 342
|
|
||||||
width: 13.16
|
|
||||||
height: 34.63
|
|
||||||
alignment: center middle
|
|
||||||
font:
|
|
||||||
name: Mplantin
|
|
||||||
size: 12
|
|
||||||
weight: bold
|
|
||||||
color: rgb(255,255,255)
|
|
||||||
#loyalty cost 2
|
|
||||||
power 2:
|
|
||||||
z index: 4
|
|
||||||
left: 32
|
|
||||||
top: 390
|
|
||||||
width: 13.16
|
|
||||||
height: 34.63
|
|
||||||
alignment: center middle
|
|
||||||
font:
|
|
||||||
name: Mplantin
|
|
||||||
size: 12
|
|
||||||
weight: bold
|
|
||||||
color: rgb(255,255,255)
|
|
||||||
#starting loyalty
|
|
||||||
toughness:
|
|
||||||
z index: 4
|
z index: 4
|
||||||
left: 326
|
left: 326
|
||||||
top: 467
|
top: 467
|
||||||
@@ -304,8 +277,31 @@ card style:
|
|||||||
size: 16
|
size: 16
|
||||||
weight: bold
|
weight: bold
|
||||||
color: rgb(255,255,255)
|
color: rgb(255,255,255)
|
||||||
#loyalty cost 3
|
loyalty cost 1:
|
||||||
toughness 2:
|
z index: 4
|
||||||
|
left: 32
|
||||||
|
top: 342
|
||||||
|
width: 13.16
|
||||||
|
height: 34.63
|
||||||
|
alignment: center middle
|
||||||
|
font:
|
||||||
|
name: Mplantin
|
||||||
|
size: 12
|
||||||
|
weight: bold
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
loyalty cost 2:
|
||||||
|
z index: 4
|
||||||
|
left: 32
|
||||||
|
top: 390
|
||||||
|
width: 13.16
|
||||||
|
height: 34.63
|
||||||
|
alignment: center middle
|
||||||
|
font:
|
||||||
|
name: Mplantin
|
||||||
|
size: 12
|
||||||
|
weight: bold
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
loyalty cost 3:
|
||||||
z index: 4
|
z index: 4
|
||||||
left: 32
|
left: 32
|
||||||
top: 436
|
top: 436
|
||||||
@@ -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:
|
|||||||
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:
|
|||||||
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:
|
|||||||
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:
|
|||||||
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:
|
|||||||
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:
|
|||||||
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:
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user