B1MissionConditionData
- Definition data for a single mission condition, specifying its type, identifiers, and goal count.
* Used both in data tables and at runtime to evaluate mission progress.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ConditionType | EB1MissionCondition | Type of condition that must be fulfilled for the mission. | Category: B1MissionConditionData |
| GoalCount | int32 | Number of times the condition must be met to complete this mission step. | Category: B1MissionConditionData ClampMin: 1 |
| ConditionId1 | FName | Primary content identifier used by the condition type (e.g., currency ID, skill ID). | Category: B1MissionConditionData SearchLink: FB1MissionConditionData.ConditionType |
| ConditionId2 | FName | Secondary content identifier used by certain condition types as an additional filter. | Category: B1MissionConditionData |
| ConditionInt | int32 | Integer parameter used by certain condition types for numeric comparisons. | Category: B1MissionConditionData |
| DescTextId | FString | String table key referencing the localized description text for this condition. | Category: B1MissionConditionData |