warframe-public-export-plus 0.2.1 → 0.2.3
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/ExportAvionics.json +691 -0
- package/ExportBundles.json +24749 -0
- package/ExportFocusUpgrades.json +4 -12
- package/ExportModSet.json +385 -0
- package/ExportNightwave.json +3069 -0
- package/ExportRailjack.json +34 -0
- package/ExportResources.json +4494 -1816
- package/ExportUpgrades.json +15678 -15102
- package/README.md +1 -0
- package/dict.de.json +2198 -0
- package/dict.en.json +2198 -0
- package/dict.es.json +2198 -0
- package/dict.fr.json +2198 -0
- package/dict.it.json +2198 -0
- package/dict.ja.json +2198 -0
- package/dict.ko.json +2198 -0
- package/dict.pl.json +2198 -0
- package/dict.pt.json +2198 -0
- package/dict.ru.json +2198 -0
- package/dict.tc.json +2198 -0
- package/dict.th.json +2198 -0
- package/dict.tr.json +2198 -0
- package/dict.uk.json +2198 -0
- package/dict.zh.json +2198 -0
- package/{index.ts → index.d.ts} +103 -38
- package/index.js +47 -0
- package/package.json +2 -1
package/{index.ts → index.d.ts}
RENAMED
|
@@ -1,42 +1,47 @@
|
|
|
1
|
-
export const dict_en: Record<string, string
|
|
2
|
-
export const dict_de: Record<string, string
|
|
3
|
-
export const dict_es: Record<string, string
|
|
4
|
-
export const dict_fr: Record<string, string
|
|
5
|
-
export const dict_it: Record<string, string
|
|
6
|
-
export const dict_ja: Record<string, string
|
|
7
|
-
export const dict_ko: Record<string, string
|
|
8
|
-
export const dict_pl: Record<string, string
|
|
9
|
-
export const dict_pt: Record<string, string
|
|
10
|
-
export const dict_ru: Record<string, string
|
|
11
|
-
export const dict_tc: Record<string, string
|
|
12
|
-
export const dict_th: Record<string, string
|
|
13
|
-
export const dict_tr: Record<string, string
|
|
14
|
-
export const dict_uk: Record<string, string
|
|
15
|
-
export const dict_zh: Record<string, string
|
|
1
|
+
export declare const dict_en: Record<string, string>;
|
|
2
|
+
export declare const dict_de: Record<string, string>;
|
|
3
|
+
export declare const dict_es: Record<string, string>;
|
|
4
|
+
export declare const dict_fr: Record<string, string>;
|
|
5
|
+
export declare const dict_it: Record<string, string>;
|
|
6
|
+
export declare const dict_ja: Record<string, string>;
|
|
7
|
+
export declare const dict_ko: Record<string, string>;
|
|
8
|
+
export declare const dict_pl: Record<string, string>;
|
|
9
|
+
export declare const dict_pt: Record<string, string>;
|
|
10
|
+
export declare const dict_ru: Record<string, string>;
|
|
11
|
+
export declare const dict_tc: Record<string, string>;
|
|
12
|
+
export declare const dict_th: Record<string, string>;
|
|
13
|
+
export declare const dict_tr: Record<string, string>;
|
|
14
|
+
export declare const dict_uk: Record<string, string>;
|
|
15
|
+
export declare const dict_zh: Record<string, string>;
|
|
16
16
|
|
|
17
|
-
export const ExportAbilities: Record<string, IAbility
|
|
18
|
-
export const ExportArcanes: Record<string, IArcane
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
17
|
+
export declare const ExportAbilities: Record<string, IAbility>;
|
|
18
|
+
export declare const ExportArcanes: Record<string, IArcane>;
|
|
19
|
+
export declare const ExportAvionics: Record<string, IArcane>;
|
|
20
|
+
export declare const ExportBundles: Record<string, IBundle>;
|
|
21
|
+
export declare const ExportCustoms: Record<string, ICustom>;
|
|
22
|
+
export declare const ExportDojoRecipes: Record<string, IDojoRecipe>;
|
|
23
|
+
export declare const ExportDrones: Record<string, IDrone>;
|
|
24
|
+
export declare const ExportFlavour: Record<string, IFlavourItem>;
|
|
25
|
+
export declare const ExportFocusUpgrades: Record<string, IFocusUpgrade>;
|
|
26
|
+
export declare const ExportFusionBundles: Record<string, IFusionBundle>;
|
|
27
|
+
export declare const ExportGear: Record<string, IGear>;
|
|
28
|
+
export declare const ExportImages: Record<string, IImage>;
|
|
29
|
+
export declare const ExportIntrinsics: Record<string, IIntrinsic>;
|
|
30
|
+
export declare const ExportKeys: Record<string, IKey>;
|
|
31
|
+
export declare const ExportModSet: Record<string, IModSet>;
|
|
32
|
+
export declare const ExportNightwave: IExportNightwave;
|
|
33
|
+
export declare const ExportOther: Record<string, IOther>;
|
|
34
|
+
export declare const ExportRailjack: IExportRailjack;
|
|
35
|
+
export declare const ExportRailjackWeapons: Record<string, IRailjackWeapon>;
|
|
36
|
+
export declare const ExportRecipes: Record<string, IRecipe>;
|
|
37
|
+
export declare const ExportRegions: Record<string, IRegion>;
|
|
38
|
+
export declare const ExportRelics: Record<string, IRelic>;
|
|
39
|
+
export declare const ExportResources: Record<string, IResource>;
|
|
40
|
+
export declare const ExportSentinels: Record<string, ISentinel>;
|
|
41
|
+
export declare const ExportSortieRewards: Record<string, ISortieReward>;
|
|
42
|
+
export declare const ExportUpgrades: Record<string, IUpgrade>;
|
|
43
|
+
export declare const ExportWarframes: Record<string, IPowersuit>;
|
|
44
|
+
export declare const ExportWeapons: Record<string, IWeapon>;
|
|
40
45
|
|
|
41
46
|
export interface IAbility {
|
|
42
47
|
name: string;
|
|
@@ -54,6 +59,28 @@ export interface IArcane {
|
|
|
54
59
|
rarity?: "UNCOMMON" | "RARE" | "LEGENDARY";
|
|
55
60
|
}
|
|
56
61
|
|
|
62
|
+
export interface IAvionic {
|
|
63
|
+
name: string;
|
|
64
|
+
polarity: "AP_UNIVERSAL" | "AP_TACTIC" | "AP_DEFENSE" | "AP_ATTACK";
|
|
65
|
+
rarity: "UNCOMMON" | "RARE" | "COMMON";
|
|
66
|
+
codexSecret: boolean;
|
|
67
|
+
baseDrain: number;
|
|
68
|
+
fusionLimit: number;
|
|
69
|
+
excludeFromCodex?: boolean;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface IBundle {
|
|
73
|
+
name?: string;
|
|
74
|
+
description?: string;
|
|
75
|
+
icon?: string;
|
|
76
|
+
components: {
|
|
77
|
+
typeName: string;
|
|
78
|
+
purchaseQuantity: number;
|
|
79
|
+
giveMaxRank?: boolean;
|
|
80
|
+
}[];
|
|
81
|
+
premiumPrice?: number;
|
|
82
|
+
}
|
|
83
|
+
|
|
57
84
|
export interface ICustom {
|
|
58
85
|
name: string;
|
|
59
86
|
codexSecret: boolean;
|
|
@@ -150,6 +177,34 @@ export interface IKey {
|
|
|
150
177
|
excludeFromCodex?: boolean;
|
|
151
178
|
}
|
|
152
179
|
|
|
180
|
+
export interface IModSet {
|
|
181
|
+
description: string;
|
|
182
|
+
icon: string;
|
|
183
|
+
numUpgradesInSet: number;
|
|
184
|
+
levelStats: object[];
|
|
185
|
+
buffSet?: boolean;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
export interface IExportNightwave {
|
|
189
|
+
affiliationTag: string;
|
|
190
|
+
challenges: Record<string, {
|
|
191
|
+
name: string;
|
|
192
|
+
description: string;
|
|
193
|
+
standing: number;
|
|
194
|
+
required: number;
|
|
195
|
+
icon: string;
|
|
196
|
+
tip?: string;
|
|
197
|
+
tipIcon?: string;
|
|
198
|
+
}>;
|
|
199
|
+
rewards: {
|
|
200
|
+
uniqueName: string;
|
|
201
|
+
name: string;
|
|
202
|
+
description: string;
|
|
203
|
+
icon: string;
|
|
204
|
+
itemCount?: number;
|
|
205
|
+
}[];
|
|
206
|
+
}
|
|
207
|
+
|
|
153
208
|
export interface IOther {
|
|
154
209
|
name: string;
|
|
155
210
|
description: string;
|
|
@@ -157,6 +212,14 @@ export interface IOther {
|
|
|
157
212
|
excludeFromCodex?: boolean;
|
|
158
213
|
}
|
|
159
214
|
|
|
215
|
+
export interface IExportRailjack {
|
|
216
|
+
nodes: Record<string, IRailjackNode>;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface IRailjackNode {
|
|
220
|
+
name: string;
|
|
221
|
+
}
|
|
222
|
+
|
|
160
223
|
export interface IRailjackWeapon {
|
|
161
224
|
name: string;
|
|
162
225
|
icon: string;
|
|
@@ -236,6 +299,7 @@ export interface IResource {
|
|
|
236
299
|
icon: string;
|
|
237
300
|
codexSecret: boolean;
|
|
238
301
|
parentName: string;
|
|
302
|
+
productCategory: "ShipDecorations" | "MiscItems" | "CrewShips" | "KubrowPetEggs" | "FusionTreasures" | "SupplyDrop" | "Ships";
|
|
239
303
|
excludeFromCodex?: boolean;
|
|
240
304
|
showInInventory?: boolean;
|
|
241
305
|
longDescription?: string;
|
|
@@ -297,6 +361,7 @@ export interface IUpgrade {
|
|
|
297
361
|
availableChallenges?: {
|
|
298
362
|
fullName: string;
|
|
299
363
|
description: string;
|
|
364
|
+
countRange: number[];
|
|
300
365
|
complications: {
|
|
301
366
|
fullName: string;
|
|
302
367
|
description: string;
|
package/index.js
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const PublicExportPlus = {};
|
|
2
|
+
|
|
3
|
+
PublicExportPlus.dict_en = require("./dict.en.json");
|
|
4
|
+
PublicExportPlus.dict_de = require("./dict.de.json");
|
|
5
|
+
PublicExportPlus.dict_es = require("./dict.es.json");
|
|
6
|
+
PublicExportPlus.dict_fr = require("./dict.fr.json");
|
|
7
|
+
PublicExportPlus.dict_it = require("./dict.it.json");
|
|
8
|
+
PublicExportPlus.dict_ja = require("./dict.ja.json");
|
|
9
|
+
PublicExportPlus.dict_ko = require("./dict.ko.json");
|
|
10
|
+
PublicExportPlus.dict_pl = require("./dict.pl.json");
|
|
11
|
+
PublicExportPlus.dict_pt = require("./dict.pt.json");
|
|
12
|
+
PublicExportPlus.dict_ru = require("./dict.ru.json");
|
|
13
|
+
PublicExportPlus.dict_tc = require("./dict.tc.json");
|
|
14
|
+
PublicExportPlus.dict_th = require("./dict.th.json");
|
|
15
|
+
PublicExportPlus.dict_tr = require("./dict.tr.json");
|
|
16
|
+
PublicExportPlus.dict_uk = require("./dict.uk.json");
|
|
17
|
+
PublicExportPlus.dict_zh = require("./dict.zh.json");
|
|
18
|
+
|
|
19
|
+
PublicExportPlus.ExportAbilities = require("./ExportAbilities.json");
|
|
20
|
+
PublicExportPlus.ExportArcanes = require("./ExportArcanes.json");
|
|
21
|
+
PublicExportPlus.ExportAvionics = require("./ExportAvionics.json");
|
|
22
|
+
PublicExportPlus.ExportBundles = require("./ExportBundles.json");
|
|
23
|
+
PublicExportPlus.ExportCustoms = require("./ExportCustoms.json");
|
|
24
|
+
PublicExportPlus.ExportDojoRecipes = require("./ExportDojoRecipes.json");
|
|
25
|
+
PublicExportPlus.ExportDrones = require("./ExportDrones.json");
|
|
26
|
+
PublicExportPlus.ExportFlavour = require("./ExportFlavour.json");
|
|
27
|
+
PublicExportPlus.ExportFocusUpgrades = require("./ExportFocusUpgrades.json");
|
|
28
|
+
PublicExportPlus.ExportFusionBundles = require("./ExportFusionBundles.json");
|
|
29
|
+
PublicExportPlus.ExportGear = require("./ExportGear.json");
|
|
30
|
+
PublicExportPlus.ExportImages = require("./ExportImages.json");
|
|
31
|
+
PublicExportPlus.ExportIntrinsics = require("./ExportIntrinsics.json");
|
|
32
|
+
PublicExportPlus.ExportKeys = require("./ExportKeys.json");
|
|
33
|
+
PublicExportPlus.ExportModSet = require("./ExportModSet.json");
|
|
34
|
+
PublicExportPlus.ExportOther = require("./ExportOther.json");
|
|
35
|
+
PublicExportPlus.ExportRailjack = require("./ExportRailjack.json");
|
|
36
|
+
PublicExportPlus.ExportRailjackWeapons = require("./ExportRailjackWeapons.json");
|
|
37
|
+
PublicExportPlus.ExportRecipes = require("./ExportRecipes.json");
|
|
38
|
+
PublicExportPlus.ExportRegions = require("./ExportRegions.json");
|
|
39
|
+
PublicExportPlus.ExportRelics = require("./ExportRelics.json");
|
|
40
|
+
PublicExportPlus.ExportResources = require("./ExportResources.json");
|
|
41
|
+
PublicExportPlus.ExportSentinels = require("./ExportSentinels.json");
|
|
42
|
+
PublicExportPlus.ExportSortieRewards = require("./ExportSortieRewards.json");
|
|
43
|
+
PublicExportPlus.ExportUpgrades = require("./ExportUpgrades.json");
|
|
44
|
+
PublicExportPlus.ExportWarframes = require("./ExportWarframes.json");
|
|
45
|
+
PublicExportPlus.ExportWeapons = require("./ExportWeapons.json");
|
|
46
|
+
|
|
47
|
+
module.exports = PublicExportPlus;
|
package/package.json
CHANGED