B1ResponseTypeProbability
- Defines probabilities for positive and neutral response types from an NPC character.
* The negative probability is derived as 1 minus the sum of positive and normal probabilities.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PositiveProb | float | Probability (0–1) of receiving a positive response; negative probability is 1 - (Positive + Normal). | Category: B1ResponseTypeProbability ClampMax: 1.0 ClampMin: 0.0 UIMax: 1.0 UIMin: 0.0 |
| NormalProb | float | Probability (0–1) of receiving a neutral response; negative probability is 1 - (Positive + Normal). | Category: B1ResponseTypeProbability ClampMax: 1.0 ClampMin: 0.0 UIMax: 1.0 UIMin: 0.0 |