Structs§
- Attack
Requirement - Represents a requirement for a creature to attack.
Mirrors Java’s
AttackRequirement.java.
Functions§
- compute_
attack_ requirements - Compute attack requirements for all available creatures. Returns a list of requirements — creatures that must attack if able.
- compute_
attack_ requirements_ with_ defenders - Compute attack requirements with a full list of possible defenders.
- must_
attack_ ids - Get all creature IDs that must attack (from requirements).