Commit 8a31181e authored by pichoro's avatar pichoro

Shapeshift keyword -> Changeling keyword.

Added a mask to magic-new pt box to correct a problem with them not behaving properly if image is extended into textbox.
parent 908c4662
...@@ -214,7 +214,7 @@ card style: ...@@ -214,7 +214,7 @@ card style:
left: 31 left: 31
top: 62 top: 62
width: 312 width: 312
height: { if styling.image_size == "extended" then 407 else 228 } height: { if styling.image_size == "extended" then 408 else 228 }
z index: 1 z index: 1
mask: mask:
script: if styling.image_size == "extended" then "imagemask_extended.png" else "imagemask_standard.png" script: if styling.image_size == "extended" then "imagemask_extended.png" else "imagemask_standard.png"
...@@ -363,6 +363,7 @@ extra card style: ...@@ -363,6 +363,7 @@ extra card style:
width: 81 width: 81
height: 42 height: 42
z index: 1 z index: 1
mask: ptmask.png
visible: { card.pt != "" } visible: { card.pt != "" }
render style: image render style: image
image: { card_ptbox() } image: { card_ptbox() }
...@@ -2018,7 +2018,7 @@ keyword: ...@@ -2018,7 +2018,7 @@ keyword:
mode: action mode: action
reminder: Each clashing player reveals the top card of his or her library then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost. reminder: Each clashing player reveals the top card of his or her library then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.
keyword: keyword:
keyword: Shapeshift keyword: Changeling
match: Shapeshift match: Changeling
mode: expert mode: expert
reminder: This creature is every creature type even if this card isn't in play. reminder: This creature is every creature type even if this card isn't in play.
...@@ -929,7 +929,7 @@ keyword: ...@@ -929,7 +929,7 @@ keyword:
mode: expert mode: expert
reminder: Each clashing player reveals the top card of his or her library then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost. reminder: Each clashing player reveals the top card of his or her library then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.
keyword: keyword:
keyword: Shapeshift keyword: Changeling
match: shapeshift match: changeling
mode: expert mode: expert
reminder: It is every creature type even if it isn't in play. reminder: It is every creature type even if it isn't in play.
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