diff --git a/Ability.js.html b/Ability.js.html
index a9f4c8d..5469e7c 100644
--- a/Ability.js.html
+++ b/Ability.js.html
@@ -137,7 +137,7 @@
Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/ArchonCrystal.js.html b/ArchonCrystal.js.html
index 2c4d4d2..d974aa8 100644
--- a/ArchonCrystal.js.html
+++ b/ArchonCrystal.js.html
@@ -141,7 +141,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/ChallengeProgress.js.html b/ChallengeProgress.js.html
index 597c3e3..12c08c4 100644
--- a/ChallengeProgress.js.html
+++ b/ChallengeProgress.js.html
@@ -138,7 +138,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Enemy.js.html b/Enemy.js.html
index eddf576..cb01cf2 100644
--- a/Enemy.js.html
+++ b/Enemy.js.html
@@ -162,7 +162,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Intrinsics.js.html b/Intrinsics.js.html
index e658717..54fe746 100644
--- a/Intrinsics.js.html
+++ b/Intrinsics.js.html
@@ -80,11 +80,11 @@ Source: Intrinsics.js
* @param {Object} skills The intrinsics object
*/
constructor(skills) {
- // I know this is railjack but I'm not sure what the context is
/**
+ * Intrinsic points for railjack
* @type {number}
*/
- this.space = skills.LPP_SPACE;
+ this.railjack = Math.floor(skills.LPP_SPACE / 1000);
/**
* Railjack engineering rank
@@ -116,11 +116,11 @@ Source: Intrinsics.js
*/
this.command = skills.LPS_COMMAND;
- // Not sure what the context for this one is either
/**
+ * Intrinsic points for railjack
* @type {number}
*/
- this.drifter = skills.LPP_DRIFTER;
+ this.drifter = Math.floor(skills.LPP_DRIFTER / 1000);
/**
* Drifter riding rank
@@ -192,7 +192,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/ItemConfig.js.html b/ItemConfig.js.html
index 4a94258..90cc43e 100644
--- a/ItemConfig.js.html
+++ b/ItemConfig.js.html
@@ -167,7 +167,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/LoadOutInventory.js.html b/LoadOutInventory.js.html
index 5bd70b4..ab60c21 100644
--- a/LoadOutInventory.js.html
+++ b/LoadOutInventory.js.html
@@ -167,7 +167,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/LoadOutItem.js.html b/LoadOutItem.js.html
index 8afdd20..77c8c6f 100644
--- a/LoadOutItem.js.html
+++ b/LoadOutItem.js.html
@@ -260,7 +260,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Mission.js.html b/Mission.js.html
index f2097c5..e2e26b9 100644
--- a/Mission.js.html
+++ b/Mission.js.html
@@ -173,7 +173,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/OperatorLoadOuts.js.html b/OperatorLoadOuts.js.html
index d579da1..e34a1f4 100644
--- a/OperatorLoadOuts.js.html
+++ b/OperatorLoadOuts.js.html
@@ -192,7 +192,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Polarity.js.html b/Polarity.js.html
index 95a56a1..932c69c 100644
--- a/Polarity.js.html
+++ b/Polarity.js.html
@@ -140,7 +140,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Profile.js.html b/Profile.js.html
index 05b30ef..c56f59a 100644
--- a/Profile.js.html
+++ b/Profile.js.html
@@ -313,7 +313,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/ProfileParser.js.html b/ProfileParser.js.html
index 24c3e81..a2c76f0 100644
--- a/ProfileParser.js.html
+++ b/ProfileParser.js.html
@@ -164,7 +164,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Pvp.js.html b/Pvp.js.html
index 8edda66..d506d13 100644
--- a/Pvp.js.html
+++ b/Pvp.js.html
@@ -150,7 +150,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Race.js.html b/Race.js.html
index 214b2c2..e2499dc 100644
--- a/Race.js.html
+++ b/Race.js.html
@@ -148,7 +148,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Scan.js.html b/Scan.js.html
index df560e8..6ab893e 100644
--- a/Scan.js.html
+++ b/Scan.js.html
@@ -137,7 +137,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Skin.js.html b/Skin.js.html
index 012912f..1b1c28f 100644
--- a/Skin.js.html
+++ b/Skin.js.html
@@ -148,7 +148,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Stats.js.html b/Stats.js.html
index a023b45..749b66e 100644
--- a/Stats.js.html
+++ b/Stats.js.html
@@ -455,7 +455,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Syndicate.js.html b/Syndicate.js.html
index 9ce11e6..d39d67a 100644
--- a/Syndicate.js.html
+++ b/Syndicate.js.html
@@ -149,7 +149,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Utils.js.html b/Utils.js.html
index b5eeab7..22f0695 100644
--- a/Utils.js.html
+++ b/Utils.js.html
@@ -179,7 +179,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/Weapon.js.html b/Weapon.js.html
index 703bbe3..fb2245c 100644
--- a/Weapon.js.html
+++ b/Weapon.js.html
@@ -174,7 +174,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/XpInfo.js.html b/XpInfo.js.html
index 4bae3df..b6ef6f9 100644
--- a/XpInfo.js.html
+++ b/XpInfo.js.html
@@ -147,7 +147,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/index.html b/index.html
index eadf2dc..9269ee6 100644
--- a/index.html
+++ b/index.html
@@ -154,7 +154,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Ability.html b/module-Ability.html
index 5f1aedb..1c3bea4 100644
--- a/module-Ability.html
+++ b/module-Ability.html
@@ -453,7 +453,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-ArchonCrystal.html b/module-ArchonCrystal.html
index 77033e6..ec0cc6c 100644
--- a/module-ArchonCrystal.html
+++ b/module-ArchonCrystal.html
@@ -489,7 +489,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-ChallengeProgress.html b/module-ChallengeProgress.html
index 309a1d1..9b33488 100644
--- a/module-ChallengeProgress.html
+++ b/module-ChallengeProgress.html
@@ -453,7 +453,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Enemy.html b/module-Enemy.html
index 09699cb..7706ca7 100644
--- a/module-Enemy.html
+++ b/module-Enemy.html
@@ -777,7 +777,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Intrinsics.html b/module-Intrinsics.html
index 8eb36cb..68a3dce 100644
--- a/module-Intrinsics.html
+++ b/module-Intrinsics.html
@@ -407,6 +407,10 @@ drifter
+ Intrinsic points for railjack
+
+
Type:
@@ -882,15 +886,15 @@ Type:
-
- riding :number
+
+ railjack :number
- Drifter riding rank
+ Intrinsic points for railjack
@@ -943,7 +947,7 @@ Type:
@@ -963,13 +967,17 @@ Type:
-
- space :number
+
+ riding :number
+
+ Drifter riding rank
+
+
Type:
@@ -1020,7 +1028,7 @@ Type:
@@ -1174,7 +1182,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-ItemConfig.html b/module-ItemConfig.html
index 60c444a..c4a0f46 100644
--- a/module-ItemConfig.html
+++ b/module-ItemConfig.html
@@ -375,7 +375,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-LoadOutInventory.html b/module-LoadOutInventory.html
index 5ede771..f2278ca 100644
--- a/module-LoadOutInventory.html
+++ b/module-LoadOutInventory.html
@@ -842,7 +842,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-LoadOutItem.html b/module-LoadOutItem.html
index 7e8ba2a..96eed77 100644
--- a/module-LoadOutItem.html
+++ b/module-LoadOutItem.html
@@ -1462,7 +1462,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Mission.html b/module-Mission.html
index ed826a1..0528309 100644
--- a/module-Mission.html
+++ b/module-Mission.html
@@ -651,7 +651,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-OperatorLoadOuts.html b/module-OperatorLoadOuts.html
index 6118d5c..7039ae9 100644
--- a/module-OperatorLoadOuts.html
+++ b/module-OperatorLoadOuts.html
@@ -537,7 +537,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Polarity.html b/module-Polarity.html
index 3afccc9..9b670ee 100644
--- a/module-Polarity.html
+++ b/module-Polarity.html
@@ -453,7 +453,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Profile.html b/module-Profile.html
index dce6346..cea471c 100644
--- a/module-Profile.html
+++ b/module-Profile.html
@@ -2508,7 +2508,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-ProfileParser.html b/module-ProfileParser.html
index c5e3712..805b7ba 100644
--- a/module-ProfileParser.html
+++ b/module-ProfileParser.html
@@ -797,7 +797,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Pvp.html b/module-Pvp.html
index 1572dfd..0773ca8 100644
--- a/module-Pvp.html
+++ b/module-Pvp.html
@@ -624,7 +624,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Race.html b/module-Race.html
index 1dd72b3..4302838 100644
--- a/module-Race.html
+++ b/module-Race.html
@@ -643,7 +643,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Scan.html b/module-Scan.html
index 5e80f2b..2af9f5c 100644
--- a/module-Scan.html
+++ b/module-Scan.html
@@ -453,7 +453,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Skin.html b/module-Skin.html
index 92cd4b2..7ebccee 100644
--- a/module-Skin.html
+++ b/module-Skin.html
@@ -503,7 +503,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Stats.html b/module-Stats.html
index 1c1f58a..c3de645 100644
--- a/module-Stats.html
+++ b/module-Stats.html
@@ -4233,7 +4233,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Syndicate.html b/module-Syndicate.html
index 493d128..5a43898 100644
--- a/module-Syndicate.html
+++ b/module-Syndicate.html
@@ -570,7 +570,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Utils.html b/module-Utils.html
index a5c99be..e116d7b 100644
--- a/module-Utils.html
+++ b/module-Utils.html
@@ -341,7 +341,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-Weapon.html b/module-Weapon.html
index 4811d0f..b53f9e3 100644
--- a/module-Weapon.html
+++ b/module-Weapon.html
@@ -939,7 +939,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/module-XpInfo.html b/module-XpInfo.html
index 41a10d4..48d2d04 100644
--- a/module-XpInfo.html
+++ b/module-XpInfo.html
@@ -573,7 +573,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/modules.list.html b/modules.list.html
index 0b8510c..92d2019 100644
--- a/modules.list.html
+++ b/modules.list.html
@@ -259,7 +259,7 @@ Search results
Documentation generated by JSDoc 3.6.11
- on Friday, September 27th 2024, 01:33:05
+ on Wednesday, October 9th 2024, 21:32:12
using the DocStrap template.
diff --git a/quicksearch.html b/quicksearch.html
index 301c61b..ab563d0 100644
--- a/quicksearch.html
+++ b/quicksearch.html
@@ -7,7 +7,7 @@