Problem with Summoner's Pact (Card Frame Issue)
I'm having a problem with summoner's pact that I'm hoping someone can help me with. I have successfully created the card, but I have been unable to get the card border to show it as Green (instead it shows as colourless).
I have already tried:
and then reduce the cost in an ability as that would give the card an incorrect converted mana cost and display
instead of
on the card.)
I suppose a worst case scenario would be that I put the green card frame and the illustration together as a single image and use the resulting image as the illustration, though it's a bit of a hassle and I would prefer to have a better solution.
I have already tried:
- Code: Select all
<COLOUR value="G" />
- Code: Select all
<STATIC_ABILITY active_zone="ZONE_ANY">
<!-- Localized Text Omitted -->
<CONTINUOUS_ACTION>
Object():GetCurrentCharacteristics():Colour_Add( COLOUR_GREEN )
</CONTINUOUS_ACTION>
</STATIC_ABILITY>
and then reduce the cost in an ability as that would give the card an incorrect converted mana cost and display
instead of
on the card.)I suppose a worst case scenario would be that I put the green card frame and the illustration together as a single image and use the resulting image as the illustration, though it's a bit of a hassle and I would prefer to have a better solution.
- Complete Card Code | Open