B1MissionConditionTrigger
- Trigger payload carrying a mission condition update event, including the mission ID and count delta.
* Used to propagate condition changes to the mission tracking system.
| Property | Type | Description | Metadata |
|---|---|---|---|
| bIsAdd | bool | Whether this trigger is adding (true) or removing (false) progress. | |
| MissionId | FB1MissionId | Identifier of the mission to which this trigger applies. | |
| Count | int64 | Amount of progress to add or remove for the condition. | |
| CondData | FB1MissionConditionData | Condition data describing which specific condition is being updated. |