you can use both syntax to create you own deck:
either the card IDs, which would look like:
- Code: Select all
12345
12345
123456
234235
234234
433453
and so on (one line per card)
or the card names, such as in the premade Deck:
http://wagic.googlecode.com/svn/trunk/p ... /deck1.txt- Code: Select all
#NAME:Premade G/R
#DESC:A Red/Green deck with simple mechanics
#DESC:to get you started.
#DESC:We recommend to create your own decks
#DESC:to get the full Wagic Fun!
Forest (10E) *11
Mountain (10E) *12
Aggressive Urge (10E) *4
Wall of Wood (10E) *4
Llanowar Elves (10E) *4
Mirri, Cat Warrior (10E)
Scion of the Wild (10E) *4
Primal Rage (10E) *2
Lightning Elemental (10E) *4
Shock (10E) *4
Firebreathing (10E) *2
Raging Goblin (10E) *4
Anaba Bodyguard (10E) *4
lines that start with # are comments, the rest is pretty self explanatory:
Name (Expansion 3 letters code) *Quantity
Note 3 important things:1) Wagic does not handle all MTG cards. You cannot add to your deck a card that is not handled by Wagic.
You can find a complete list of the cards in Wagic here:
http://wololo.net/files/wagic/cards_wagic_081.htmlalternatively, open the files Res/sets/*/_cards.dat with a text editor to see which cards are available for each set.
2)If you add cards to a deck, you should add them to your collection.dat file as well. Otherwise, next time you open your deck in the deck editor, the game performs a security check, and will remove from the deck all cards that are not in your collection.
3)Don't make any mistake in the card name. Spaces between name,expansion code and quantity are also required!