LoseConditions
- Lose Conditions:
Contais the list of conditions to lose the game.
- YAML Key:
LoseConditions
- Example:
LoseConditions: #If true: Player -> cant play
HasResource:
- "ResourceLowerEqual(Source.Food, 0)"
- Properties:
Property |
Required |
Data type |
Options |
Definition |
|
|
|
If this condition returns true the player will not be able to play the game. |