Skip to content

Commit

Permalink
deploy: 809b25a
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Jan 22, 2025
1 parent dc78ec9 commit aaf230e
Show file tree
Hide file tree
Showing 48 changed files with 166 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Ability.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion ArchonCrystal.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion ChallengeProgress.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Enemy.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Intrinsics.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion ItemConfig.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion LoadOutInventory.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
22 changes: 16 additions & 6 deletions LoadOutItem.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,15 @@ <h1 class="page-title">Source: LoadOutItem.js</h1>
if (weapon.ItemName) {
const [, nemesis] = weapon.ItemName.split('|');

/**
* Item lich name
* @type {String}
*/
this.nemesis = toTitleCase(nemesis);
if (nemesis !== undefined) {
/**
* The name of the Lich, Sister, or Technocyte
* @type {String}
*/
this.nemesis = toTitleCase(nemesis);
} else {
this.name = weapon.ItemName;
}
}

/**
Expand Down Expand Up @@ -196,6 +200,12 @@ <h1 class="page-title">Source: LoadOutItem.js</h1>
*/
if (weapon.sigcol) this.sigilColor = colors.mapColors(weapon.sigcol.toString(16));

/**
* Whether prime details are enabled or not
* @type {boolean}
*/
this.enablePrime = weapon.ugly ?? false;

/**
* Attachment colors applied to item if they exist
* @type {module:"warframe-items".ColorMap | undefined}
Expand Down Expand Up @@ -260,7 +270,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion LoadOutPreset.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Mission.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion OperatorLoadOuts.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Polarity.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
5 changes: 3 additions & 2 deletions Profile.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h1 class="page-title">Source: Profile.js</h1>

/**
* List of completed missions and their completions
* @type {MIssion}
* @type {Mission}
*/
this.missions = profile.Missions.map((m) => new Mission(m, locale));

Expand Down Expand Up @@ -244,6 +244,7 @@ <h1 class="page-title">Source: Profile.js</h1>
holdfasts: profile.DailyAffiliationZariman,
kahl: profile.DailyAffiliationKahl,
cavia: profile.DailyAffiliationCavia,
hex: profile.DailyAffiliationHex,
};

/**
Expand Down Expand Up @@ -327,7 +328,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion ProfileParser.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Pvp.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
4 changes: 2 additions & 2 deletions Race.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h1 class="page-title">Source: Race.js</h1>
* @returns {Race[]} An array of races formatted in a more consumable way.
*/
static fromRaceObject(races) {
return Object.entries(races).map(([type, { highScore }]) => new Race(type, highScore));
return Object.entries(races ?? []).map(([type, { highScore }]) => new Race(type, highScore));
}
}
</pre>
Expand Down Expand Up @@ -148,7 +148,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Scan.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Skin.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Stats.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Syndicate.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Utils.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion Weapon.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion XpInfo.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion module-Ability.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion module-ArchonCrystal.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion module-ChallengeProgress.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion module-Enemy.html
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion module-Intrinsics.html
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion module-ItemConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion module-LoadOutInventory.html
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>

on Friday, December 6th 2024, 05:04:27
on Wednesday, January 22nd 2025, 16:15:20

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Loading

0 comments on commit aaf230e

Please sign in to comment.