Page 1 of 1

Creating Cards

PostPosted: 15 Nov 2014, 13:19
by synergized
I've discovered two cards that are currently not implemented into XMage. I've created the card base java file using the perl script but I cannot seem to figure out how to edit them to add their abilities.

Looking to brush up on my programming by adding them in, any assistance would be greatly appreciated!

Re: Creating Cards

PostPosted: 15 Nov 2014, 13:32
by LevelX
You worked through the getting started wiki page I guess?
https://github.com/magefree/mage/wiki/D ... ng-Started

Use our card tracker database to find similar cards: http://ct-magefree.rhcloud.com/
(use % in rule text for generic search).

You forked the repository?

You simply edit the generated class by using the editor of your IDE (but every editor will work).
Start with simple cards and learn from other implemented cards.

Post concrete questions to developer sub forum here.