Commit 103a529a authored by Pichoro's avatar Pichoro

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.
parent 410f9eb9
......@@ -176,15 +176,18 @@ card style:
############################# Copyright stuff
illustrator:
left: 56
left: 23
top : 477
width: 217
width: 250
height: 16
z index: 1
font:
name: Matrix
size: 10
color: { font_color(card.card_color) }
symbol font:
name: magic-paintbrush
size: 10
copyright line:
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.
keyword:
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
reminder: Play this ability only during your upkeep and only once each turn.
keyword:
......
......@@ -210,11 +210,11 @@ card field:
# Either just monster, monster / type1
combined_editor(
field1: card.type1,
separator: " / ",
separator: " ",
field2: card.type2,
grey_until_needed: true,
hide_when_both_empty: true,
type_over1: " / ",
type_over1: "/",
type_over2: "/"
)
card list visible: true
......
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