Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Select _any_ lords, not _all_ lords, for each of these events.
Allow mixing and matching.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simplify prompts. Swap attacker if event is in play.
|
|
|
|
|
|
To setup environment:
npm install
To develop, run this in a separate terminal:
npm run dev
|
|
TODO: account for actual influence capabilities when determining if it can be played.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also handle case when lord only has 1 troop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Is it safe to use game.pieces.moved to track vassals?
Use event specific list instead?
|
|
Use temporary property for list.
Use game.where instead of game.who.
|
|
|
|
|
|
|