Page 1 of 1

New Own Cards

PostPosted: 26 Jan 2015, 19:27
by mamoul
Hello forumers !

I've decided to share cards that i coded myself because there haven't been yet available in comunity wad. I think those cards can be useful for other players.

This is the cards list (14 cars in total + 1 token) :
14 cards included | Open
- Altar's Reap
- Aluren
- Blighted Agent
- Cadaverous Bloom
- Imperial Recruiter
- Ingot Chewer
- Liquimetal Coating
- Mass Hysteria
- Night's Whisper
- Noxious Revival
- Repeal
- Retract
- Spider Spawning (with Spider Token)
- Viashino Heretic


With those cards and all cards of modders, i constructed severals deck, mainly Vintage format deck and two or three fun decks, if you are interested, i will share them too.


New Cards 897.rar
(9.65 MiB) Downloaded 214 times

Re: New Own Cards

PostPosted: 26 Jan 2015, 20:08
by Xander9009
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.

Re: New Own Cards

PostPosted: 26 Jan 2015, 22:07
by mamoul
Thanks Xander, I sent you a PM :D