Inclusion of card data files

Now that we're primarily hosting the release packages on Google, I was wondering if we should move towards reducing the amount of Magic-specific game data that we release with it. The code will almost certainly always have card names and game-specific terms in it. External files on the other hand, can be distributed outside of the main package, reducing the package size ever so slightly...
Once the card files contain the Oracle text, they would be just as objectionable as the card images. The card files can be hosted at cardforge.org as a separate download, either as a package, or through an in-game update.
I have some work sitting on the side based on reading card and creature type lists from a file into elements in Constants.java. This will be in a specific resource folder, "/res/gamedata/".
Thoughts?
Once the card files contain the Oracle text, they would be just as objectionable as the card images. The card files can be hosted at cardforge.org as a separate download, either as a package, or through an in-game update.
I have some work sitting on the side based on reading card and creature type lists from a file into elements in Constants.java. This will be in a specific resource folder, "/res/gamedata/".
Thoughts?