Source 
	This page was generated with Wiki Builder. Do not change the format!
Info
Defines the conditions under which stat modifications will be applied to a Character while participating in an objective.
Schema
- Schema Type: Definition
- Type: object
Properties
| Name | Type | Description | 
|---|---|---|
| stat | DestinyItemInvestmentStatDefinition:Definition | The stat being modified, and the value used. | 
| style | DestinyObjectiveGrantStyle:Enum | Whether it will be applied as long as the objective is active, when it's completed, or until it's completed. | 
Example
{
 // Type: DestinyItemInvestmentStatDefinition:Definition
 "stat": {},
 // Type: DestinyObjectiveGrantStyle:Enum
 "style": {}
}