lijim / monks-and-mages

Monks and Mages is a TCG-game built on React and socket.io
https://www.monksandmages.com
MIT License
17 stars 0 forks source link

Feat: Add "passive" effect requirements #452

Closed lijim closed 1 year ago

lijim commented 1 year ago

Adds effect requirements that are passive in nature e.g. 'control a legendary leader' or 'have at least 3 cards in cemetery'. This is opposed to an 'active requirement', e.g. "do this only if you discard a resource card". The distinction between the two types of effect requirements for now is purely for organizing the code.

Also: adds a feature to buff the team's generic units.

This is the basis for several new upcoming cards