A player's profile
new (require("Profile"))(profile, locale)
Parameters:
Name | Type | Default | Description |
---|---|---|---|
profile |
Object | The profile data to parse | |
locale |
string | en | The locale to return in where possible |
- Source:
Members
-
accountId :Stirng
-
Player's acount ID
Type:
- Stirng
- Source:
-
alignment :Map.<String, number>
-
Player's alignment
Type:
- Map.<String, number>
- Source:
-
challengeProgress :Object
-
Nightwave challenges progress
Type:
- Object
- Source:
-
created :Date
-
Date the account was created
Type:
- Date
- Source:
-
dailyFocus :number
-
Daily focus
Type:
- number
- Source:
-
dailyStanding :Map.<String, number>
-
Daily standing per Syndicate Faction syndicates all share daily standing
Type:
- Map.<String, number>
- Source:
-
deathMarks :Array.<String>
-
Assassins currently asfter the player
Type:
- Array.<String>
- Source:
-
deathSquadable :bool
-
Whether or not the player is qualified as a target for a syndicate death squad
Type:
- bool
- Source:
-
displayName :String
-
In-game name
Type:
- String
- Source:
-
guildClass :String
-
Guild class
Type:
- String
- Source:
-
guildEmblem :String
-
Guild emblem.
Type:
- String
- Source:
-
guildId :String
-
Guild ID
Type:
- String
- Source:
-
guildName :String
-
Guild name
Type:
- String
- Source:
-
guildTier :number
-
Guild tier
Type:
- number
- Source:
-
guildXp :number
-
Guild XP
Type:
- number
- Source:
-
harvestable :bool
-
Whether or not the player is qualified as a target for Zanuka
Type:
- bool
- Source:
-
intrinsics :Intrinsics
-
Railjack and drifter Intrinsics
Type:
- Intrinsics
- Source:
-
loadout :LoadOutInventory
-
Current loadout
Type:
- LoadOutInventory
- Source:
-
masteryRank :String
-
Mastery rank
Type:
- String
- Source:
-
migratedToConsole :bool
-
Whether the user has migrated to console or not
Type:
- bool
- Source:
-
missions :MIssion
-
List of completed missions and their completions
Type:
- MIssion
- Source:
-
operatorLoadouts :OperatorLoadOuts|undefined
-
Operator loadout
Type:
- OperatorLoadOuts | undefined
- Source:
-
syndicates :Array.<Syndicate>
-
Player standing and title across all syndicates
Type:
- Array.<Syndicate>
- Source:
-
unlockedAlignment :bool
-
Whether the player has unlocked their alignement or not
Type:
- bool
- Source:
-
unlockedOperator :bool
-
Whhether the player has unlocked thier operator or not
Type:
- bool
- Source:
-
wishList
-
Player wishlist for in-game market items
- Source: