Hi there,
I am trying to create a German Master.mwBase using Firefox,
http://www.magiccards.info, AutoIt3 and some weird old Version of cdsExplorer

When it's done and works, it shouldn't be such a big problem to do this for other languages as well.
Anyway...
I converted the original Master.mwBase to xml to see what a single entry has to look like. If you are interested, this is it (random example):
Code:
<ROW RowState="4"
Name="Paladin en-Vec"
Edition="EX"
Version="3"
ID="0"
Color="W"
Cost="1WW"
Type="Creature - Human Knight"
Text="First strike, protection from black and from red #(This creature deals combat damage before creatures without first strike. It can’t be blocked, targeted, dealt damage, or enchanted by anything black or red.)#"
Power="2"
Toughness="2"
Flavor="“Our belief shall be the lance that pierces Volrath’s heart.”"
Rarity="R"
Artist="Randy Elliott"
Number="12"
Mana="3"
MtgEncID="5199"
Internal="<T2:B><EX:1><T15:1><T1:1>"
TypeIndex="3"
P/T="2/2"/>
Most of those attributes are kinda self explaining, but I have problems understanding the following attributes:
Code:
MtgEncID="5199"
Internal="<T2:B><EX:1><T15:1><T1:1>"
TypeIndex="3"
The second one seems to have something to do with the legality in the formats, but I'm not sure what the exact syntax is.
The first and third ones are a complete mystery to me...
Also, I would like to know the difference between those two:
Code:
Version="1"
ID="1"
Maybe someone here knows something about this and can help me
