B1MobileMessageRewardTableRow
- Data table row defining the relationship stat points awarded for each type of mobile message response.
* Specifies how much the relationship stat changes for positive, neutral, and negative responses.
| Property | Type | Description | Metadata |
|---|---|---|---|
| RelationshipStatId | FName | ID of the relationship stat that is modified when a response is received. | Category: B1MobileMessageRewardTableRow Foreign: RelationshipStat.Id |
| PositivePoint | float | Amount added to the relationship stat when the positive response is chosen. | Category: B1MobileMessageRewardTableRow |
| NormalPoint | float | Amount added to the relationship stat when the neutral response is chosen. | Category: B1MobileMessageRewardTableRow |
| NegativePoint | float | Amount added to the relationship stat when the negative response is chosen. | Category: B1MobileMessageRewardTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |