Psyringe - some cleanup: fixed misspelled cards and cards that appeared tn mtg.txt as well as mtg_todo.dat.

Also re-enabled the cards which had their names changed to make them work. (Example: the card code for "Vorosh, the Hunter" only works if thecomma is removed from the card's name.) These cards are a maintenance hazard since they a) require changes to _cards.dat if their names are corrected later, b) disrupt translation, and c) cause problems for external tools like MTG Studio which have the correct names in their database. However, only a few cards are affected by this, and I didn't want to remove them because Dr. Solomat has invested quite some effort top make them work. I added comments to these cards in mtg.txt as well as in the respective _cards.dat files to reduce the risk of further maintenance problems for these cards. In any case changing a card's name to make it work should be considered as a makeshift solution at best, please try to prevent it when possible.
This commit is contained in:
Psyyringe
2010-02-02 22:21:25 +00:00
parent b3da3f1843
commit 0e746f6a0b
9 changed files with 116 additions and 101 deletions

View File

@@ -4,7 +4,9 @@ year=2005
block=Guild
[/meta]
[card]
primitive=Agrus Kos, Wojek Veteran
primitive=Agrus Kos Wojek Veteran
#The comma needed to be stripped from the name to make the card work.
#Reintroducing it requires an update to mtg.txt as well.
id=89101
rarity=R
[/card]