This is the first page you land on when you press the Create action button to start creating an Achievement. Fill in the Achievement Name, State and Description. Some fields are mandatory, others are optional. The tutorial provides all the information needed to fill out all Achievement creation fields. The Settings Section provides basic information on the state, visual display icon, name, description and status of an achievement.
SETTINGS fields
EXAMPLES
» Status Enum: Draft, Live
Mandatory
The status of the Achievement.
|
» Icon String
Mandatory
An icon to visually display the Achievement |
» Name String
Mandatory
The name of the Achievement that a player sees when it is received. |
» Description String
Optional
The Achievement description visible to players previewing an achievement. |
» Initial state Enum: 1, 0
Mandatory
The state of the achievement:
|
APP Example:
Status | Draft |
Icon | |
Name | Welcome back |
Description | Daily login |
Initial state | Revealed |
API Example:
{ "jsonClass": "Achievement", ... "achievementLiveStatus": "Draft", "icon": "07PbzGUBOmEkXOJnaWOs", "name": "Welcome back", "description": "Daily login", "initialState": 0, ... }