@wfcd/profile-parser 2.0.9 → 2.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Ability.d.mts +1 -1
- package/dist/ChallengeProgress.d.mts +1 -1
- package/dist/Enemy.d.mts +1 -1
- package/dist/Intrinsics.d.mts +1 -1
- package/dist/{ItemConfig-R2z1Z3uo.d.mts → ItemConfig-DxhXby04.d.mts} +2 -2
- package/dist/ItemConfig.d.mts +3 -3
- package/dist/{LoadOutInventory-BtVQX9Mi.d.mts → LoadOutInventory-B84bUV2-.d.mts} +3 -3
- package/dist/LoadOutInventory.d.mts +6 -7
- package/dist/{LoadOutItem-weow3bab.d.mts → LoadOutItem-DWQ4aFI_.d.mts} +3 -3
- package/dist/LoadOutItem.d.mts +4 -5
- package/dist/LoadOutPreset.d.mts +1 -1
- package/dist/Mission.d.mts +1 -1
- package/dist/{OperatorLoadOuts-DtxjrIci.d.mts → OperatorLoadOuts-51DN5Rwo.d.mts} +2 -2
- package/dist/OperatorLoadOuts.d.mts +3 -3
- package/dist/Polarity.d.mts +1 -1
- package/dist/Profile.d.mts +215 -14
- package/dist/Profile.mjs +191 -8
- package/dist/ProfileParser.d.mts +9 -21
- package/dist/ProfileParser.mjs +2 -10
- package/dist/Pvp.d.mts +1 -1
- package/dist/Pvp.mjs +1 -1
- package/dist/Race.d.mts +1 -1
- package/dist/Race.mjs +1 -1
- package/dist/Scan.d.mts +1 -1
- package/dist/Scan.mjs +1 -1
- package/dist/Skin.d.mts +1 -1
- package/dist/Stats.d.mts +324 -8
- package/dist/Stats.mjs +303 -8
- package/dist/Syndicate.d.mts +1 -1
- package/dist/Utils.d.mts +1 -1
- package/dist/Weapon.d.mts +1 -1
- package/dist/Weapon.mjs +1 -1
- package/dist/XpInfo.d.mts +1 -1
- package/package.json +13 -13
- package/dist/Profile-Beptm6wY.d.mts +0 -212
- package/dist/Profile-D15zUqzG.mjs +0 -193
- package/dist/Stats-Bvzk1GOV.mjs +0 -305
- package/dist/Stats-D8GkxqWB.d.mts +0 -325
- /package/dist/{Ability-Bkn1Kr0F.d.mts → Ability-CmHyNfw4.d.mts} +0 -0
- /package/dist/{ChallengeProgress-ByYNDHWY.d.mts → ChallengeProgress-BO8tPybG.d.mts} +0 -0
- /package/dist/{Enemy-VT_y6RNw.d.mts → Enemy-5RVVfZme.d.mts} +0 -0
- /package/dist/{Intrinsics-aQNZre3S.d.mts → Intrinsics-DwonOlUE.d.mts} +0 -0
- /package/dist/{LoadOutPreset-Dvs-Zisw.d.mts → LoadOutPreset-m_1RVkf9.d.mts} +0 -0
- /package/dist/{Mission-Bkx_g_to.d.mts → Mission-CeX2BRp0.d.mts} +0 -0
- /package/dist/{Polarity-0fJe_D8l.d.mts → Polarity-KCoYUO6f.d.mts} +0 -0
- /package/dist/{Pvp-DwOk9iPM.mjs → Pvp-DCfleh26.mjs} +0 -0
- /package/dist/{Pvp-DtncK80C.d.mts → Pvp-R4iYmiAT.d.mts} +0 -0
- /package/dist/{Race-b-1i8d0Y.d.mts → Race-DXOXL9VT.d.mts} +0 -0
- /package/dist/{Race-CV98F8P6.mjs → Race-dyrF8Zs5.mjs} +0 -0
- /package/dist/{Scan-2TQmEr2X.d.mts → Scan-CJnYpzKb.d.mts} +0 -0
- /package/dist/{Scan-Du5aj7LZ.mjs → Scan-D4p43-1c.mjs} +0 -0
- /package/dist/{Skin-CqeNtCDU.d.mts → Skin-DJMr6L-X.d.mts} +0 -0
- /package/dist/{Syndicate-PiVz8ikQ.d.mts → Syndicate-Dq5vLEB-.d.mts} +0 -0
- /package/dist/{Utils-M8z7sZIf.d.mts → Utils-VTFhFHIp.d.mts} +0 -0
- /package/dist/{Weapon-zRX33-22.mjs → Weapon-CsKff27X.mjs} +0 -0
- /package/dist/{Weapon-CUoF9mPh.d.mts → Weapon-DgQ4hNgE.d.mts} +0 -0
- /package/dist/{XpInfo-CpwSvxlR.d.mts → XpInfo-qplT5008.d.mts} +0 -0
package/dist/Stats.d.mts
CHANGED
|
@@ -1,9 +1,325 @@
|
|
|
1
|
-
import "./Ability-
|
|
2
|
-
import "./Enemy-
|
|
3
|
-
import "./Mission-
|
|
4
|
-
import "./Pvp-
|
|
5
|
-
import "./Race-
|
|
6
|
-
import "./Scan-
|
|
7
|
-
import "./Weapon-
|
|
8
|
-
|
|
1
|
+
import { n as RawAbility, t as Ability } from "./Ability-CmHyNfw4.mjs";
|
|
2
|
+
import { n as RawEnemy, t as Enemy } from "./Enemy-5RVVfZme.mjs";
|
|
3
|
+
import { n as RawMission, t as Mission } from "./Mission-CeX2BRp0.mjs";
|
|
4
|
+
import { n as RawPvp, t as Pvp } from "./Pvp-R4iYmiAT.mjs";
|
|
5
|
+
import { n as RawRace, t as Race } from "./Race-DXOXL9VT.mjs";
|
|
6
|
+
import { n as Scan, t as RawScan } from "./Scan-CJnYpzKb.mjs";
|
|
7
|
+
import { n as Weapon, t as RawWeapon } from "./Weapon-DgQ4hNgE.mjs";
|
|
8
|
+
|
|
9
|
+
//#region src/Stats.d.ts
|
|
10
|
+
interface RawStats {
|
|
11
|
+
GuildName: string;
|
|
12
|
+
MissionsCompleted: number;
|
|
13
|
+
MissionsQuit: number;
|
|
14
|
+
MissionsFailed: number;
|
|
15
|
+
MissionsInterrupted: number;
|
|
16
|
+
MissionsDumped: number;
|
|
17
|
+
PickupCount: number;
|
|
18
|
+
Weapons: RawWeapon[];
|
|
19
|
+
Enemies: RawEnemy[];
|
|
20
|
+
ExcavationEventScoreMax?: number;
|
|
21
|
+
ForestEventScoreMax?: number;
|
|
22
|
+
ForestEventScoreSum?: number;
|
|
23
|
+
MeleeKills: number;
|
|
24
|
+
Abilities: RawAbility[];
|
|
25
|
+
CiphersSolved: number;
|
|
26
|
+
CiphersFailed: number;
|
|
27
|
+
Income: number;
|
|
28
|
+
TimePlayedSec: number;
|
|
29
|
+
CipherTime: number;
|
|
30
|
+
Rating: number;
|
|
31
|
+
Rank: number;
|
|
32
|
+
Deaths: number;
|
|
33
|
+
PlayerLevel: number;
|
|
34
|
+
Missions: RawMission[];
|
|
35
|
+
HealCount: number;
|
|
36
|
+
HiveEventScore?: number;
|
|
37
|
+
HiveEventScoreSum?: number;
|
|
38
|
+
InvasionEventGrineerScore?: number;
|
|
39
|
+
InvasionEventCorpusScore?: number;
|
|
40
|
+
Scans: RawScan[];
|
|
41
|
+
ReviveCount: number;
|
|
42
|
+
FomorianEventScore?: number;
|
|
43
|
+
PVP?: RawPvp[];
|
|
44
|
+
PVPSpeedballTies?: number;
|
|
45
|
+
PVPSpeedballChecks?: number;
|
|
46
|
+
PVPSpeedballGoals?: number;
|
|
47
|
+
PVPSpeedballInterceptions?: number;
|
|
48
|
+
PVPSpeedballSteals?: number;
|
|
49
|
+
PVPSpeedballPoints?: number;
|
|
50
|
+
PVPSpeedballLosses?: number;
|
|
51
|
+
PVPSpeedballAssists?: number;
|
|
52
|
+
PVPSpeedballWins?: number;
|
|
53
|
+
PVPSpeedballSaves?: number;
|
|
54
|
+
PVPSpeedballPasses?: number;
|
|
55
|
+
DojoObstacleScore?: number;
|
|
56
|
+
PvpGamesPendingMask?: number;
|
|
57
|
+
DedicatedServerGamesCompleted?: number;
|
|
58
|
+
ColonistRescueEventScoreMax?: number;
|
|
59
|
+
AmbulasEventScoreMax?: number;
|
|
60
|
+
SentinelGameScore?: number;
|
|
61
|
+
AmalgamEventScoreMax?: number;
|
|
62
|
+
FlotillaEventScore?: number;
|
|
63
|
+
FlotillaGroundBadgesTier1?: number;
|
|
64
|
+
FlotillaGroundBadgesTier2?: number;
|
|
65
|
+
FlotillaGroundBadgesTier3?: number;
|
|
66
|
+
FlotillaSpaceBadgesTier1?: number;
|
|
67
|
+
FlotillaSpaceBadgesTier2?: number;
|
|
68
|
+
FlotillaSpaceBadgesTier3?: number;
|
|
69
|
+
MechSurvivalScoreMax: number;
|
|
70
|
+
ZephyrScore?: number;
|
|
71
|
+
Races: RawRace;
|
|
72
|
+
PortalEventScore?: number;
|
|
73
|
+
RiotMoaEventScore?: number;
|
|
74
|
+
RiotMoaEventScoreMax?: number;
|
|
75
|
+
ProjectSinisterEventScore?: number;
|
|
76
|
+
KelaEventBonusScoreMax?: number;
|
|
77
|
+
Halloween19ScoreMax?: number;
|
|
78
|
+
SurvivalEventScore?: number;
|
|
79
|
+
InfestedEventScore?: number;
|
|
80
|
+
}
|
|
81
|
+
interface Lunaro {
|
|
82
|
+
ties: number;
|
|
83
|
+
checks: number;
|
|
84
|
+
goals: number;
|
|
85
|
+
interceptions: number;
|
|
86
|
+
steals: number;
|
|
87
|
+
points: number;
|
|
88
|
+
losses: number;
|
|
89
|
+
assists: number;
|
|
90
|
+
wins: number;
|
|
91
|
+
saves: number;
|
|
92
|
+
passes: number;
|
|
93
|
+
}
|
|
94
|
+
interface ScarletSpear {
|
|
95
|
+
eventScore: number;
|
|
96
|
+
condrixTier1: number;
|
|
97
|
+
condrixTier2: number;
|
|
98
|
+
condrixTier3: number;
|
|
99
|
+
murexTier1: number;
|
|
100
|
+
murexTier2: number;
|
|
101
|
+
murexTier3: number;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* A player's overall career stats
|
|
105
|
+
* @module
|
|
106
|
+
*/
|
|
107
|
+
declare class Stats {
|
|
108
|
+
/**
|
|
109
|
+
* Guild name
|
|
110
|
+
*/
|
|
111
|
+
guildName: string;
|
|
112
|
+
/**
|
|
113
|
+
* Missions completed
|
|
114
|
+
*/
|
|
115
|
+
missionsCompleted: number;
|
|
116
|
+
/**
|
|
117
|
+
* Missions quit
|
|
118
|
+
*/
|
|
119
|
+
missionsQuit: number;
|
|
120
|
+
/**
|
|
121
|
+
* Misions failed
|
|
122
|
+
*/
|
|
123
|
+
missionsFailed: number;
|
|
124
|
+
/**
|
|
125
|
+
* Missions interrupted
|
|
126
|
+
*/
|
|
127
|
+
missionsInterrupted: number;
|
|
128
|
+
/**
|
|
129
|
+
* Missions dumped
|
|
130
|
+
*/
|
|
131
|
+
missionsDumped: number;
|
|
132
|
+
/**
|
|
133
|
+
* Items picked up
|
|
134
|
+
*/
|
|
135
|
+
pickupCount: number;
|
|
136
|
+
/**
|
|
137
|
+
* Stats per weapon
|
|
138
|
+
*/
|
|
139
|
+
weapons: Weapon[];
|
|
140
|
+
/**
|
|
141
|
+
* Stats on enemy encounters.
|
|
142
|
+
*/
|
|
143
|
+
enemies: Enemy[];
|
|
144
|
+
/**
|
|
145
|
+
* Max score for Operation: Cryotic Front
|
|
146
|
+
*/
|
|
147
|
+
excavationEventScoreMax?: number;
|
|
148
|
+
/**
|
|
149
|
+
* Max scoring for The Cicero crisis
|
|
150
|
+
*/
|
|
151
|
+
forestEventScoreMax?: number;
|
|
152
|
+
/**
|
|
153
|
+
* Clan scoring for The Cicero crisis
|
|
154
|
+
*/
|
|
155
|
+
forestEventScoreSum?: number;
|
|
156
|
+
/**
|
|
157
|
+
* Melee kills
|
|
158
|
+
*/
|
|
159
|
+
meleeKills: number;
|
|
160
|
+
/**
|
|
161
|
+
* Used abilities
|
|
162
|
+
*/
|
|
163
|
+
abilities: Ability[];
|
|
164
|
+
/**
|
|
165
|
+
* Ciphers completed successfully
|
|
166
|
+
*/
|
|
167
|
+
ciphersSolved: number;
|
|
168
|
+
/**
|
|
169
|
+
* Ciphers failed
|
|
170
|
+
*/
|
|
171
|
+
ciphersFailed: number;
|
|
172
|
+
/**
|
|
173
|
+
* Gross income
|
|
174
|
+
*/
|
|
175
|
+
income: number;
|
|
176
|
+
/**
|
|
177
|
+
* Total play time since account creation
|
|
178
|
+
*/
|
|
179
|
+
timePlayedSec: number;
|
|
180
|
+
/**
|
|
181
|
+
* Average time to hack a panel
|
|
182
|
+
*/
|
|
183
|
+
cipherTime: number;
|
|
184
|
+
/**
|
|
185
|
+
* N/A
|
|
186
|
+
*/
|
|
187
|
+
rating: number;
|
|
188
|
+
/**
|
|
189
|
+
* Mastery rank
|
|
190
|
+
*/
|
|
191
|
+
rank: number;
|
|
192
|
+
/**
|
|
193
|
+
* Total deaths since account creation
|
|
194
|
+
*/
|
|
195
|
+
deaths: number;
|
|
196
|
+
/**
|
|
197
|
+
* Mastery rank
|
|
198
|
+
*/
|
|
199
|
+
playerLevel: number;
|
|
200
|
+
/**
|
|
201
|
+
* List of missions and high scores
|
|
202
|
+
*/
|
|
203
|
+
missions: Mission[];
|
|
204
|
+
/**
|
|
205
|
+
* Team heals
|
|
206
|
+
*/
|
|
207
|
+
healCount: number;
|
|
208
|
+
/**
|
|
209
|
+
* Event Scores for Operation breeding grounds
|
|
210
|
+
*/
|
|
211
|
+
breedGrounds?: {
|
|
212
|
+
personalScore: number;
|
|
213
|
+
clanScore: number;
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* Event Scores for The Gradivus Dilemma
|
|
217
|
+
*/
|
|
218
|
+
gradivusDilemma?: {
|
|
219
|
+
grineer: number;
|
|
220
|
+
corpus: number;
|
|
221
|
+
};
|
|
222
|
+
/**
|
|
223
|
+
* List of scanned Warframe objects
|
|
224
|
+
*/
|
|
225
|
+
scans: Scan[];
|
|
226
|
+
/**
|
|
227
|
+
* Team revives
|
|
228
|
+
*/
|
|
229
|
+
reviveCount: number;
|
|
230
|
+
/**
|
|
231
|
+
* Score for Operation: Eyes of Blight
|
|
232
|
+
*/
|
|
233
|
+
fomorianEventScore?: number;
|
|
234
|
+
/**
|
|
235
|
+
* Conclave scores
|
|
236
|
+
*/
|
|
237
|
+
pvp: Pvp[];
|
|
238
|
+
/**
|
|
239
|
+
* Lunaro stats
|
|
240
|
+
*/
|
|
241
|
+
lunaro: Lunaro;
|
|
242
|
+
/**
|
|
243
|
+
* Dojo obstacle course goal
|
|
244
|
+
*/
|
|
245
|
+
dojoObstacleScore: number;
|
|
246
|
+
/**
|
|
247
|
+
* N/A
|
|
248
|
+
*/
|
|
249
|
+
pvpGamesPendingMask: number;
|
|
250
|
+
/**
|
|
251
|
+
* N/A
|
|
252
|
+
*/
|
|
253
|
+
dedicatedServerGamesCompleted: number;
|
|
254
|
+
/**
|
|
255
|
+
* Event score for the Pacifism Defect
|
|
256
|
+
*/
|
|
257
|
+
pacifismDefect?: number;
|
|
258
|
+
/**
|
|
259
|
+
* Score for operation Ambulas reborn.
|
|
260
|
+
*/
|
|
261
|
+
ambulasReborn?: number;
|
|
262
|
+
/**
|
|
263
|
+
* Score for Wyrmius mini game
|
|
264
|
+
*/
|
|
265
|
+
sentinelGameScore?: number;
|
|
266
|
+
/**
|
|
267
|
+
* Event score for operation hostile merger
|
|
268
|
+
*/
|
|
269
|
+
amalgamEventScoreMax?: number;
|
|
270
|
+
/**
|
|
271
|
+
* Operation Scarlet spear event score and badges
|
|
272
|
+
*/
|
|
273
|
+
scarletSpear?: ScarletSpear;
|
|
274
|
+
/**
|
|
275
|
+
* Operation: Orphix Venom score
|
|
276
|
+
*/
|
|
277
|
+
orphixVenomScore?: number;
|
|
278
|
+
/**
|
|
279
|
+
* Play's Highest score in Happy Zephyr
|
|
280
|
+
*/
|
|
281
|
+
happyZephyrScore: number;
|
|
282
|
+
/**
|
|
283
|
+
* K-Drive races
|
|
284
|
+
*/
|
|
285
|
+
kDriveRaces: Race[];
|
|
286
|
+
/**
|
|
287
|
+
* Operation Gate Crash event
|
|
288
|
+
*/
|
|
289
|
+
gateCrash?: number;
|
|
290
|
+
/**
|
|
291
|
+
* Per mission score for Operation: False Profit
|
|
292
|
+
*/
|
|
293
|
+
falseProfitMissionScore?: number;
|
|
294
|
+
/**
|
|
295
|
+
* Total even score for Operation: False Profit
|
|
296
|
+
*/
|
|
297
|
+
falseProfitEventScore?: number;
|
|
298
|
+
/**
|
|
299
|
+
* Operation: Shadow Debt event score
|
|
300
|
+
*/
|
|
301
|
+
shadowDebtEventScore?: number;
|
|
302
|
+
/**
|
|
303
|
+
* Operation: Rathuum event score
|
|
304
|
+
*/
|
|
305
|
+
rathuumEventScore?: number;
|
|
306
|
+
/**
|
|
307
|
+
* Hollowed flame event max score
|
|
308
|
+
*/
|
|
309
|
+
hallowedFlameScoreMax?: number;
|
|
310
|
+
/**
|
|
311
|
+
* Survival Weekend event score
|
|
312
|
+
*/
|
|
313
|
+
survivalWeekenedEventScore?: number;
|
|
314
|
+
/**
|
|
315
|
+
* N/A
|
|
316
|
+
*/
|
|
317
|
+
infestedEventScore?: number;
|
|
318
|
+
/**
|
|
319
|
+
*
|
|
320
|
+
* @param stats Player stats
|
|
321
|
+
*/
|
|
322
|
+
constructor(stats: RawStats);
|
|
323
|
+
}
|
|
324
|
+
//#endregion
|
|
9
325
|
export { RawStats, Stats as default };
|
package/dist/Stats.mjs
CHANGED
|
@@ -1,10 +1,305 @@
|
|
|
1
|
-
import "./Ability-DsyqxzjP.mjs";
|
|
2
|
-
import "./Enemy-B3JSksZZ.mjs";
|
|
3
|
-
import "./Mission-DfGQMV7B.mjs";
|
|
4
|
-
import "./Pvp-
|
|
5
|
-
import "./Race-
|
|
6
|
-
import "./Scan-
|
|
7
|
-
import "./Weapon-
|
|
8
|
-
import { t as Stats } from "./Stats-Bvzk1GOV.mjs";
|
|
1
|
+
import { t as Ability } from "./Ability-DsyqxzjP.mjs";
|
|
2
|
+
import { t as Enemy } from "./Enemy-B3JSksZZ.mjs";
|
|
3
|
+
import { t as Mission } from "./Mission-DfGQMV7B.mjs";
|
|
4
|
+
import { t as Pvp } from "./Pvp-DCfleh26.mjs";
|
|
5
|
+
import { t as Race } from "./Race-dyrF8Zs5.mjs";
|
|
6
|
+
import { t as Scan } from "./Scan-D4p43-1c.mjs";
|
|
7
|
+
import { t as Weapon } from "./Weapon-CsKff27X.mjs";
|
|
9
8
|
|
|
9
|
+
//#region src/Stats.ts
|
|
10
|
+
/**
|
|
11
|
+
* A player's overall career stats
|
|
12
|
+
* @module
|
|
13
|
+
*/
|
|
14
|
+
var Stats = class {
|
|
15
|
+
/**
|
|
16
|
+
* Guild name
|
|
17
|
+
*/
|
|
18
|
+
guildName;
|
|
19
|
+
/**
|
|
20
|
+
* Missions completed
|
|
21
|
+
*/
|
|
22
|
+
missionsCompleted;
|
|
23
|
+
/**
|
|
24
|
+
* Missions quit
|
|
25
|
+
*/
|
|
26
|
+
missionsQuit;
|
|
27
|
+
/**
|
|
28
|
+
* Misions failed
|
|
29
|
+
*/
|
|
30
|
+
missionsFailed;
|
|
31
|
+
/**
|
|
32
|
+
* Missions interrupted
|
|
33
|
+
*/
|
|
34
|
+
missionsInterrupted;
|
|
35
|
+
/**
|
|
36
|
+
* Missions dumped
|
|
37
|
+
*/
|
|
38
|
+
missionsDumped;
|
|
39
|
+
/**
|
|
40
|
+
* Items picked up
|
|
41
|
+
*/
|
|
42
|
+
pickupCount;
|
|
43
|
+
/**
|
|
44
|
+
* Stats per weapon
|
|
45
|
+
*/
|
|
46
|
+
weapons;
|
|
47
|
+
/**
|
|
48
|
+
* Stats on enemy encounters.
|
|
49
|
+
*/
|
|
50
|
+
enemies;
|
|
51
|
+
/**
|
|
52
|
+
* Max score for Operation: Cryotic Front
|
|
53
|
+
*/
|
|
54
|
+
excavationEventScoreMax;
|
|
55
|
+
/**
|
|
56
|
+
* Max scoring for The Cicero crisis
|
|
57
|
+
*/
|
|
58
|
+
forestEventScoreMax;
|
|
59
|
+
/**
|
|
60
|
+
* Clan scoring for The Cicero crisis
|
|
61
|
+
*/
|
|
62
|
+
forestEventScoreSum;
|
|
63
|
+
/**
|
|
64
|
+
* Melee kills
|
|
65
|
+
*/
|
|
66
|
+
meleeKills;
|
|
67
|
+
/**
|
|
68
|
+
* Used abilities
|
|
69
|
+
*/
|
|
70
|
+
abilities;
|
|
71
|
+
/**
|
|
72
|
+
* Ciphers completed successfully
|
|
73
|
+
*/
|
|
74
|
+
ciphersSolved;
|
|
75
|
+
/**
|
|
76
|
+
* Ciphers failed
|
|
77
|
+
*/
|
|
78
|
+
ciphersFailed;
|
|
79
|
+
/**
|
|
80
|
+
* Gross income
|
|
81
|
+
*/
|
|
82
|
+
income;
|
|
83
|
+
/**
|
|
84
|
+
* Total play time since account creation
|
|
85
|
+
*/
|
|
86
|
+
timePlayedSec;
|
|
87
|
+
/**
|
|
88
|
+
* Average time to hack a panel
|
|
89
|
+
*/
|
|
90
|
+
cipherTime;
|
|
91
|
+
/**
|
|
92
|
+
* N/A
|
|
93
|
+
*/
|
|
94
|
+
rating;
|
|
95
|
+
/**
|
|
96
|
+
* Mastery rank
|
|
97
|
+
*/
|
|
98
|
+
rank;
|
|
99
|
+
/**
|
|
100
|
+
* Total deaths since account creation
|
|
101
|
+
*/
|
|
102
|
+
deaths;
|
|
103
|
+
/**
|
|
104
|
+
* Mastery rank
|
|
105
|
+
*/
|
|
106
|
+
playerLevel;
|
|
107
|
+
/**
|
|
108
|
+
* List of missions and high scores
|
|
109
|
+
*/
|
|
110
|
+
missions;
|
|
111
|
+
/**
|
|
112
|
+
* Team heals
|
|
113
|
+
*/
|
|
114
|
+
healCount;
|
|
115
|
+
/**
|
|
116
|
+
* Event Scores for Operation breeding grounds
|
|
117
|
+
*/
|
|
118
|
+
breedGrounds;
|
|
119
|
+
/**
|
|
120
|
+
* Event Scores for The Gradivus Dilemma
|
|
121
|
+
*/
|
|
122
|
+
gradivusDilemma;
|
|
123
|
+
/**
|
|
124
|
+
* List of scanned Warframe objects
|
|
125
|
+
*/
|
|
126
|
+
scans;
|
|
127
|
+
/**
|
|
128
|
+
* Team revives
|
|
129
|
+
*/
|
|
130
|
+
reviveCount;
|
|
131
|
+
/**
|
|
132
|
+
* Score for Operation: Eyes of Blight
|
|
133
|
+
*/
|
|
134
|
+
fomorianEventScore;
|
|
135
|
+
/**
|
|
136
|
+
* Conclave scores
|
|
137
|
+
*/
|
|
138
|
+
pvp;
|
|
139
|
+
/**
|
|
140
|
+
* Lunaro stats
|
|
141
|
+
*/
|
|
142
|
+
lunaro;
|
|
143
|
+
/**
|
|
144
|
+
* Dojo obstacle course goal
|
|
145
|
+
*/
|
|
146
|
+
dojoObstacleScore;
|
|
147
|
+
/**
|
|
148
|
+
* N/A
|
|
149
|
+
*/
|
|
150
|
+
pvpGamesPendingMask;
|
|
151
|
+
/**
|
|
152
|
+
* N/A
|
|
153
|
+
*/
|
|
154
|
+
dedicatedServerGamesCompleted;
|
|
155
|
+
/**
|
|
156
|
+
* Event score for the Pacifism Defect
|
|
157
|
+
*/
|
|
158
|
+
pacifismDefect;
|
|
159
|
+
/**
|
|
160
|
+
* Score for operation Ambulas reborn.
|
|
161
|
+
*/
|
|
162
|
+
ambulasReborn;
|
|
163
|
+
/**
|
|
164
|
+
* Score for Wyrmius mini game
|
|
165
|
+
*/
|
|
166
|
+
sentinelGameScore;
|
|
167
|
+
/**
|
|
168
|
+
* Event score for operation hostile merger
|
|
169
|
+
*/
|
|
170
|
+
amalgamEventScoreMax;
|
|
171
|
+
/**
|
|
172
|
+
* Operation Scarlet spear event score and badges
|
|
173
|
+
*/
|
|
174
|
+
scarletSpear;
|
|
175
|
+
/**
|
|
176
|
+
* Operation: Orphix Venom score
|
|
177
|
+
*/
|
|
178
|
+
orphixVenomScore;
|
|
179
|
+
/**
|
|
180
|
+
* Play's Highest score in Happy Zephyr
|
|
181
|
+
*/
|
|
182
|
+
happyZephyrScore;
|
|
183
|
+
/**
|
|
184
|
+
* K-Drive races
|
|
185
|
+
*/
|
|
186
|
+
kDriveRaces;
|
|
187
|
+
/**
|
|
188
|
+
* Operation Gate Crash event
|
|
189
|
+
*/
|
|
190
|
+
gateCrash;
|
|
191
|
+
/**
|
|
192
|
+
* Per mission score for Operation: False Profit
|
|
193
|
+
*/
|
|
194
|
+
falseProfitMissionScore;
|
|
195
|
+
/**
|
|
196
|
+
* Total even score for Operation: False Profit
|
|
197
|
+
*/
|
|
198
|
+
falseProfitEventScore;
|
|
199
|
+
/**
|
|
200
|
+
* Operation: Shadow Debt event score
|
|
201
|
+
*/
|
|
202
|
+
shadowDebtEventScore;
|
|
203
|
+
/**
|
|
204
|
+
* Operation: Rathuum event score
|
|
205
|
+
*/
|
|
206
|
+
rathuumEventScore;
|
|
207
|
+
/**
|
|
208
|
+
* Hollowed flame event max score
|
|
209
|
+
*/
|
|
210
|
+
hallowedFlameScoreMax;
|
|
211
|
+
/**
|
|
212
|
+
* Survival Weekend event score
|
|
213
|
+
*/
|
|
214
|
+
survivalWeekenedEventScore;
|
|
215
|
+
/**
|
|
216
|
+
* N/A
|
|
217
|
+
*/
|
|
218
|
+
infestedEventScore;
|
|
219
|
+
/**
|
|
220
|
+
*
|
|
221
|
+
* @param stats Player stats
|
|
222
|
+
*/
|
|
223
|
+
constructor(stats) {
|
|
224
|
+
this.guildName = stats.GuildName;
|
|
225
|
+
this.missionsCompleted = stats.MissionsCompleted;
|
|
226
|
+
this.missionsQuit = stats.MissionsQuit;
|
|
227
|
+
this.missionsFailed = stats.MissionsFailed;
|
|
228
|
+
this.missionsInterrupted = stats.MissionsInterrupted;
|
|
229
|
+
this.missionsDumped = stats.MissionsDumped;
|
|
230
|
+
this.pickupCount = stats.PickupCount;
|
|
231
|
+
this.weapons = stats.Weapons.map((w) => new Weapon(w));
|
|
232
|
+
this.enemies = stats.Enemies.map((e) => new Enemy(e));
|
|
233
|
+
if (stats.ExcavationEventScoreMax) this.excavationEventScoreMax = stats.ExcavationEventScoreMax;
|
|
234
|
+
if (stats.ForestEventScoreMax) this.forestEventScoreMax = stats.ForestEventScoreMax;
|
|
235
|
+
if (stats.ForestEventScoreSum) this.forestEventScoreSum = stats.ForestEventScoreSum;
|
|
236
|
+
this.meleeKills = stats.MeleeKills;
|
|
237
|
+
this.abilities = stats.Abilities.map((a) => new Ability(a));
|
|
238
|
+
this.ciphersSolved = stats.CiphersSolved;
|
|
239
|
+
this.ciphersFailed = stats.CiphersFailed;
|
|
240
|
+
this.income = stats.Income;
|
|
241
|
+
this.timePlayedSec = stats.TimePlayedSec;
|
|
242
|
+
this.cipherTime = stats.CipherTime;
|
|
243
|
+
this.rating = stats.Rating;
|
|
244
|
+
this.rank = stats.Rank;
|
|
245
|
+
this.deaths = stats.Deaths;
|
|
246
|
+
this.playerLevel = stats.PlayerLevel;
|
|
247
|
+
this.missions = stats.Missions.map((m) => new Mission(m));
|
|
248
|
+
this.healCount = stats.HealCount;
|
|
249
|
+
if (stats.HiveEventScore || stats.HiveEventScoreSum) this.breedGrounds = {
|
|
250
|
+
personalScore: stats.HiveEventScore,
|
|
251
|
+
clanScore: stats.HiveEventScoreSum
|
|
252
|
+
};
|
|
253
|
+
if (stats.InvasionEventGrineerScore || stats.InvasionEventCorpusScore) this.gradivusDilemma = {
|
|
254
|
+
grineer: stats.InvasionEventGrineerScore,
|
|
255
|
+
corpus: stats.InvasionEventCorpusScore
|
|
256
|
+
};
|
|
257
|
+
this.scans = stats.Scans?.map((s) => new Scan(s)) ?? [];
|
|
258
|
+
this.reviveCount = stats.ReviveCount;
|
|
259
|
+
if (stats.FomorianEventScore) this.fomorianEventScore = stats.FomorianEventScore;
|
|
260
|
+
this.pvp = stats.PVP?.map((pvp) => new Pvp(pvp)) ?? [];
|
|
261
|
+
this.lunaro = {
|
|
262
|
+
ties: stats.PVPSpeedballTies ?? 0,
|
|
263
|
+
checks: stats.PVPSpeedballChecks ?? 0,
|
|
264
|
+
goals: stats.PVPSpeedballGoals ?? 0,
|
|
265
|
+
interceptions: stats.PVPSpeedballInterceptions ?? 0,
|
|
266
|
+
steals: stats.PVPSpeedballSteals ?? 0,
|
|
267
|
+
points: stats.PVPSpeedballPoints ?? 0,
|
|
268
|
+
losses: stats.PVPSpeedballLosses ?? 0,
|
|
269
|
+
assists: stats.PVPSpeedballAssists ?? 0,
|
|
270
|
+
wins: stats.PVPSpeedballWins ?? 0,
|
|
271
|
+
saves: stats.PVPSpeedballSaves ?? 0,
|
|
272
|
+
passes: stats.PVPSpeedballPasses ?? 0
|
|
273
|
+
};
|
|
274
|
+
this.dojoObstacleScore = stats.DojoObstacleScore ?? 0;
|
|
275
|
+
this.pvpGamesPendingMask = stats.PvpGamesPendingMask ?? 0;
|
|
276
|
+
this.dedicatedServerGamesCompleted = stats.DedicatedServerGamesCompleted ?? 0;
|
|
277
|
+
if (stats.ColonistRescueEventScoreMax) this.pacifismDefect = stats.ColonistRescueEventScoreMax;
|
|
278
|
+
if (stats.AmbulasEventScoreMax) this.ambulasReborn = stats.AmbulasEventScoreMax;
|
|
279
|
+
if (stats.SentinelGameScore) this.sentinelGameScore = stats.SentinelGameScore;
|
|
280
|
+
if (stats.AmalgamEventScoreMax) this.amalgamEventScoreMax = stats.AmalgamEventScoreMax;
|
|
281
|
+
if (stats.FlotillaEventScore) this.scarletSpear = {
|
|
282
|
+
eventScore: stats.FlotillaEventScore,
|
|
283
|
+
condrixTier1: stats.FlotillaGroundBadgesTier1,
|
|
284
|
+
condrixTier2: stats.FlotillaGroundBadgesTier2,
|
|
285
|
+
condrixTier3: stats.FlotillaGroundBadgesTier3,
|
|
286
|
+
murexTier1: stats.FlotillaSpaceBadgesTier1,
|
|
287
|
+
murexTier2: stats.FlotillaSpaceBadgesTier2,
|
|
288
|
+
murexTier3: stats.FlotillaSpaceBadgesTier3
|
|
289
|
+
};
|
|
290
|
+
if (stats.MechSurvivalScoreMax) this.orphixVenomScore = stats.MechSurvivalScoreMax;
|
|
291
|
+
this.happyZephyrScore = stats.ZephyrScore ?? 0;
|
|
292
|
+
this.kDriveRaces = Race.fromRaceObject(stats.Races);
|
|
293
|
+
if (stats.PortalEventScore) this.gateCrash = stats.PortalEventScore;
|
|
294
|
+
if (stats.RiotMoaEventScore) this.falseProfitMissionScore = stats.RiotMoaEventScore;
|
|
295
|
+
if (stats.RiotMoaEventScoreMax) this.falseProfitEventScore = stats.RiotMoaEventScoreMax;
|
|
296
|
+
if (stats.ProjectSinisterEventScore) this.shadowDebtEventScore = stats.ProjectSinisterEventScore;
|
|
297
|
+
if (stats.KelaEventBonusScoreMax) this.rathuumEventScore = stats.KelaEventBonusScoreMax;
|
|
298
|
+
if (stats.Halloween19ScoreMax) this.hallowedFlameScoreMax = stats.Halloween19ScoreMax;
|
|
299
|
+
if (stats.SurvivalEventScore) this.survivalWeekenedEventScore = stats.SurvivalEventScore;
|
|
300
|
+
if (stats.InfestedEventScore) this.infestedEventScore = stats.InfestedEventScore;
|
|
301
|
+
}
|
|
302
|
+
};
|
|
303
|
+
|
|
304
|
+
//#endregion
|
|
10
305
|
export { Stats as default };
|
package/dist/Syndicate.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as Syndicate, t as RawAffiliation } from "./Syndicate-
|
|
1
|
+
import { n as Syndicate, t as RawAffiliation } from "./Syndicate-Dq5vLEB-.mjs";
|
|
2
2
|
export { RawAffiliation, Syndicate as default };
|
package/dist/Utils.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as mapToHex, i as find, n as RawDate, o as numberToLetter, r as RawId, t as ProfileRawColors } from "./Utils-
|
|
1
|
+
import { a as mapToHex, i as find, n as RawDate, o as numberToLetter, r as RawId, t as ProfileRawColors } from "./Utils-VTFhFHIp.mjs";
|
|
2
2
|
export { ProfileRawColors, RawDate, RawId, find, mapToHex, numberToLetter };
|
package/dist/Weapon.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as Weapon, t as RawWeapon } from "./Weapon-
|
|
1
|
+
import { n as Weapon, t as RawWeapon } from "./Weapon-DgQ4hNgE.mjs";
|
|
2
2
|
export { RawWeapon, Weapon as default };
|
package/dist/Weapon.mjs
CHANGED
package/dist/XpInfo.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as XpInfo, t as RawXpItem } from "./XpInfo-
|
|
1
|
+
import { n as XpInfo, t as RawXpItem } from "./XpInfo-qplT5008.mjs";
|
|
2
2
|
export { RawXpItem, XpInfo as default };
|