Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Move tokens to a new 'tokens' array #46

Closed
Sembiance opened this issue Aug 2, 2015 · 3 comments
Closed

Move tokens to a new 'tokens' array #46

Sembiance opened this issue Aug 2, 2015 · 3 comments

Comments

@Sembiance
Copy link
Contributor

As per Rule 108.2 tokens are not considered cards. Thus I should move them out of the 'cards' array and add a new 'tokens' array along side it. The easiest way to do this would probably be AFTER all processing on the set and cards is done, simply move any card where layout==="token" out of the cards array and into the new tokens array.

@Sembiance Sembiance mentioned this issue Aug 2, 2015
@gwax gwax modified the milestone: 4.0 Jul 23, 2017
@KingSupernova31
Copy link

This needs to happen. Random tokens in the card file are screwing up my programs. Additionally, they're missing fields that they should have, such as "types".

@fenhl
Copy link
Contributor

fenhl commented Jul 23, 2017

I think removing the few tokens that are in the dataset would make sense for now. Then in v4, we can properly implement a complete token list (#47).

@ZeldaZach
Copy link
Member

Addressed

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

No branches or pull requests

5 participants