You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's really tiresome to keep track of all the counters and buffs on the horde's creatures. To alleviate that, we should add some data for each card for counters (ie: "put a +1/+1 counter on target creature"), permanent buffs (ie: "all other zombies get +1/+1"), and temporary buffs (ie: "target creature gets +1/+1 until end of turn"). Then, we can show the total power/toughness on the card, by adding the base and any counters.
The text was updated successfully, but these errors were encountered:
I added the fields to the state for this, and I'm displaying them on the card. I still need to make some buttons and actions for adding counters and modifiers.
It's really tiresome to keep track of all the counters and buffs on the horde's creatures. To alleviate that, we should add some data for each card for counters (ie: "put a +1/+1 counter on target creature"), permanent buffs (ie: "all other zombies get +1/+1"), and temporary buffs (ie: "target creature gets +1/+1 until end of turn"). Then, we can show the total power/toughness on the card, by adding the base and any counters.
The text was updated successfully, but these errors were encountered: