-
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
Add support for upgrade cards that remove slots or actions from a ship #81
Comments
To keep the top level clean, I think these should go under a top level section like
Then you could add in additional upgrade effects like Adaptability's PS mod, making it look like:
|
Personally, I prefer something general like I think the idea to nest Those are just my thoughts on the topic. |
I agree However, given the fact that |
Another option would be simply to stick with A couple of examples... R2D2 would look like this:
Adaptability (-1) would look like this:
I'm happy to have a stab at updating upgrades.js if we can agree an approach. I might need some pointers on how to do this the right way as I'm a novice when it comes to git and how pull requests work... |
Okay, I've submitted a pull request to address this issue. There is an added complication in that slots can be granted by value (+ or - a specific value) or revoked altogether (i.e. remove all slots of a specified type). I believe this is fully covered and I've also amended the upgrades data for all impacted cards I can see. Comments welcome... |
This could take the form of a
revoke
clause. For example, the TIE Shuttle card would be formatted:Thoughts?
The text was updated successfully, but these errors were encountered: