-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feature request: +1/+1 bonus counter #86
Comments
While I'm sure adding a new marker type wouldn't be too difficult of a request,(at a glance looks like)
(obviously there is some other stuff like graphics and adding it in other places too) I wondered if there was a way to script it instead. I tried using the scryfall api to target cards that add +x/+x using the regex |
I've been avoiding power/toughness modifiers mainly as I haven't figured out a proper way to display them, I really don't like the idea of using counters as it gets way too messy when there's different counters on a card (especially +1/+1 counters). We don't really have a way to put text overlays over the cards, which would be IMO the cleanest way to handle it. |
I agree, maybe for now, it would be a step to at least calculate bonuses and counters. Then, maybe a button that says calculate power/toughness and outputs it to chat for everyone. This would definitely be some major updating. On the visual note: I have no idea on how to implement the images with OCTGN, maybe some derivative of markers. Pretty new to OCTGN's stuff, seeing that the scripts are in python is it possible to implement pillow to add images and text? |
well one thing I've been pushing for is the ability to have proxy images render whenever a card property changes (as python allows you to change the default values of a card property), which would in theory allow cards to display modified values |
It would be good to have a new +1+1 bonus counter, different from that blue +1+1 counter already available. So often we have to differenciate between actual +1+1 counters (the ones that remain in permanents) from +1+1 bonuses (the ones that are given from cards like honor of the pure or elvish archdruid).
The text was updated successfully, but these errors were encountered: