Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
The reward associated with the achievement.
Reward
The Reward object has the following specification.
| Member | Type | Description |
|---|---|---|
| name | string | The user-facing name of the Reward. |
| description | string | The user-facing description of the Reward. |
| value | string | The Reward's value. |
| type | RewardType enumeration | The Reward type:
|
| valueType | ProgressValueDataType enumeration | The type of value. See Requirement (JSON) for more information. |
Sample JSON syntax
{
"name":null,
"description":null,
"value":"10",
"type":"Gamerscore",
"valueType":"Int"
}