This data set describes all of the possible power categories that group known power sets.
| Field | Type | Description |
|---|---|---|
issue |
string | The issue (game version) of the extracted data, e.g. "i26p5". |
source |
string | The source server, e.g. "homecoming". |
extract_date |
string | The date/time that the data was extracted, in ISO 8601 format. |
name |
key | The internal name of the power category. |
archetype |
object | If this category is only intended to be used by one archetype, an archetype summary will be in this field. |
power_sets |
array | An array of power sets contained in this category. |
Each power set is a group of powers that a character can choose from as they level up.
| Field | Type | Description |
|---|---|---|
name |
key | The internal name of the power set. |
display_name |
string | A human-readable name for the power set. |
url |
URL | The location of the full power set data for this set. |