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
The "distribute [healing / damage / etc]" prompt type is missing some required features. These are generally properties that are sent from the BE which imply restrictions on how the distribution is supposed to happen. In some cases the BE is not yet properly sending the property, these are indicated.
maxTargets: maximum number of targets that can receive distribution (e.g. It Binds All Things or Embo). Not currently being sent from the BE
isIndirectDamage: indicates that each card cannot have more damage distributed than its remaining HP
canDistributeLess: if not set to true, the prompt must require that all available damage be distributed before returning a result. Not currently being sent from the BE
The text was updated successfully, but these errors were encountered:
The "distribute [healing / damage / etc]" prompt type is missing some required features. These are generally properties that are sent from the BE which imply restrictions on how the distribution is supposed to happen. In some cases the BE is not yet properly sending the property, these are indicated.
maxTargets
: maximum number of targets that can receive distribution (e.g. It Binds All Things or Embo). Not currently being sent from the BEisIndirectDamage
: indicates that each card cannot have more damage distributed than its remaining HPcanDistributeLess
: if not set totrue
, the prompt must require that all available damage be distributed before returning a result. Not currently being sent from the BEThe text was updated successfully, but these errors were encountered: