Page 1 of 1

SVar rarity

PostPosted: 17 Sep 2010, 17:13
by mtgrares
I notice all of the cards now have rarity and picture link. (Thanks to whoever spent all the time doing that!) How is this new rarity going to be used in Forge or has it yet to be decided? Will you be able to choose between the default svar rarity or the rarity in common.txt, uncommon.txt, and rare.txt?

The good thing about the svar rarity is that it includes mythic rares. (Something I never spent the time adding to my old code.)

Re: SVar rarity

PostPosted: 17 Sep 2010, 17:29
by Rob Cashwalker
Wow.. where've you been? :?

The python card update script that was submitted did the hard part of adding those lines in. I made the modifications to the non-draft booster pack generators to build their lists from the SVar's instead of the rarity.txt files. Mythic currently just maps to rare, but it's parsed for explicitly. I have some code that may enable Mythic to operate on its own, but the current Mythic:Rare proportion is probably not big enough to approach the 1:8 distribution, without constant repetition of the Mythics we have. Without handling them specifically, they already show up in "surprise" quantities, which is good enough for now.

Since then, I've gone on to reduce cards.txt into individual card files, which will enable us to implement additional meta data for cards, without Forge counting them as keywords initially.

The picture URL and rarity will also be combined as a new piece of meta data - "Set". Cards printed in one set may have different rarity than other, Serra Angel, for example. Eventually we can build set-specific boosters (at that point Mythic will become fully functional). Eventually we could enforce Standard or Extended... either real-time or "choose your own standard".

I even plan to revise the spell and ability keywords, to not be keywords, but directly interpreted. Keywords like Flying shall remain Keywords though.

Re: SVar rarity

PostPosted: 17 Sep 2010, 17:40
by mtgrares
Rob Cashwalker wrote:Wow.. where've you been? :?
Yeah I'm just a user now. I don't have much "inside information" any more. :lol:

People would like to choose "Standard" or "Extended", although I have no idea how many cards in Forge are in Standard right now? 200?

I even plan to revise the spell and ability keywords, to not be keywords, but directly interpreted. Keywords like Flying shall remain Keywords though.
Yeah similar to mana abilities, making a string into a real SpellAbility object.

Thanks for the info.

Re: SVar rarity

PostPosted: 17 Sep 2010, 18:53
by DennisBergkamp
Nah, we should have quite a bit more cards for standard than that... I'm not sure about the exact number, but at least 500 cards.