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: ...@@ -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: ...@@ -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: ...@@ -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
......
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