Whebon / dale-of-merchants

Board Game Arena adaptation of Dale Of Merchants
Other
2 stars 0 forks source link

Passive abilities #40

Open Whebon opened 1 month ago

Whebon commented 1 month ago

Remaining Issue

Add some kind of highlight to cards with unused abilities to indicate the ability can still be used.

Q: What styling should be used to indicate that the ability was not used yet this turn?

Resolved Issues

Q: WHEN and HOW can players activate card abilities? A: Passive abilities can be used from client_technique

Q: For good old times (chameleon 3) specifically: how to choose whether to use a card for the ability / copying? A: The ability mode is automatically determined by verifyChameleon

Q: During the technique-state, should chameleons be able copy active passive cards and immediately use the active ability? A: No, the re-implemented chameleons first copy their target. The passive ability can be used by clicking on the card again.

Whebon commented 3 weeks ago

Edge case: post clean-up passive abilities (#44)