B1ScheduleMissionInfo
- Holds mission information for a schedule slot, including scripts, job experience, and desire interactions.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MissionDtId | FName | The data table ID of the mission associated with this schedule slot. | Category: B1ScheduleMissionInfo |
| SuccessScriptId | FName | The script ID executed when the mission is completed successfully. | Category: B1ScheduleMissionInfo ReferTo: DT_Script |
| FailScriptId | FName | The script ID executed when the mission fails. | Category: B1ScheduleMissionInfo ReferTo: DT_Script |
| SuccessJobExp | int32 | The amount of job experience granted on mission success. | Category: B1ScheduleMissionInfo |
| FailJobExp | int32 | The amount of job experience granted (or deducted) on mission failure. | Category: B1ScheduleMissionInfo |
| AddDesireInteractions | TArray | List of desire interactions added when this mission is played. | Category: B1ScheduleMissionInfo |
| Modifiers | TArray | List of modifier IDs applied during this mission. | Category: B1ScheduleMissionInfo |