Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Core card set needs completing #1

Open
chao-master opened this issue Jun 3, 2016 · 3 comments
Open

The Core card set needs completing #1

chao-master opened this issue Jun 3, 2016 · 3 comments

Comments

@chao-master
Copy link
Owner

At current the core card set is lacking all the information needed, at current the pony cards contain:

{
  "name": "Fanfic Author Twilight",
  "gender": "female",
  "race": "unicorn",
  "effect": "start",
  "imgSrc": "../art2/Start-FanficAuthorTwilight.png"
 }

Where as we need:

{
  "name": "Fanfic Author Twilight",
  "gender": "female",
  "race": "unicorn",
  "effect": "start",
  "imgSrc": "../art2/Start-FanficAuthorTwilight.png",
  "keywords":["mane 6"],
  "ponyName":"twilight sparkle"
 }

Added where keywords which contains a list of the keywords on the card in lower case excluding the pony's name, and ponyName which is the pony's name in lower case.
In addition the effects on all cards need normalising, unless it is a standard effect it needs changed to special.

Ship cards need changing from also need the keywords adding where appropriate.

Goal cards at this point should be left unchanged as they are being overhauled.

@MrQuallzin
Copy link
Contributor

Working on this now. If not done tonight, it'll be done this weekend

@chao-master
Copy link
Owner Author

Ship cards still need annotating with their effects, which I think is what I meant by keywords.

Nice work though.

@MrQuallzin
Copy link
Contributor

I'll take a look when I get home from work. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants