warframe-worldstate-parser 5.2.16 → 5.2.18
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/{Calendar-CRM0XhAy.d.mts → Calendar-C-rbmV_t.d.mts} +1 -1
- package/dist/{CambionCycle-OI3v1knd.d.mts → CambionCycle-BzR_MfPH.d.mts} +2 -2
- package/dist/{CetusCycle-DQ4n05vO.d.mts → CetusCycle-DaqfF4J1.d.mts} +1 -1
- package/dist/{ConstructionProgress-DG2KzS0X.d.mts → ConstructionProgress-BRxmro3-.d.mts} +1 -1
- package/dist/{DarkSectorBattle-CiSe3kFm.d.mts → DarkSectorBattle-DHRl5tG1.d.mts} +1 -1
- package/dist/{Dependency-CNqXngHD.d.mts → Dependency-Cd-TxBJy.d.mts} +1 -1
- package/dist/{EarthCycle-CxtijnVV.d.mts → EarthCycle-C_oB5gDc.d.mts} +1 -1
- package/dist/{MidrathCycle-E0gMF3AR.d.mts → MidrathCycle-CxveqDtx.d.mts} +1 -1
- package/dist/{News-DxEm-q6V.d.mts → News-CJ3lD7_g.d.mts} +1 -1
- package/dist/{Nightwave-CPqMSqGK.d.mts → Nightwave-BLHH02ht.d.mts} +2 -2
- package/dist/{NightwaveChallenge-CG3uychc.d.mts → NightwaveChallenge-j_m4hVQU.d.mts} +1 -1
- package/dist/{PersistentEnemy-DnnnreSz.d.mts → PersistentEnemy-BJ4twtUY.d.mts} +1 -1
- package/dist/{VallisCycle-6DCaWFoR.d.mts → VallisCycle-as7DM4a-.d.mts} +1 -1
- package/dist/{ZarimanCycle-BrSLIWhD.d.mts → ZarimanCycle-DyYiVfyG.d.mts} +1 -1
- package/dist/{index-Bgx8kIDy.d.mts → index-C4EJ_Mpd.d.mts} +6 -6
- package/dist/lib/WorldState.d.mts +16 -19
- package/dist/lib/WorldState.mjs +32 -48
- package/dist/lib/models/Alert.d.mts +1 -17
- package/dist/lib/models/Alert.mjs +49 -7
- package/dist/lib/models/Archimedea.d.mts +1 -17
- package/dist/lib/models/Archimedea.mjs +88 -4
- package/dist/lib/models/Calendar.d.mts +1 -2
- package/dist/lib/models/Calendar.mjs +79 -4
- package/dist/lib/models/CambionCycle.d.mts +1 -3
- package/dist/lib/models/CambionCycle.mjs +28 -4
- package/dist/lib/models/CetusCycle.d.mts +1 -2
- package/dist/lib/models/CetusCycle.mjs +87 -4
- package/dist/lib/models/ChallengeInstance.d.mts +1 -17
- package/dist/lib/models/ChallengeInstance.mjs +46 -3
- package/dist/lib/models/ConclaveChallenge.d.mts +1 -17
- package/dist/lib/models/ConclaveChallenge.mjs +77 -4
- package/dist/lib/models/ConstructionProgress.d.mts +1 -2
- package/dist/lib/models/ConstructionProgress.mjs +23 -4
- package/dist/lib/models/DailyDeal.d.mts +1 -17
- package/dist/lib/models/DailyDeal.mjs +64 -4
- package/dist/lib/models/DarkSector.d.mts +1 -17
- package/dist/lib/models/DarkSector.mjs +136 -8
- package/dist/lib/models/DarkSectorBattle.d.mts +1 -2
- package/dist/lib/models/DarkSectorBattle.mjs +49 -3
- package/dist/lib/models/DuviriCycle.d.mts +1 -17
- package/dist/lib/models/DuviriCycle.mjs +55 -4
- package/dist/lib/models/EarthCycle.d.mts +1 -2
- package/dist/lib/models/EarthCycle.mjs +73 -4
- package/dist/lib/models/Fissure.d.mts +1 -17
- package/dist/lib/models/Fissure.mjs +83 -4
- package/dist/lib/models/FlashSale.d.mts +1 -17
- package/dist/lib/models/FlashSale.mjs +73 -4
- package/dist/lib/models/GlobalUpgrade.d.mts +1 -17
- package/dist/lib/models/GlobalUpgrade.mjs +56 -4
- package/dist/lib/models/Invasion.d.mts +1 -17
- package/dist/lib/models/Invasion.mjs +106 -6
- package/dist/lib/models/Kinepage.d.mts +1 -1
- package/dist/lib/models/Kinepage.mjs +23 -3
- package/dist/lib/models/Kuva.d.mts +1 -17
- package/dist/lib/models/Kuva.mjs +85 -3
- package/dist/lib/models/MidrathCycle.d.mts +1 -2
- package/dist/lib/models/MidrathCycle.mjs +66 -4
- package/dist/lib/models/Mission.d.mts +1 -17
- package/dist/lib/models/Mission.mjs +138 -5
- package/dist/lib/models/News.d.mts +1 -2
- package/dist/lib/models/News.mjs +116 -4
- package/dist/lib/models/Nightwave.d.mts +1 -3
- package/dist/lib/models/Nightwave.mjs +58 -5
- package/dist/lib/models/NightwaveChallenge.d.mts +1 -2
- package/dist/lib/models/NightwaveChallenge.mjs +51 -4
- package/dist/lib/models/PersistentEnemy.d.mts +1 -2
- package/dist/lib/models/PersistentEnemy.mjs +74 -4
- package/dist/lib/models/Reward.d.mts +1 -17
- package/dist/lib/models/Reward.mjs +71 -4
- package/dist/lib/models/SentientOutpost.d.mts +1 -17
- package/dist/lib/models/SentientOutpost.mjs +63 -3
- package/dist/lib/models/Simaris.d.mts +1 -17
- package/dist/lib/models/Simaris.mjs +33 -3
- package/dist/lib/models/Sortie.d.mts +1 -17
- package/dist/lib/models/Sortie.mjs +71 -8
- package/dist/lib/models/SortieVariant.d.mts +1 -17
- package/dist/lib/models/SortieVariant.mjs +49 -3
- package/dist/lib/models/SteelPathOffering.d.mts +1 -1
- package/dist/lib/models/SteelPathOffering.mjs +81 -3
- package/dist/lib/models/SyndicateJob.d.mts +1 -17
- package/dist/lib/models/SyndicateJob.mjs +161 -7
- package/dist/lib/models/SyndicateMission.d.mts +1 -17
- package/dist/lib/models/SyndicateMission.mjs +64 -8
- package/dist/lib/models/Tmp.d.mts +1 -17
- package/dist/lib/models/Tmp.mjs +28 -4
- package/dist/lib/models/VallisCycle.d.mts +1 -2
- package/dist/lib/models/VallisCycle.mjs +72 -4
- package/dist/lib/models/VoidTrader.d.mts +1 -17
- package/dist/lib/models/VoidTrader.mjs +76 -6
- package/dist/lib/models/VoidTraderItem.d.mts +1 -17
- package/dist/lib/models/VoidTraderItem.mjs +36 -3
- package/dist/lib/models/VoidTraderSchedule.d.mts +1 -17
- package/dist/lib/models/VoidTraderSchedule.mjs +12 -3
- package/dist/lib/models/WeeklyChallenge.d.mts +1 -17
- package/dist/lib/models/WeeklyChallenge.mjs +19 -5
- package/dist/lib/models/WorldEvent.d.mts +1 -17
- package/dist/lib/models/WorldEvent.mjs +211 -9
- package/dist/lib/models/WorldStateObject.d.mts +1 -1
- package/dist/lib/models/WorldStateObject.mjs +52 -3
- package/dist/lib/models/ZarimanCycle.d.mts +1 -2
- package/dist/lib/models/ZarimanCycle.mjs +77 -4
- package/dist/lib/models/index.d.mts +17 -18
- package/dist/lib/models/index.mjs +43 -47
- package/dist/lib/supporting/Dependency.d.mts +1 -1
- package/dist/lib/supporting/Dependency.mjs +1 -1
- package/dist/lib/supporting/DuviriChoice.d.mts +1 -17
- package/dist/lib/supporting/DuviriChoice.mjs +24 -3
- package/dist/lib/supporting/ExternalMission.d.mts +1 -1
- package/dist/lib/supporting/ExternalMission.mjs +1 -1
- package/dist/lib/supporting/FetchProxy.d.mts +1 -1
- package/dist/lib/supporting/FetchProxy.mjs +45 -3
- package/dist/lib/supporting/ImgCdn.d.mts +1 -1
- package/dist/lib/supporting/ImgCdn.mjs +6 -3
- package/dist/lib/supporting/KuvaLogEntry.d.mts +1 -1
- package/dist/lib/supporting/KuvaLogEntry.mjs +1 -1
- package/dist/lib/supporting/RewardData.d.mts +1 -1
- package/dist/lib/supporting/RewardData.mjs +75 -3
- package/dist/lib/supporting/RewardTypes.d.mts +1 -1
- package/dist/lib/supporting/RewardTypes.mjs +326 -3
- package/dist/lib/supporting/index.d.mts +8 -23
- package/dist/lib/supporting/index.mjs +6 -8
- package/dist/main.d.mts +24 -24
- package/dist/main.mjs +48 -51
- package/package.json +1 -1
- package/dist/Alert-CPT2sBmd.mjs +0 -51
- package/dist/Archimedea-Vo36QE99.mjs +0 -90
- package/dist/Calendar-_gEQ9BEd.mjs +0 -81
- package/dist/CambionCycle-B1pqIgks.mjs +0 -30
- package/dist/CetusCycle-Ct51M2pd.mjs +0 -89
- package/dist/ChallengeInstance-BOu_e7ML.mjs +0 -48
- package/dist/ConclaveChallenge-BTN6UyV6.mjs +0 -79
- package/dist/ConstructionProgress-BoF2P9fx.mjs +0 -25
- package/dist/DailyDeal-aoNeCFWT.mjs +0 -66
- package/dist/DarkSector-D0uJWCg7.mjs +0 -138
- package/dist/DarkSectorBattle-CqRYeNpe.mjs +0 -51
- package/dist/Dependency-BR-dAeHI.mjs +0 -1
- package/dist/DuviriChoice-BEBiWA-g.mjs +0 -25
- package/dist/DuviriCycle-Do7mMnoC.mjs +0 -57
- package/dist/EarthCycle-BOAlcAuQ.mjs +0 -75
- package/dist/ExternalMission-D3MSZgnN.mjs +0 -1
- package/dist/FetchProxy-Bkdk15SX.mjs +0 -46
- package/dist/Fissure-diM4hyi3.mjs +0 -85
- package/dist/FlashSale-CNfRaZhM.mjs +0 -75
- package/dist/GlobalUpgrade-CUtZw05z.mjs +0 -58
- package/dist/ImgCdn-BJOdWAbU.mjs +0 -7
- package/dist/Invasion-Corx1lxf.mjs +0 -108
- package/dist/Kinepage-CbSzge67.mjs +0 -24
- package/dist/Kuva-Ijy2ZGBL.mjs +0 -87
- package/dist/KuvaLogEntry-D_VzIT3W.mjs +0 -1
- package/dist/MidrathCycle-XD2T8Dx5.mjs +0 -68
- package/dist/Mission-b8KP-YDf.mjs +0 -140
- package/dist/News-zAK-sYRg.mjs +0 -118
- package/dist/Nightwave-cTRmlbwH.mjs +0 -60
- package/dist/NightwaveChallenge-C8ARG7LC.mjs +0 -53
- package/dist/PersistentEnemy-3Sw5E8AN.mjs +0 -76
- package/dist/Reward-3FBJF_hS.mjs +0 -73
- package/dist/RewardData-C_9b8Yhi.mjs +0 -76
- package/dist/RewardTypes-DUrR7H3G.mjs +0 -328
- package/dist/SentientOutpost-Cadk-pIW.mjs +0 -65
- package/dist/Simaris-D6etEQp_.mjs +0 -35
- package/dist/Sortie-rSBgJc6U.mjs +0 -73
- package/dist/SortieVariant-CnuLkkNZ.mjs +0 -51
- package/dist/SteelPathOffering--wm-7hwb.mjs +0 -83
- package/dist/SyndicateJob-R89tWqvT.mjs +0 -162
- package/dist/SyndicateMission-CKZDWNyf.mjs +0 -66
- package/dist/Tmp-BYL_mYIG.mjs +0 -30
- package/dist/VallisCycle-BW2g49wB.mjs +0 -74
- package/dist/VoidTrader-DtjtVUgR.mjs +0 -78
- package/dist/VoidTraderItem-Cz6x1KTF.mjs +0 -38
- package/dist/VoidTraderSchedule-BsJLu50V.mjs +0 -14
- package/dist/WeeklyChallenge-Dl2ekl6X.mjs +0 -21
- package/dist/WorldEvent-C-LaV2ug.mjs +0 -213
- package/dist/WorldStateObject-45dbRgp7.mjs +0 -54
- package/dist/ZarimanCycle-DoAPwgaM.mjs +0 -79
- package/dist/supporting-BLSXhlWM.mjs +0 -1
- /package/dist/{ExternalMission-C82w4uMq.d.mts → ExternalMission-CT__oi7Q.d.mts} +0 -0
- /package/dist/{FetchProxy-DfSTUgkf.d.mts → FetchProxy-DHSI4JPP.d.mts} +0 -0
- /package/dist/{ImgCdn-D0hSGSB1.d.mts → ImgCdn-DIhZrwap.d.mts} +0 -0
- /package/dist/{Kinepage-B-Ym_VW5.d.mts → Kinepage-CKBuvbv5.d.mts} +0 -0
- /package/dist/{KuvaLogEntry-cftxhjfU.d.mts → KuvaLogEntry-f4ZBn2Xf.d.mts} +0 -0
- /package/dist/{RewardData-DWCgJ3UT.d.mts → RewardData-BdtdUFnh.d.mts} +0 -0
- /package/dist/{RewardTypes-Y3tHrtIJ.d.mts → RewardTypes-BnGaD7VF.d.mts} +0 -0
- /package/dist/{SteelPathOffering-CQkoKi5T.d.mts → SteelPathOffering-DYjZ29sT.d.mts} +0 -0
- /package/dist/{WorldStateObject-C1HEDkH7.d.mts → WorldStateObject-C2KjQZjd.d.mts} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as SolnodeData, t as KuvaLogEntry } from "../../KuvaLogEntry-
|
|
1
|
+
import { n as SolnodeData, t as KuvaLogEntry } from "../../KuvaLogEntry-f4ZBn2Xf.mjs";
|
|
2
2
|
export { KuvaLogEntry, SolnodeData };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as resources, n as auras, r as nightmare, t as _default } from "../../RewardData-
|
|
1
|
+
import { i as resources, n as auras, r as nightmare, t as _default } from "../../RewardData-BdtdUFnh.mjs";
|
|
2
2
|
export { auras, _default as default, nightmare, resources };
|
|
@@ -1,3 +1,75 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
//#region lib/supporting/RewardData.ts
|
|
2
|
+
const resources = [
|
|
3
|
+
"Alloy Plate",
|
|
4
|
+
"Argon Crystal",
|
|
5
|
+
"Circuits",
|
|
6
|
+
"Control Module",
|
|
7
|
+
"Cryotic",
|
|
8
|
+
"Ferrite",
|
|
9
|
+
"Gallium",
|
|
10
|
+
"Morphics",
|
|
11
|
+
"Nano Spores",
|
|
12
|
+
"Neural Sensors",
|
|
13
|
+
"Neurodes",
|
|
14
|
+
"Orokin Cell",
|
|
15
|
+
"Oxium",
|
|
16
|
+
"Plastids",
|
|
17
|
+
"Polymer Bundle",
|
|
18
|
+
"Rubedo",
|
|
19
|
+
"Salvage",
|
|
20
|
+
"Tellurium"
|
|
21
|
+
];
|
|
22
|
+
const auras = [
|
|
23
|
+
"Brief Respite",
|
|
24
|
+
"Corrosive Projection",
|
|
25
|
+
"Dead Eye",
|
|
26
|
+
"EMP Aura",
|
|
27
|
+
"Empowered Blades",
|
|
28
|
+
"Enemy Radar",
|
|
29
|
+
"Energy Siphon",
|
|
30
|
+
"Growing Power",
|
|
31
|
+
"Infested Impedance",
|
|
32
|
+
"Loot Detector",
|
|
33
|
+
"Physique",
|
|
34
|
+
"Pistol Amp",
|
|
35
|
+
"Pistol Scavenger",
|
|
36
|
+
"Rejuvenation",
|
|
37
|
+
"Rifle Amp",
|
|
38
|
+
"Rifle Scavenger",
|
|
39
|
+
"Shield Disruption",
|
|
40
|
+
"Shotgun Amp",
|
|
41
|
+
"Shotgun Scavenger",
|
|
42
|
+
"Sniper Scavenger",
|
|
43
|
+
"Speed Holster",
|
|
44
|
+
"Sprint Boost",
|
|
45
|
+
"Stand United",
|
|
46
|
+
"Steel Charge"
|
|
47
|
+
];
|
|
48
|
+
const nightmare = [
|
|
49
|
+
"Accelerated Blast",
|
|
50
|
+
"Animal Instinct",
|
|
51
|
+
"Armored Agility",
|
|
52
|
+
"Blaze",
|
|
53
|
+
"Chilling Reload",
|
|
54
|
+
"Constitution",
|
|
55
|
+
"Drifting Contact",
|
|
56
|
+
"Focus Energy",
|
|
57
|
+
"Fortitude",
|
|
58
|
+
"Hammer Shot",
|
|
59
|
+
"Ice Storm",
|
|
60
|
+
"Lethal Torrent",
|
|
61
|
+
"Rending Strike",
|
|
62
|
+
"Stunning Speed",
|
|
63
|
+
"Wildfire",
|
|
64
|
+
"Seeking Fury",
|
|
65
|
+
"Streamlined Form",
|
|
66
|
+
"Shred",
|
|
67
|
+
"Vigor"
|
|
68
|
+
];
|
|
69
|
+
var RewardData_default = {
|
|
70
|
+
nightmare,
|
|
71
|
+
auras,
|
|
72
|
+
resources
|
|
73
|
+
};
|
|
74
|
+
//#endregion
|
|
75
|
+
export { auras, RewardData_default as default, nightmare, resources };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as _default, t as RewardType } from "../../RewardTypes-
|
|
1
|
+
import { n as _default, t as RewardType } from "../../RewardTypes-BnGaD7VF.mjs";
|
|
2
2
|
export { RewardType, _default as default };
|
|
@@ -1,3 +1,326 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { cdn, wfCdn } from "./ImgCdn.mjs";
|
|
2
|
+
import { auras, nightmare, resources } from "./RewardData.mjs";
|
|
3
|
+
//#region lib/supporting/RewardTypes.ts
|
|
4
|
+
/**
|
|
5
|
+
* All possible RewardTypes
|
|
6
|
+
* @type {Array.<RewardType>}
|
|
7
|
+
*/
|
|
8
|
+
var RewardTypes_default = [
|
|
9
|
+
{
|
|
10
|
+
name: "vauban",
|
|
11
|
+
description: "Vauban parts",
|
|
12
|
+
test: (s) => /^vauban(?!.*helmet)/i.test(s),
|
|
13
|
+
thumbnail: wfCdn("vauban.png"),
|
|
14
|
+
color: 6052435
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
name: "vandal",
|
|
18
|
+
description: "Vandal Weapon Parts",
|
|
19
|
+
test: (s) => /vandal/i.test(s),
|
|
20
|
+
thumbnail: wfCdn("dera-vandal.png"),
|
|
21
|
+
color: 6052435
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
name: "wraith",
|
|
25
|
+
description: "Wraith Weapon Parts",
|
|
26
|
+
test: (s) => /wraith/i.test(s),
|
|
27
|
+
thumbnail: wfCdn("furax-wraith.png"),
|
|
28
|
+
color: 6052435
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
name: "skin",
|
|
32
|
+
description: "Weapon skins",
|
|
33
|
+
test: (s) => /skin/i.test(s),
|
|
34
|
+
thumbnail: "https://raw.githubusercontent.com/wfcd/warframe-worldstate-parser/master/resources/weapon_skin_thumb.png",
|
|
35
|
+
color: 5196851
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: "helmet",
|
|
39
|
+
description: "Alternative helmets",
|
|
40
|
+
test: (s) => /helmet/i.test(s),
|
|
41
|
+
thumbnail: "https://raw.githubusercontent.com/wfcd/warframe-worldstate-parser/master/resources/alt_helmet_thumb.png",
|
|
42
|
+
color: 5666423
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: "nitain",
|
|
46
|
+
description: "Nitain extract",
|
|
47
|
+
test: (s) => /nitain/i.test(s),
|
|
48
|
+
thumbnail: wfCdn("nitain-extract.png"),
|
|
49
|
+
color: 11447716
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "mutalist",
|
|
53
|
+
description: "Mutalist Alad V coordinates",
|
|
54
|
+
test: (s) => /mutalist/i.test(s),
|
|
55
|
+
thumbnail: wfCdn("mutalist-alad-v-nav-coordinate.png"),
|
|
56
|
+
color: 158519
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: "weapon",
|
|
60
|
+
description: "Weapons",
|
|
61
|
+
test: (s) => /dagger|sword|glaive/i.test(s),
|
|
62
|
+
thumbnail: wfCdn("blueprint"),
|
|
63
|
+
color: 10723479
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: "fieldron",
|
|
67
|
+
description: "Fieldron",
|
|
68
|
+
test: (s) => /fieldron/i.test(s),
|
|
69
|
+
thumbnail: wfCdn("fieldron.png"),
|
|
70
|
+
color: 5068118
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: "detonite",
|
|
74
|
+
description: "Detonite Injector",
|
|
75
|
+
test: (s) => /detonite/i.test(s),
|
|
76
|
+
thumbnail: wfCdn("detonite-injector.png"),
|
|
77
|
+
color: 5068118
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: "mutagen",
|
|
81
|
+
description: "Mutagen Mass",
|
|
82
|
+
test: (s) => /mutagen/i.test(s),
|
|
83
|
+
thumbnail: wfCdn("mutagen-mass.png"),
|
|
84
|
+
color: 5068118
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: "clantech",
|
|
88
|
+
description: "Clantech resources",
|
|
89
|
+
test: (s) => /fieldron|detonite|mutagen/i.test(s),
|
|
90
|
+
thumbnail: "https://github.com/wfcd/warframe-worldstate-parser/raw/master/resources/clantech_thmb.png",
|
|
91
|
+
color: 5068118
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
name: "aura",
|
|
95
|
+
description: "Auras",
|
|
96
|
+
test: (s) => auras.includes(s),
|
|
97
|
+
thumbnail: "https://github.com/wfcd/warframe-worldstate-parser/raw/master/resources/aura_thumb.png",
|
|
98
|
+
color: 13170943
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
name: "neuralSensors",
|
|
102
|
+
description: "Neural Sensors",
|
|
103
|
+
test: (s) => /neural/i.test(s),
|
|
104
|
+
thumbnail: wfCdn("neural-sensors.png"),
|
|
105
|
+
color: 13170943
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
name: "neurodes",
|
|
109
|
+
description: "Neurodes",
|
|
110
|
+
test: (s) => /neurode/i.test(s),
|
|
111
|
+
thumbnail: wfCdn("neurodes.png"),
|
|
112
|
+
color: 13170943
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
name: "orokinCell",
|
|
116
|
+
description: "Orokin Cell",
|
|
117
|
+
test: (s) => /orokin\scell/i.test(s),
|
|
118
|
+
thumbnail: wfCdn("orokin-cell.png"),
|
|
119
|
+
color: 13170943
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
name: "alloyPlate",
|
|
123
|
+
description: "Alloy Plate",
|
|
124
|
+
test: (s) => /alloy\splate/i.test(s),
|
|
125
|
+
thumbnail: wfCdn("alloy-plate.png"),
|
|
126
|
+
color: 13170943
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
name: "circuits",
|
|
130
|
+
description: "Circuits",
|
|
131
|
+
test: (s) => /circuits/i.test(s),
|
|
132
|
+
thumbnail: wfCdn("circuits.png"),
|
|
133
|
+
color: 13170943
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
name: "controlModule",
|
|
137
|
+
description: "Control Module",
|
|
138
|
+
test: (s) => /control\smodule/i.test(s),
|
|
139
|
+
thumbnail: wfCdn("control-module.png"),
|
|
140
|
+
color: 13170943
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
name: "ferrite",
|
|
144
|
+
description: "Ferrite",
|
|
145
|
+
test: (s) => /ferrite/i.test(s),
|
|
146
|
+
thumbnail: wfCdn("ferrite.png"),
|
|
147
|
+
color: 13170943
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
name: "gallium",
|
|
151
|
+
description: "Gallium",
|
|
152
|
+
test: (s) => /gallium/i.test(s),
|
|
153
|
+
thumbnail: wfCdn("gallium.png"),
|
|
154
|
+
color: 10595770
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
name: "morphics",
|
|
158
|
+
description: "Morphics",
|
|
159
|
+
test: (s) => /morphics/i.test(s),
|
|
160
|
+
thumbnail: wfCdn("morphics.png"),
|
|
161
|
+
color: 13170943
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
name: "nanoSpores",
|
|
165
|
+
description: "Nano Spores",
|
|
166
|
+
test: (s) => /nano\sspores/i.test(s),
|
|
167
|
+
thumbnail: wfCdn("nano-spores.png"),
|
|
168
|
+
color: 5455670
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
name: "oxium",
|
|
172
|
+
description: "Oxium",
|
|
173
|
+
test: (s) => /oxium/i.test(s),
|
|
174
|
+
thumbnail: wfCdn("oxium.png"),
|
|
175
|
+
color: 9597243
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "rubedo",
|
|
179
|
+
description: "Rubedo",
|
|
180
|
+
test: (s) => /rubedo/i.test(s),
|
|
181
|
+
thumbnail: wfCdn("rubedo.png"),
|
|
182
|
+
color: 13516342
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
name: "salvage",
|
|
186
|
+
description: "Salvage",
|
|
187
|
+
test: (s) => /salvage/i.test(s),
|
|
188
|
+
thumbnail: wfCdn("salvage.png"),
|
|
189
|
+
color: 9145997
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
name: "plastids",
|
|
193
|
+
description: "Plastids",
|
|
194
|
+
test: (s) => /plastids/i.test(s),
|
|
195
|
+
thumbnail: wfCdn("plastids.png"),
|
|
196
|
+
color: 13545096
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
name: "polymerBundle",
|
|
200
|
+
description: "Polymer Bundle",
|
|
201
|
+
test: (s) => /polymer\sbundle/i.test(s),
|
|
202
|
+
thumbnail: wfCdn("polymer-bundle.png"),
|
|
203
|
+
color: 7032228
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
name: "argonCrystal",
|
|
207
|
+
description: "Argon Crystal",
|
|
208
|
+
test: (s) => /argon\scrystal/i.test(s),
|
|
209
|
+
thumbnail: wfCdn("argon-crystal.png"),
|
|
210
|
+
color: 13170943
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: "cryotic",
|
|
214
|
+
description: "Cryotic",
|
|
215
|
+
test: (s) => /cryotic/i.test(s),
|
|
216
|
+
thumbnail: wfCdn("cryotic.png"),
|
|
217
|
+
color: 7905971
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
name: "tellurium",
|
|
221
|
+
description: "Tellurium",
|
|
222
|
+
test: (s) => /tellurium/i.test(s),
|
|
223
|
+
thumbnail: wfCdn("tellurium.png"),
|
|
224
|
+
color: 15150616
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
name: "resource",
|
|
228
|
+
description: "Resources",
|
|
229
|
+
test: (s) => resources.includes(s),
|
|
230
|
+
thumbnail: "https://i.imgur.com/Bq5TEPo.png",
|
|
231
|
+
color: 16772764
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
name: "nightmare",
|
|
235
|
+
description: "Nightmare mods",
|
|
236
|
+
test: (s) => nightmare.includes(s),
|
|
237
|
+
thumbnail: cdn("svg/nightmare.svg"),
|
|
238
|
+
color: 11677228
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
name: "endo",
|
|
242
|
+
description: "Endo",
|
|
243
|
+
test: (s) => /^\d+x?\sendo/i.test(s),
|
|
244
|
+
thumbnail: wfCdn("endo.png"),
|
|
245
|
+
color: 12755532
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
name: "reactor",
|
|
249
|
+
description: "Orokin Reactors",
|
|
250
|
+
test: (s) => /reactor/i.test(s),
|
|
251
|
+
thumbnail: wfCdn("orokin-reactor.png"),
|
|
252
|
+
color: 14140285
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
name: "catalyst",
|
|
256
|
+
description: "Orokin Catalyst",
|
|
257
|
+
test: (s) => /catalyst/i.test(s),
|
|
258
|
+
thumbnail: wfCdn("orokin-catalyst.png"),
|
|
259
|
+
color: 6855389
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
name: "potato",
|
|
263
|
+
description: "Orokin Catalysts/Reactors",
|
|
264
|
+
test: (s) => /catalyst|reactor/i.test(s),
|
|
265
|
+
thumbnail: wfCdn("orokin-catalyst.png"),
|
|
266
|
+
color: 6855389
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
name: "forma",
|
|
270
|
+
description: "Forma",
|
|
271
|
+
test: (s) => /forma/i.test(s),
|
|
272
|
+
thumbnail: wfCdn("forma.png"),
|
|
273
|
+
color: 11638087
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
name: "exilus",
|
|
277
|
+
description: "Exilus",
|
|
278
|
+
test: (s) => /exilus/i.test(s),
|
|
279
|
+
thumbnail: wfCdn("exilus-adapter.png"),
|
|
280
|
+
color: 8925997
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
name: "synthula",
|
|
284
|
+
description: "Synthula",
|
|
285
|
+
test: (s) => /synthula/i.test(s),
|
|
286
|
+
thumbnail: wfCdn("synthula.png"),
|
|
287
|
+
color: 10461599
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
name: "kavatGene",
|
|
291
|
+
description: "Kavat Genetic Code",
|
|
292
|
+
test: (s) => /Kavat Ge/i.test(s),
|
|
293
|
+
thumbnail: wfCdn("kavat-genetic-code.png"),
|
|
294
|
+
color: 7776429
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
name: "kubrowEgg",
|
|
298
|
+
description: "Kubrow Egg",
|
|
299
|
+
test: (s) => /kubrow\segg/i.test(s),
|
|
300
|
+
thumbnail: wfCdn("kubrow-egg"),
|
|
301
|
+
color: 10851199
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
name: "traces",
|
|
305
|
+
description: "Void Traces",
|
|
306
|
+
test: (s) => /trace/i.test(s),
|
|
307
|
+
thumbnail: wfCdn("void-traces.png"),
|
|
308
|
+
color: 6923485
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
name: "riven",
|
|
312
|
+
description: "Riven Mod",
|
|
313
|
+
test: (s) => /riven/i.test(s),
|
|
314
|
+
thumbnail: wfCdn("rifle-riven-mod.png"),
|
|
315
|
+
color: 10585021
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
name: "other",
|
|
319
|
+
description: "Other",
|
|
320
|
+
test: () => true,
|
|
321
|
+
thumbnail: "",
|
|
322
|
+
color: 5198940
|
|
323
|
+
}
|
|
324
|
+
];
|
|
325
|
+
//#endregion
|
|
326
|
+
export { RewardTypes_default as default };
|
|
@@ -1,24 +1,9 @@
|
|
|
1
|
-
import { n as SolnodeData, t as KuvaLogEntry } from "../../KuvaLogEntry-
|
|
2
|
-
import { t as Dependency } from "../../Dependency-
|
|
3
|
-
import { dt as RawChoice, ut as DuviriChoice } from "../../index-
|
|
4
|
-
import { t as ExternalMission } from "../../ExternalMission-
|
|
5
|
-
import { t as fetchProxy } from "../../FetchProxy-
|
|
6
|
-
import { n as deProxy, r as wfCdn, t as cdn } from "../../ImgCdn-
|
|
7
|
-
import { i as resources, n as auras, r as nightmare } from "../../RewardData-
|
|
8
|
-
import { t as RewardType } from "../../RewardTypes-
|
|
9
|
-
import "../../WorldStateObject-C1HEDkH7.mjs";
|
|
10
|
-
import "../../Calendar-CRM0XhAy.mjs";
|
|
11
|
-
import "../../CetusCycle-DQ4n05vO.mjs";
|
|
12
|
-
import "../../CambionCycle-OI3v1knd.mjs";
|
|
13
|
-
import "../../ConstructionProgress-DG2KzS0X.mjs";
|
|
14
|
-
import "../../DarkSectorBattle-CiSe3kFm.mjs";
|
|
15
|
-
import "../../EarthCycle-CxtijnVV.mjs";
|
|
16
|
-
import "../../MidrathCycle-E0gMF3AR.mjs";
|
|
17
|
-
import "../../News-DxEm-q6V.mjs";
|
|
18
|
-
import "../../NightwaveChallenge-CG3uychc.mjs";
|
|
19
|
-
import "../../Nightwave-CPqMSqGK.mjs";
|
|
20
|
-
import "../../PersistentEnemy-DnnnreSz.mjs";
|
|
21
|
-
import "../../SteelPathOffering-CQkoKi5T.mjs";
|
|
22
|
-
import "../../VallisCycle-6DCaWFoR.mjs";
|
|
23
|
-
import "../../ZarimanCycle-BrSLIWhD.mjs";
|
|
1
|
+
import { n as SolnodeData, t as KuvaLogEntry } from "../../KuvaLogEntry-f4ZBn2Xf.mjs";
|
|
2
|
+
import { t as Dependency } from "../../Dependency-Cd-TxBJy.mjs";
|
|
3
|
+
import { dt as RawChoice, ut as DuviriChoice } from "../../index-C4EJ_Mpd.mjs";
|
|
4
|
+
import { t as ExternalMission } from "../../ExternalMission-CT__oi7Q.mjs";
|
|
5
|
+
import { t as fetchProxy } from "../../FetchProxy-DHSI4JPP.mjs";
|
|
6
|
+
import { n as deProxy, r as wfCdn, t as cdn } from "../../ImgCdn-DIhZrwap.mjs";
|
|
7
|
+
import { i as resources, n as auras, r as nightmare } from "../../RewardData-BdtdUFnh.mjs";
|
|
8
|
+
import { t as RewardType } from "../../RewardTypes-BnGaD7VF.mjs";
|
|
24
9
|
export { Dependency, DuviriChoice, ExternalMission, KuvaLogEntry, RawChoice, RewardType, SolnodeData, auras, cdn, deProxy, fetchProxy, nightmare, resources, wfCdn };
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import "
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export { DuviriChoice, auras, cdn, deProxy, fetchProxy, nightmare, resources, wfCdn };
|
|
1
|
+
import { cdn, deProxy, wfCdn } from "./ImgCdn.mjs";
|
|
2
|
+
import { auras, nightmare, resources } from "./RewardData.mjs";
|
|
3
|
+
import "./RewardTypes.mjs";
|
|
4
|
+
import { DuviriChoice } from "./DuviriChoice.mjs";
|
|
5
|
+
import { fetchProxy } from "./FetchProxy.mjs";
|
|
6
|
+
export { DuviriChoice, auras, cdn, deProxy, fetchProxy, nightmare, resources, wfCdn };
|
package/dist/main.d.mts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { n as SolnodeData, t as KuvaLogEntry } from "./KuvaLogEntry-
|
|
2
|
-
import { t as Dependency } from "./Dependency-
|
|
3
|
-
import { $ as Difficulty, A as InvasionParticipant, B as DefenderInfo, C as SortieVariant, D as SentientOutpost, E as OutpostMission, F as RawFlashSale, G as RawChallenge, H as DailyDeal, I as Fissure, J as Archimedea, K as ChallengeInstance, L as RawFissure, M as GlobalUpgrade, N as RawGlobalUpgrade, O as Kuva, P as FlashSale, Q as DeepArchimedea, R as DuviriCycle, S as RawSortieVariant, T as Simaris, U as RawDailyDeal, V as RawDarkSector, W as ConclaveChallenge, X as ArchimedeaMissionDifficulty, Y as ArchimedeaMission, Z as ArchimedeaMissionDifficultyRisk, _ as RawSyndicateJob, a as WorldEvent, at as RawMission, b as RawSortie, c as RawVoidTrader, ct as getItemType, d as RawVoidTraderItem, dt as RawChoice, et as RawArchimedea, f as VoidTraderItem, g as SyndicateMission, h as RawSyndicateMission, i as RawWorldEvent, it as Mission, j as RawInvasion, k as Invasion, l as VoidTrader, lt as getItemTypeFull, m as Tmp, n as InterimStep, nt as Alert, o as RawWeeklyChallenge, ot as RawReward, p as InitialTmp, q as RawChallengeInstance, r as ProgressStep, rt as RawAlert, s as WeeklyChallenge, st as Reward, t as InterimRewardMessage, tt as RawArchimedeaMission, u as VoidTraderSchedule, ut as DuviriChoice, v as RewardDrop, w as LibraryInfo, x as Sortie, y as SyndicateJob, z as DarkSector } from "./index-
|
|
4
|
-
import { t as ExternalMission } from "./ExternalMission-
|
|
5
|
-
import { t as fetchProxy } from "./FetchProxy-
|
|
6
|
-
import { n as deProxy, r as wfCdn, t as cdn } from "./ImgCdn-
|
|
7
|
-
import { i as resources, n as auras, r as nightmare } from "./RewardData-
|
|
8
|
-
import { t as RewardType } from "./RewardTypes-
|
|
9
|
-
import { n as Identifier, r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-
|
|
10
|
-
import { i as RawDay, n as DayEvent, r as RawCalender, t as Calendar } from "./Calendar-
|
|
11
|
-
import { n as CurrentCetusCycle, t as CetusCycle } from "./CetusCycle-
|
|
12
|
-
import { t as CambionCycle } from "./CambionCycle-
|
|
13
|
-
import { t as ConstructionProgress } from "./ConstructionProgress-
|
|
14
|
-
import { n as RawDarkSectorBattle, t as DarkSectorBattle } from "./DarkSectorBattle-
|
|
15
|
-
import { n as EarthCycleType, t as EarthCycle } from "./EarthCycle-
|
|
16
|
-
import { t as Kinepage } from "./Kinepage-
|
|
17
|
-
import { t as MidrathCycle } from "./MidrathCycle-
|
|
18
|
-
import { n as RawNews, t as News } from "./News-
|
|
19
|
-
import { n as RawNightwaveChallenge, t as NightwaveChallenge } from "./NightwaveChallenge-
|
|
20
|
-
import { n as RawNightwave, t as Nightwave } from "./Nightwave-
|
|
21
|
-
import { n as RawPersistentEnemy, t as PersistentEnemy } from "./PersistentEnemy-
|
|
22
|
-
import { n as SteelPathOfferings, t as Incursion } from "./SteelPathOffering-
|
|
23
|
-
import { t as VallisCycle } from "./VallisCycle-
|
|
24
|
-
import { n as ZarimanCycle, t as CurrentZarimanCycle } from "./ZarimanCycle-
|
|
1
|
+
import { n as SolnodeData, t as KuvaLogEntry } from "./KuvaLogEntry-f4ZBn2Xf.mjs";
|
|
2
|
+
import { t as Dependency } from "./Dependency-Cd-TxBJy.mjs";
|
|
3
|
+
import { $ as Difficulty, A as InvasionParticipant, B as DefenderInfo, C as SortieVariant, D as SentientOutpost, E as OutpostMission, F as RawFlashSale, G as RawChallenge, H as DailyDeal, I as Fissure, J as Archimedea, K as ChallengeInstance, L as RawFissure, M as GlobalUpgrade, N as RawGlobalUpgrade, O as Kuva, P as FlashSale, Q as DeepArchimedea, R as DuviriCycle, S as RawSortieVariant, T as Simaris, U as RawDailyDeal, V as RawDarkSector, W as ConclaveChallenge, X as ArchimedeaMissionDifficulty, Y as ArchimedeaMission, Z as ArchimedeaMissionDifficultyRisk, _ as RawSyndicateJob, a as WorldEvent, at as RawMission, b as RawSortie, c as RawVoidTrader, ct as getItemType, d as RawVoidTraderItem, dt as RawChoice, et as RawArchimedea, f as VoidTraderItem, g as SyndicateMission, h as RawSyndicateMission, i as RawWorldEvent, it as Mission, j as RawInvasion, k as Invasion, l as VoidTrader, lt as getItemTypeFull, m as Tmp, n as InterimStep, nt as Alert, o as RawWeeklyChallenge, ot as RawReward, p as InitialTmp, q as RawChallengeInstance, r as ProgressStep, rt as RawAlert, s as WeeklyChallenge, st as Reward, t as InterimRewardMessage, tt as RawArchimedeaMission, u as VoidTraderSchedule, ut as DuviriChoice, v as RewardDrop, w as LibraryInfo, x as Sortie, y as SyndicateJob, z as DarkSector } from "./index-C4EJ_Mpd.mjs";
|
|
4
|
+
import { t as ExternalMission } from "./ExternalMission-CT__oi7Q.mjs";
|
|
5
|
+
import { t as fetchProxy } from "./FetchProxy-DHSI4JPP.mjs";
|
|
6
|
+
import { n as deProxy, r as wfCdn, t as cdn } from "./ImgCdn-DIhZrwap.mjs";
|
|
7
|
+
import { i as resources, n as auras, r as nightmare } from "./RewardData-BdtdUFnh.mjs";
|
|
8
|
+
import { t as RewardType } from "./RewardTypes-BnGaD7VF.mjs";
|
|
9
|
+
import { n as Identifier, r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-C2KjQZjd.mjs";
|
|
10
|
+
import { i as RawDay, n as DayEvent, r as RawCalender, t as Calendar } from "./Calendar-C-rbmV_t.mjs";
|
|
11
|
+
import { n as CurrentCetusCycle, t as CetusCycle } from "./CetusCycle-DaqfF4J1.mjs";
|
|
12
|
+
import { t as CambionCycle } from "./CambionCycle-BzR_MfPH.mjs";
|
|
13
|
+
import { t as ConstructionProgress } from "./ConstructionProgress-BRxmro3-.mjs";
|
|
14
|
+
import { n as RawDarkSectorBattle, t as DarkSectorBattle } from "./DarkSectorBattle-DHRl5tG1.mjs";
|
|
15
|
+
import { n as EarthCycleType, t as EarthCycle } from "./EarthCycle-C_oB5gDc.mjs";
|
|
16
|
+
import { t as Kinepage } from "./Kinepage-CKBuvbv5.mjs";
|
|
17
|
+
import { t as MidrathCycle } from "./MidrathCycle-CxveqDtx.mjs";
|
|
18
|
+
import { n as RawNews, t as News } from "./News-CJ3lD7_g.mjs";
|
|
19
|
+
import { n as RawNightwaveChallenge, t as NightwaveChallenge } from "./NightwaveChallenge-j_m4hVQU.mjs";
|
|
20
|
+
import { n as RawNightwave, t as Nightwave } from "./Nightwave-BLHH02ht.mjs";
|
|
21
|
+
import { n as RawPersistentEnemy, t as PersistentEnemy } from "./PersistentEnemy-BJ4twtUY.mjs";
|
|
22
|
+
import { n as SteelPathOfferings, t as Incursion } from "./SteelPathOffering-DYjZ29sT.mjs";
|
|
23
|
+
import { t as VallisCycle } from "./VallisCycle-as7DM4a-.mjs";
|
|
24
|
+
import { n as ZarimanCycle, t as CurrentZarimanCycle } from "./ZarimanCycle-DyYiVfyG.mjs";
|
|
25
25
|
import { InitialWorldState, WorldState, parseArray, parseAsyncArray } from "./lib/WorldState.mjs";
|
|
26
26
|
export { Alert, Archimedea, ArchimedeaMission, ArchimedeaMissionDifficulty, ArchimedeaMissionDifficultyRisk, BaseContentObject, Calendar, CambionCycle, CetusCycle, ChallengeInstance, ConclaveChallenge, ConstructionProgress, CurrentCetusCycle, CurrentZarimanCycle, DailyDeal, DarkSector, DarkSectorBattle, DayEvent, DeepArchimedea, DefenderInfo, Dependency, Difficulty, DuviriChoice, DuviriCycle, EarthCycle, EarthCycleType, ExternalMission, Fissure, FlashSale, GlobalUpgrade, Identifier, Incursion, InitialTmp, InitialWorldState, InterimRewardMessage, InterimStep, Invasion, InvasionParticipant, Kinepage, Kuva, KuvaLogEntry, LibraryInfo, MidrathCycle, Mission, News, Nightwave, NightwaveChallenge, OutpostMission, PersistentEnemy, ProgressStep, RawAlert, RawArchimedea, RawArchimedeaMission, RawCalender, RawChallenge, RawChallengeInstance, RawChoice, RawDailyDeal, RawDarkSector, RawDarkSectorBattle, RawDay, RawFissure, RawFlashSale, RawGlobalUpgrade, RawInvasion, RawMission, RawNews, RawNightwave, RawNightwaveChallenge, RawPersistentEnemy, RawReward, RawSortie, RawSortieVariant, RawSyndicateJob, RawSyndicateMission, RawVoidTrader, RawVoidTraderItem, RawWeeklyChallenge, RawWorldEvent, Reward, RewardDrop, RewardType, SentientOutpost, Simaris, SolnodeData, Sortie, SortieVariant, SteelPathOfferings, SyndicateJob, SyndicateMission, Tmp, VallisCycle, VoidTrader, VoidTraderItem, VoidTraderSchedule, WeeklyChallenge, WorldEvent, WorldState, WorldState as default, WorldStateObject, ZarimanCycle, auras, cdn, deProxy, fetchProxy, getItemType, getItemTypeFull, nightmare, parseArray, parseAsyncArray, resources, wfCdn };
|
package/dist/main.mjs
CHANGED
|
@@ -1,56 +1,53 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import "./
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import
|
|
38
|
-
import "./
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import { t as ZarimanCycle } from "./ZarimanCycle-DoAPwgaM.mjs";
|
|
1
|
+
import { cdn, deProxy, wfCdn } from "./lib/supporting/ImgCdn.mjs";
|
|
2
|
+
import { auras, nightmare, resources } from "./lib/supporting/RewardData.mjs";
|
|
3
|
+
import { Reward, getItemType, getItemTypeFull } from "./lib/models/Reward.mjs";
|
|
4
|
+
import { Mission } from "./lib/models/Mission.mjs";
|
|
5
|
+
import { WorldStateObject } from "./lib/models/WorldStateObject.mjs";
|
|
6
|
+
import { Alert } from "./lib/models/Alert.mjs";
|
|
7
|
+
import { Archimedea, ArchimedeaMission } from "./lib/models/Archimedea.mjs";
|
|
8
|
+
import { Calendar, DayEvent } from "./lib/models/Calendar.mjs";
|
|
9
|
+
import { CambionCycle } from "./lib/models/CambionCycle.mjs";
|
|
10
|
+
import { CetusCycle } from "./lib/models/CetusCycle.mjs";
|
|
11
|
+
import { ChallengeInstance } from "./lib/models/ChallengeInstance.mjs";
|
|
12
|
+
import { ConclaveChallenge } from "./lib/models/ConclaveChallenge.mjs";
|
|
13
|
+
import { ConstructionProgress } from "./lib/models/ConstructionProgress.mjs";
|
|
14
|
+
import { DailyDeal } from "./lib/models/DailyDeal.mjs";
|
|
15
|
+
import { DarkSectorBattle } from "./lib/models/DarkSectorBattle.mjs";
|
|
16
|
+
import { DarkSector } from "./lib/models/DarkSector.mjs";
|
|
17
|
+
import { DuviriCycle } from "./lib/models/DuviriCycle.mjs";
|
|
18
|
+
import { EarthCycle } from "./lib/models/EarthCycle.mjs";
|
|
19
|
+
import { Fissure } from "./lib/models/Fissure.mjs";
|
|
20
|
+
import { FlashSale } from "./lib/models/FlashSale.mjs";
|
|
21
|
+
import { GlobalUpgrade } from "./lib/models/GlobalUpgrade.mjs";
|
|
22
|
+
import { Invasion } from "./lib/models/Invasion.mjs";
|
|
23
|
+
import { Kinepage } from "./lib/models/Kinepage.mjs";
|
|
24
|
+
import { Kuva } from "./lib/models/Kuva.mjs";
|
|
25
|
+
import { MidrathCycle } from "./lib/models/MidrathCycle.mjs";
|
|
26
|
+
import { News } from "./lib/models/News.mjs";
|
|
27
|
+
import { NightwaveChallenge } from "./lib/models/NightwaveChallenge.mjs";
|
|
28
|
+
import { Nightwave } from "./lib/models/Nightwave.mjs";
|
|
29
|
+
import { PersistentEnemy } from "./lib/models/PersistentEnemy.mjs";
|
|
30
|
+
import { SentientOutpost } from "./lib/models/SentientOutpost.mjs";
|
|
31
|
+
import { Simaris } from "./lib/models/Simaris.mjs";
|
|
32
|
+
import { SortieVariant } from "./lib/models/SortieVariant.mjs";
|
|
33
|
+
import { Sortie } from "./lib/models/Sortie.mjs";
|
|
34
|
+
import { SteelPathOfferings } from "./lib/models/SteelPathOffering.mjs";
|
|
35
|
+
import { DuviriChoice } from "./lib/supporting/DuviriChoice.mjs";
|
|
36
|
+
import { fetchProxy } from "./lib/supporting/FetchProxy.mjs";
|
|
37
|
+
import "./lib/supporting/index.mjs";
|
|
38
|
+
import { SyndicateJob } from "./lib/models/SyndicateJob.mjs";
|
|
39
|
+
import { SyndicateMission } from "./lib/models/SyndicateMission.mjs";
|
|
40
|
+
import { Tmp } from "./lib/models/Tmp.mjs";
|
|
41
|
+
import { VallisCycle } from "./lib/models/VallisCycle.mjs";
|
|
42
|
+
import { VoidTraderItem } from "./lib/models/VoidTraderItem.mjs";
|
|
43
|
+
import { VoidTraderSchedule } from "./lib/models/VoidTraderSchedule.mjs";
|
|
44
|
+
import { VoidTrader } from "./lib/models/VoidTrader.mjs";
|
|
45
|
+
import { WeeklyChallenge } from "./lib/models/WeeklyChallenge.mjs";
|
|
46
|
+
import { WorldEvent } from "./lib/models/WorldEvent.mjs";
|
|
47
|
+
import { ZarimanCycle } from "./lib/models/ZarimanCycle.mjs";
|
|
49
48
|
import "./lib/models/index.mjs";
|
|
50
49
|
import { WorldState, parseArray, parseAsyncArray } from "./lib/WorldState.mjs";
|
|
51
|
-
|
|
52
50
|
//#region main.ts
|
|
53
51
|
var main_default = WorldState;
|
|
54
|
-
|
|
55
52
|
//#endregion
|
|
56
|
-
export { Alert, Archimedea, ArchimedeaMission, Calendar, CambionCycle, CetusCycle, ChallengeInstance, ConclaveChallenge, ConstructionProgress, DailyDeal, DarkSector, DarkSectorBattle, DayEvent, DuviriChoice, DuviriCycle, EarthCycle, Fissure, FlashSale, GlobalUpgrade, Invasion, Kinepage, Kuva, MidrathCycle, Mission, News, Nightwave, NightwaveChallenge, PersistentEnemy, Reward, SentientOutpost, Simaris, Sortie, SortieVariant, SteelPathOfferings, SyndicateJob, SyndicateMission, Tmp, VallisCycle, VoidTrader, VoidTraderItem, VoidTraderSchedule, WeeklyChallenge, WorldEvent, WorldState, WorldStateObject, ZarimanCycle, auras, cdn, deProxy, main_default as default, fetchProxy, getItemType, getItemTypeFull, nightmare, parseArray, parseAsyncArray, resources, wfCdn };
|
|
53
|
+
export { Alert, Archimedea, ArchimedeaMission, Calendar, CambionCycle, CetusCycle, ChallengeInstance, ConclaveChallenge, ConstructionProgress, DailyDeal, DarkSector, DarkSectorBattle, DayEvent, DuviriChoice, DuviriCycle, EarthCycle, Fissure, FlashSale, GlobalUpgrade, Invasion, Kinepage, Kuva, MidrathCycle, Mission, News, Nightwave, NightwaveChallenge, PersistentEnemy, Reward, SentientOutpost, Simaris, Sortie, SortieVariant, SteelPathOfferings, SyndicateJob, SyndicateMission, Tmp, VallisCycle, VoidTrader, VoidTraderItem, VoidTraderSchedule, WeeklyChallenge, WorldEvent, WorldState, WorldStateObject, ZarimanCycle, auras, cdn, deProxy, main_default as default, fetchProxy, getItemType, getItemTypeFull, nightmare, parseArray, parseAsyncArray, resources, wfCdn };
|