-
Notifications
You must be signed in to change notification settings - Fork 38
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
Wookie Commandos upgrade card requires multiple slots #149
Comments
Alternatively, the original slot value could remain to define the card's categorization. Then the card's cost could be defined under a new entry:
|
Just to add an extra vote for resolving this issue. It exists for several cards now including Bomblet Generator and Emperor Palpatine. The first suggestion seems sensible and cleaner, but less backwards compatible. The latter suggestion is good for backwards compatibility if that is required, but I can't envision a situation where a card would be defined as a particular type, but require a different slot. |
I like suggestion 1, it is clean and follows, as you mentioned, the pilots schema. Backwards compatibility leads to cluttering, which would be unfortunate for the health of the project. |
Issue
Current Wookie Commands entry in upgrades.js suggests it requires a single Crew slot. Actual card requires two Crew slots.
A correction to this will require modifying current upgrade schema as it currently supports only one slot to be defined.
See upgrades.json
Recommendation
Remove the upgrades schema's entry for slot, and clone the entry for slots found in the pilots schema.
Here's an example of the change applied to the Wookie Commandos entry:
The text was updated successfully, but these errors were encountered: