Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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"
}