B1ModifierSettingData
- A single modifier setting entry specifying the target type, key, operation, and value to apply.
* Used within modifier table rows to define individual stat or behavior adjustments.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ModifierType | EB1ModifierType | Type of game system value this modifier affects (e.g., Stat, SkillExp, BuffTime). | Category: B1ModifierSettingData |
| ModifierKey | FName | Key identifying the specific target within the modifier type (e.g., a skill ID or stat ID). | Category: B1ModifierSettingData SearchLink: FB1ModifierSettingData.ModifierType |
| ModifierCalcType | EB1ModifierOperationType | Mathematical operation to apply when combining this modifier with the base value. | Category: B1ModifierSettingData |
| Value | float | Numeric value used in the modifier operation. | Category: B1ModifierSettingData |