B1AmbitionItemTableRow
- A table row defining an ambition item, including display data,
* age availability, growth change data, and step-based mission progression.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | String table key for the localized display name. | Category: B1AmbitionItemTableRow StringTableKey: Id |
| DescTextId | FString | String table key for the localized description. | Category: B1AmbitionItemTableRow StringTableKey: Id |
| RewardTextId | FString | String table key for the localized reward description. | Category: B1AmbitionItemTableRow StringTableKey: Id |
| CompletePopupTextId | FString | String table key for the popup text shown on completion. | Category: B1AmbitionItemTableRow StringTableKey: Id |
| Icon | TSoftObjectPtr | Icon texture for this ambition item. | Category: Display |
| ConditionId | FName | Condition ID checked before this ambition item can be activated. | Category: Template Foreign: Condition_Ambition.Id |
| AgeAvailable | TArray | Growth steps during which this ambition item is available. | Category: B1AmbitionItemTableRow |
| ChangeByGrowthStep | TArray | Weighted content change data applied when the character grows. | Category: B1AmbitionItemTableRow |
| AmbitionSteps | TArray | Ordered list of steps defining this ambition item's mission progression. | Category: Mission |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |