A single asset instance progression status within a paginated asset instance progressions list.
More...
|
|
string | id [get, set] |
| | The unique identifier of this asset instance progression record.
|
| |
|
string | progression_key [get, set] |
| | The key of the progression this record belongs to.
|
| |
|
string | progression_id [get, set] |
| | The id of the progression this record belongs to.
|
| |
|
string | progression_name [get, set] |
| | The name of the progression this record belongs to.
|
| |
|
ulong | step [get, set] |
| | The current level (step) the asset instance has reached in this progression.
|
| |
|
ulong | points [get, set] |
| | The total number of points accumulated in this progression.
|
| |
|
ulong | previous_threshold [get, set] |
| | The points threshold for the current level.
|
| |
|
ulong? | next_threshold [get, set] |
| | The points threshold for the next level, or null if the asset instance is at the maximum level.
|
| |
|
DateTime? | last_level_up [get, set] |
| | When the asset instance last levelled up in this progression, or null if it has never levelled up.
|
| |
A single asset instance progression status within a paginated asset instance progressions list.