# Options & Consequences Options define interactive player decisions and their results. --- ## 1. Option Structure ```xml ``` --- ## 2. Consequence Types | Consequence | Description | |-------------|-------------| | `ChangeGold` | Adjusts gold | | `ChangeMorale` | Adjusts morale | | `ChangeRelation` | Relationship change | | `AttemptEscape` | Escape roll | | `Escape` | Guaranteed escape | | `StartBattle` | Initiates combat | | `Continue` | Empty Icon | | `Trade` | Trade Icon | | `Strip` | Clothing modification | --- ## Next Page ➡️ [Skills & Traits](Skills-and-Traits.md)