updated supported cards list (need to paste this into the MIKI). Since the todo list was removed, the output for the todo cards is empty

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-02 05:52:00 +00:00
parent 8f5ebc8109
commit 07a08faa89
5 changed files with 1687 additions and 4201 deletions

View File

@@ -10,7 +10,10 @@
# cards in Wagic for use in the Miki.
# http://wololo.net/.
####################################################
# create a summary of the borderline and fully supported cards
grep '^name=' ../../bin/Res/sets/primitives/mtg.txt ../../bin/Res/sets/primitives/borderline.txt|sed s/name=// | sed s/.*txt:// |sort -iu > supported_cards.txt
# create a summary of the TODO card sets
grep '^name=' ../../bin/Res/sets/mtg_todo.dat |sed s/name=// | sed s/.*txt:// |sort -iu > todo_cards.txt
perl createHTMLList_SupportedCards.pl -i supported_cards.txt