Not saying you have to, but adding them to the community wad would be really easy for you to do. It's what the community wad is for: people coding cards to add those cards to it.
If you decide to do it, there's a simple guide to the things that need changed. Basically, the filename should be (CARDNAME tag)+"_CW_"+(Multiverse ID). The Multiverse ID should be the actual Multiverse ID. And the Art ID should be "CW"+(Multiverse ID).
Tokens are the hardest to get used to. They're really simple once you know what you're doing with them, though. They should call the token by "TOKEN_"+(NAME)+"_"+(Type abbreviation)+"_"+(Power)+"_"+(Toughness)+"_"+(Color abbreviation)+"_"+(Ability abbreviation)+"_CW_1"
For that to make more sense:
- "Token"
- Token's name
- Type (such as artifact, creature, etc.).
- Power and toughness
- Color
- Ability
- "CW_1"
Each section is separated by a single underscore. For any abbreviations, just use the first letter (but use U for blue, of course). If a section has multiple things (like multicolor tokens or enchantment creatures), just use the first letter of each and put them in alphabetical order. Do not include a field if it is not specified by the card calling (most relevant for P/W). If it has a keyword ability, use the first letter. If it's has a different kind of ability, use "S" (for special).
The spider would be "TOKEN_SPIDER_C_1_2_G_R_CW_1", meaning "TOKEN_SPIDER_CREATURE_1_2_GREEN_REACH_COMMUNITYWAD_1".
If you decide you do want to help migookman and I expand the community wad, PM me your email address and I'll give you permission to add cards and link you to the post explaining how to get started. It's a bit complex to get started if you've never used Google Drive. If you have, it's really simple. You just add a directory to your google drive so it'll be on your computer and then drop the cards in a certain folder. I and my tools do everything else.