deckstats.net
You need to be logged in to do this.
The buttons above will open in a new window. Please return to this window after you have logged in. When you have logged in, click the Refresh Session button and then try again.

Author Topic: Request/Roadmap Suggestion: Custom statistics  (Read 1025 times)

Talandar

  • New Member
  • *
  • Posts: 1
  • Karma: 2
  • Decks
Request/Roadmap Suggestion: Custom statistics
« on: July 15, 2013, 01:45:20 am »
Hope it hasnt been posted before.

I'd really like to be able to generate custom statistics, for example, to see a pie chart of abilities in the deck:
How may creatures with haste, how many with infect, how many cards that produce mana. I understand this could be hard to code, but maybe it could be done simply with comment lines since you are already grouping cards with them:

// Mana producing stuff
1x Gilded Lotus
Thran Dynamo

//Tutors
Mystical tutor
Fabricate

Also, cards within a comment "Sideboard" or "Maybeboard" should not be counted into the deck or stats maybe.
Hope you can add this soon, thanks!

ipanema

  • New Member
  • *
  • Posts: 9
  • Karma: 28
  • Decks
Re: Request/Roadmap Suggestion: Custom statistics
« Reply #1 on: January 03, 2014, 10:51:19 am »
Blocks are imo to general. Perhaps it would be nice to introduce a syntax to flag cards within comments:
Code: [Select]
CARD #COMMENT [LIST OF OPTIONAL FLAGS]
example:
Code: [Select]
4 black lotus #expensive one [mana]
2 Plague Myr #[mana,infect]

I've done somthing similar for proxies (http://deckstats.net/forum/index.php/topic,1629.0.html) when your comment for a card is just '#proxy'.