mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
Magic keyword polishing.
Modification to type field for Yu-gi-oh. Enabled paintbrush symbol font in magic-textless because of lack of paintbrush on frames. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@474 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -176,15 +176,18 @@ card style:
|
|||||||
############################# Copyright stuff
|
############################# Copyright stuff
|
||||||
|
|
||||||
illustrator:
|
illustrator:
|
||||||
left: 56
|
left: 23
|
||||||
top : 477
|
top : 477
|
||||||
width: 217
|
width: 250
|
||||||
height: 16
|
height: 16
|
||||||
z index: 1
|
z index: 1
|
||||||
font:
|
font:
|
||||||
name: Matrix
|
name: Matrix
|
||||||
size: 10
|
size: 10
|
||||||
color: { font_color(card.card_color) }
|
color: { font_color(card.card_color) }
|
||||||
|
symbol font:
|
||||||
|
name: magic-paintbrush
|
||||||
|
size: 10
|
||||||
|
|
||||||
copyright line:
|
copyright line:
|
||||||
left: 26
|
left: 26
|
||||||
|
|||||||
@@ -1663,7 +1663,7 @@ keyword:
|
|||||||
reminder: {if has_pt() then "This creature" else "This permanent"} comes into play with {english_number_a(param1)} +1/+1 counter(s) on it. Whenever {if has_pt() then "another" else "a"} creature comes into play, you may move a +1/+1 counter from {if has_pt() then "this creature" else "this permanent"} onto it.
|
reminder: {if has_pt() then "This creature" else "This permanent"} comes into play with {english_number_a(param1)} +1/+1 counter(s) on it. Whenever {if has_pt() then "another" else "a"} creature comes into play, you may move a +1/+1 counter from {if has_pt() then "this creature" else "this permanent"} onto it.
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Forecast
|
keyword: Forecast
|
||||||
match: Forecast — <atom-param>cost</atom-param>, Reveal <atom-param>name</atom-param> from your hand: <atom-param>action</atom-param>
|
match: Forecast — <atom-param>mana</atom-param>, Reveal <atom-param>name</atom-param> from your hand: <atom-param>action</atom-param>
|
||||||
mode: expert
|
mode: expert
|
||||||
reminder: Play this ability only during your upkeep and only once each turn.
|
reminder: Play this ability only during your upkeep and only once each turn.
|
||||||
keyword:
|
keyword:
|
||||||
|
|||||||
@@ -210,11 +210,11 @@ card field:
|
|||||||
# Either just monster, monster / type1
|
# Either just monster, monster / type1
|
||||||
combined_editor(
|
combined_editor(
|
||||||
field1: card.type1,
|
field1: card.type1,
|
||||||
separator: " / ",
|
separator: " ",
|
||||||
field2: card.type2,
|
field2: card.type2,
|
||||||
grey_until_needed: true,
|
grey_until_needed: true,
|
||||||
hide_when_both_empty: true,
|
hide_when_both_empty: true,
|
||||||
type_over1: " / ",
|
type_over1: "/",
|
||||||
type_over2: "/"
|
type_over2: "/"
|
||||||
)
|
)
|
||||||
card list visible: true
|
card list visible: true
|
||||||
|
|||||||
Reference in New Issue
Block a user