B1AmbitionStepDefine
- Defines a single step within an ambition item, including its step index,
* step completion script, and the list of missions to complete.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Step | int32 | Step number within the ambition item progression. | Category: B1AmbitionStepDefine ClampMax: 999 ClampMin: 1 |
| StepCompleteScriptId | FName | Script executed when all missions in this step are completed. | Category: B1AmbitionStepDefine Foreign: Script_Ambition.Id |
| CompleteTraitId | FName | Aptitude trait granted to the character when this step is completed. | Category: B1AmbitionStepDefine Foreign: Trait.Id |
| StepMissions | TArray | List of missions that must be completed to finish this step. | Category: B1AmbitionStepDefine |