warframe-public-export-plus 0.6.2 → 0.6.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/ExportAchievements.json +4 -0
- package/ExportArcanes.json +346 -0
- package/ExportBoosterPacks.json +54 -54
- package/ExportBundles.json +242 -84
- package/ExportChallenges.json +10 -1
- package/ExportCodex.json +5 -0
- package/ExportCustoms.json +488 -20
- package/ExportDojoRecipes.json +1580 -0
- package/ExportEmailItems.json +5 -3
- package/ExportEnemies.json +2459 -699
- package/ExportFlavour.json +481 -0
- package/ExportImages.json +360 -18
- package/ExportKeys.json +227 -42
- package/ExportRailjackWeapons.json +2135 -167
- package/ExportRecipes.json +761 -0
- package/ExportRelics.json +693 -9
- package/ExportResources.json +484 -12
- package/ExportRewards.json +616 -4
- package/ExportSyndicates.json +56 -0
- package/ExportUpgrades.json +72 -47
- package/ExportVendors.json +1133 -164
- package/ExportVirtuals.json +3 -0
- package/ExportWarframes.json +163 -2
- package/ExportWeapons.json +592 -42
- package/dict.de.json +539 -63
- package/dict.en.json +551 -75
- package/dict.es.json +579 -103
- package/dict.fr.json +508 -32
- package/dict.it.json +526 -50
- package/dict.ja.json +510 -34
- package/dict.ko.json +543 -67
- package/dict.pl.json +807 -331
- package/dict.pt.json +548 -72
- package/dict.ru.json +525 -49
- package/dict.tc.json +520 -44
- package/dict.th.json +537 -61
- package/dict.tr.json +1134 -658
- package/dict.uk.json +1000 -524
- package/dict.zh.json +554 -78
- package/index.d.ts +2 -1
- package/package.json +1 -1
- package/supplementals/getScaledPowersuitValues.pluto +17 -0
package/ExportKeys.json
CHANGED
|
@@ -2159,7 +2159,8 @@
|
|
|
2159
2159
|
"/Lotus/Types/Items/PhotoBooth/JadeShadows/PhotoboothTileStalkerCave",
|
|
2160
2160
|
"/Lotus/Types/Items/ShipDecos/JadeShadowsAlonePoster",
|
|
2161
2161
|
"/Lotus/Types/Items/ShipDecos/JadeShadowsEmbracePoster",
|
|
2162
|
-
"/Lotus/Types/Items/ShipDecos/JadeShadowsFamilyPoster"
|
|
2162
|
+
"/Lotus/Types/Items/ShipDecos/JadeShadowsFamilyPoster",
|
|
2163
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestKeyChain"
|
|
2163
2164
|
],
|
|
2164
2165
|
"countedAttachments": [],
|
|
2165
2166
|
"icon": "/Lotus/Interface/Icons/Npcs/Sentients/Hunhow.png",
|
|
@@ -2167,6 +2168,12 @@
|
|
|
2167
2168
|
"highPriority": true
|
|
2168
2169
|
}
|
|
2169
2170
|
}
|
|
2171
|
+
],
|
|
2172
|
+
"rewards": [
|
|
2173
|
+
{
|
|
2174
|
+
"rewardType": "RT_STORE_ITEM",
|
|
2175
|
+
"itemType": "/Lotus/StoreItems/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestKeyChain"
|
|
2176
|
+
}
|
|
2170
2177
|
]
|
|
2171
2178
|
},
|
|
2172
2179
|
"/Lotus/Types/Keys/JadeShadows/JadeShadowsQuestStage1HelpHer": {
|
|
@@ -2249,6 +2256,183 @@
|
|
|
2249
2256
|
"maxEnemyLevel": 100
|
|
2250
2257
|
}
|
|
2251
2258
|
},
|
|
2259
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestKeyChain": {
|
|
2260
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/JadeShadowsPart2QuestName",
|
|
2261
|
+
"description": "/Lotus/Language/JadeShadowsPart2Constellations/JadeShadowsPart2QuestDesc",
|
|
2262
|
+
"icon": "/Lotus/Interface/Quests/JadeShadowsPart2Quest/CodexSirius.png",
|
|
2263
|
+
"parentName": "/Lotus/Types/Game/KeyChainItem",
|
|
2264
|
+
"codexSecret": false,
|
|
2265
|
+
"chainStages": [
|
|
2266
|
+
{
|
|
2267
|
+
"itemsToGiveWhenTriggered": []
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage1Headhunting",
|
|
2271
|
+
"itemsToGiveWhenTriggered": []
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage2Hunhow",
|
|
2275
|
+
"itemsToGiveWhenTriggered": []
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage3HideAndSeek",
|
|
2279
|
+
"itemsToGiveWhenTriggered": []
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage4StalkingTheUnknown",
|
|
2283
|
+
"itemsToGiveWhenTriggered": []
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage5FriendFromWork",
|
|
2287
|
+
"itemsToGiveWhenTriggered": []
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"itemsToGiveWhenTriggered": []
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage7Interlude",
|
|
2294
|
+
"itemsToGiveWhenTriggered": []
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"itemsToGiveWhenTriggered": []
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage9JobDone",
|
|
2301
|
+
"itemsToGiveWhenTriggered": []
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage10JadeMockery",
|
|
2305
|
+
"itemsToGiveWhenTriggered": []
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage11FinalConfrontation",
|
|
2309
|
+
"itemsToGiveWhenTriggered": []
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"key": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage12FamilyUnited",
|
|
2313
|
+
"itemsToGiveWhenTriggered": []
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"itemsToGiveWhenTriggered": [],
|
|
2317
|
+
"messageToSendWhenTriggered": {
|
|
2318
|
+
"sender": "/Lotus/Language/Bosses/Hunhow",
|
|
2319
|
+
"title": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage13InboxTitle",
|
|
2320
|
+
"body": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage13InboxBody",
|
|
2321
|
+
"attachments": [
|
|
2322
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionBlueprint",
|
|
2323
|
+
"/Lotus/Upgrades/Skins/Scarves/SiriusOrionLeftSyandana",
|
|
2324
|
+
"/Lotus/Upgrades/Skins/Scarves/SiriusOrionRightSyandana",
|
|
2325
|
+
"/Lotus/Types/Items/ShipDecos/JadeShadows2FightPoster",
|
|
2326
|
+
"/Lotus/Types/Items/ShipDecos/JadeShadows2SiriusPoster",
|
|
2327
|
+
"/Lotus/Types/Items/ShipDecos/JadeShadows2OrionPoster"
|
|
2328
|
+
],
|
|
2329
|
+
"countedAttachments": [],
|
|
2330
|
+
"icon": "/Lotus/Interface/Icons/Npcs/Sentients/Hunhow.png",
|
|
2331
|
+
"transmission": "/Lotus/Sounds/Dialog/JadeShadowsQuestPart2/Vendor/DPostJS2Inbox0010Hunhow"
|
|
2332
|
+
}
|
|
2333
|
+
}
|
|
2334
|
+
]
|
|
2335
|
+
},
|
|
2336
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage1Headhunting": {
|
|
2337
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage1Title",
|
|
2338
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2339
|
+
"codexSecret": true,
|
|
2340
|
+
"rewards": [],
|
|
2341
|
+
"mission": {
|
|
2342
|
+
"minEnemyLevel": 95,
|
|
2343
|
+
"maxEnemyLevel": 100
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage2Hunhow": {
|
|
2347
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage2Title",
|
|
2348
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2349
|
+
"codexSecret": true,
|
|
2350
|
+
"rewards": [],
|
|
2351
|
+
"mission": {
|
|
2352
|
+
"minEnemyLevel": 95,
|
|
2353
|
+
"maxEnemyLevel": 100
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage3HideAndSeek": {
|
|
2357
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage3Title",
|
|
2358
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2359
|
+
"codexSecret": true,
|
|
2360
|
+
"rewards": [],
|
|
2361
|
+
"mission": {
|
|
2362
|
+
"minEnemyLevel": 95,
|
|
2363
|
+
"maxEnemyLevel": 100
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage4StalkingTheUnknown": {
|
|
2367
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage4Title",
|
|
2368
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2369
|
+
"codexSecret": true,
|
|
2370
|
+
"rewards": [],
|
|
2371
|
+
"mission": {
|
|
2372
|
+
"minEnemyLevel": 95,
|
|
2373
|
+
"maxEnemyLevel": 100
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage5FriendFromWork": {
|
|
2377
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage5Title",
|
|
2378
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2379
|
+
"codexSecret": true,
|
|
2380
|
+
"rewards": [],
|
|
2381
|
+
"mission": {
|
|
2382
|
+
"minEnemyLevel": 95,
|
|
2383
|
+
"maxEnemyLevel": 100
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage7Interlude": {
|
|
2387
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage7Title",
|
|
2388
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2389
|
+
"codexSecret": true,
|
|
2390
|
+
"rewards": [],
|
|
2391
|
+
"mission": {
|
|
2392
|
+
"minEnemyLevel": 95,
|
|
2393
|
+
"maxEnemyLevel": 100
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2396
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage9JobDone": {
|
|
2397
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage9Title",
|
|
2398
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2399
|
+
"codexSecret": true,
|
|
2400
|
+
"rewards": [],
|
|
2401
|
+
"mission": {
|
|
2402
|
+
"minEnemyLevel": 95,
|
|
2403
|
+
"maxEnemyLevel": 100
|
|
2404
|
+
}
|
|
2405
|
+
},
|
|
2406
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage10JadeMockery": {
|
|
2407
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage10Title",
|
|
2408
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2409
|
+
"codexSecret": true,
|
|
2410
|
+
"rewards": [],
|
|
2411
|
+
"mission": {
|
|
2412
|
+
"minEnemyLevel": 95,
|
|
2413
|
+
"maxEnemyLevel": 100
|
|
2414
|
+
}
|
|
2415
|
+
},
|
|
2416
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage11FinalConfrontation": {
|
|
2417
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage11Title",
|
|
2418
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2419
|
+
"codexSecret": true,
|
|
2420
|
+
"rewards": [],
|
|
2421
|
+
"mission": {
|
|
2422
|
+
"minEnemyLevel": 95,
|
|
2423
|
+
"maxEnemyLevel": 100
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage12FamilyUnited": {
|
|
2427
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Js2Stage12Title",
|
|
2428
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
2429
|
+
"codexSecret": true,
|
|
2430
|
+
"rewards": [],
|
|
2431
|
+
"mission": {
|
|
2432
|
+
"minEnemyLevel": 95,
|
|
2433
|
+
"maxEnemyLevel": 100
|
|
2434
|
+
}
|
|
2435
|
+
},
|
|
2252
2436
|
"/Lotus/Types/Keys/KahlQuest/KahlQuestKeyChain": {
|
|
2253
2437
|
"name": "/Lotus/Language/KahlQuest/QuestName",
|
|
2254
2438
|
"description": "/Lotus/Language/KahlQuest/QuestDesc",
|
|
@@ -6314,6 +6498,36 @@
|
|
|
6314
6498
|
"maxEnemyLevel": 50
|
|
6315
6499
|
}
|
|
6316
6500
|
},
|
|
6501
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey": {
|
|
6502
|
+
"name": "[HC] JS Part 2 Base",
|
|
6503
|
+
"parentName": "/Lotus/Types/Game/KeyItem",
|
|
6504
|
+
"codexSecret": true,
|
|
6505
|
+
"rewards": [],
|
|
6506
|
+
"mission": {
|
|
6507
|
+
"minEnemyLevel": 95,
|
|
6508
|
+
"maxEnemyLevel": 100
|
|
6509
|
+
}
|
|
6510
|
+
},
|
|
6511
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage6or8AshCapture": {
|
|
6512
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Stage6or8AshCaptureStageLocTagName",
|
|
6513
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
6514
|
+
"codexSecret": true,
|
|
6515
|
+
"rewards": [],
|
|
6516
|
+
"mission": {
|
|
6517
|
+
"minEnemyLevel": 95,
|
|
6518
|
+
"maxEnemyLevel": 100
|
|
6519
|
+
}
|
|
6520
|
+
},
|
|
6521
|
+
"/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestStage6or8GarudaSpy": {
|
|
6522
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/Stage6or8GarudaSpyStageLocTagName",
|
|
6523
|
+
"parentName": "/Lotus/Types/Keys/JadeShadowsPart2Constellations/JadeShadowsPart2QuestBaseKey",
|
|
6524
|
+
"codexSecret": true,
|
|
6525
|
+
"rewards": [],
|
|
6526
|
+
"mission": {
|
|
6527
|
+
"minEnemyLevel": 95,
|
|
6528
|
+
"maxEnemyLevel": 100
|
|
6529
|
+
}
|
|
6530
|
+
},
|
|
6317
6531
|
"/Lotus/Types/Keys/KahlMissions/KahlCrewshipEarthKey": {
|
|
6318
6532
|
"name": "DEFENSE TEST KEY",
|
|
6319
6533
|
"description": "/Lotus/Language/KahlQuest/Mission_Earth_Name",
|
|
@@ -7539,47 +7753,6 @@
|
|
|
7539
7753
|
"rewards": [],
|
|
7540
7754
|
"mission": {}
|
|
7541
7755
|
},
|
|
7542
|
-
"/Lotus/Types/Keys/RaidKeys/Raid01Stage02KeyItem": {
|
|
7543
|
-
"name": "/Lotus/Language/Items/GrineerTrialsName",
|
|
7544
|
-
"description": "/Lotus/Language/Items/GrineerTrialsDesc",
|
|
7545
|
-
"parentName": "/Lotus/Types/Keys/RaidKeys/BaseRaidKey",
|
|
7546
|
-
"codexSecret": true,
|
|
7547
|
-
"rewards": [],
|
|
7548
|
-
"mission": {
|
|
7549
|
-
"minEnemyLevel": 80,
|
|
7550
|
-
"maxEnemyLevel": 90
|
|
7551
|
-
}
|
|
7552
|
-
},
|
|
7553
|
-
"/Lotus/Types/Keys/RaidKeys/Raid01Stage03KeyItem": {
|
|
7554
|
-
"name": "/Lotus/Language/Items/GrineerTrialsName",
|
|
7555
|
-
"description": "/Lotus/Language/Items/GrineerTrialsDesc",
|
|
7556
|
-
"parentName": "/Lotus/Types/Keys/RaidKeys/BaseRaidKey",
|
|
7557
|
-
"codexSecret": true,
|
|
7558
|
-
"missionReward": {
|
|
7559
|
-
"credits": 200000,
|
|
7560
|
-
"droptable": "/Lotus/Types/Game/MissionDecks/RaidRewards/HekRaid"
|
|
7561
|
-
},
|
|
7562
|
-
"rewards": [],
|
|
7563
|
-
"mission": {
|
|
7564
|
-
"minEnemyLevel": 80,
|
|
7565
|
-
"maxEnemyLevel": 100
|
|
7566
|
-
}
|
|
7567
|
-
},
|
|
7568
|
-
"/Lotus/Types/Keys/RaidKeys/Raid01Stage03NightmareKeyItem": {
|
|
7569
|
-
"name": "/Lotus/Language/Items/GrineerNightmareTrialsName",
|
|
7570
|
-
"description": "/Lotus/Language/Items/GrineerTrialsDesc",
|
|
7571
|
-
"parentName": "/Lotus/Types/Keys/RaidKeys/Raid01Stage03KeyItem",
|
|
7572
|
-
"codexSecret": true,
|
|
7573
|
-
"missionReward": {
|
|
7574
|
-
"credits": 250000,
|
|
7575
|
-
"droptable": "/Lotus/Types/Game/MissionDecks/RaidRewards/NightmareHekRaid"
|
|
7576
|
-
},
|
|
7577
|
-
"rewards": [],
|
|
7578
|
-
"mission": {
|
|
7579
|
-
"minEnemyLevel": 80,
|
|
7580
|
-
"maxEnemyLevel": 100
|
|
7581
|
-
}
|
|
7582
|
-
},
|
|
7583
7756
|
"/Lotus/Types/Keys/RailjackKeyHuntMission": {
|
|
7584
7757
|
"name": "/Lotus/Language/Quests/ReliquaryKeyHunt",
|
|
7585
7758
|
"parentName": "/Lotus/Types/Game/KeyItems/VoidKeyItem",
|
|
@@ -9020,6 +9193,18 @@
|
|
|
9020
9193
|
"rewards": [],
|
|
9021
9194
|
"mission": {}
|
|
9022
9195
|
},
|
|
9196
|
+
"/Lotus/Types/Keys/TestKeys/VoltEximusMissionTestKey": {
|
|
9197
|
+
"parentName": "/Lotus/Types/Game/KeyItem",
|
|
9198
|
+
"codexSecret": true,
|
|
9199
|
+
"missionReward": {
|
|
9200
|
+
"credits": 1
|
|
9201
|
+
},
|
|
9202
|
+
"rewards": [],
|
|
9203
|
+
"mission": {
|
|
9204
|
+
"minEnemyLevel": 65,
|
|
9205
|
+
"maxEnemyLevel": 70
|
|
9206
|
+
}
|
|
9207
|
+
},
|
|
9023
9208
|
"/Lotus/Types/Keys/VeyHekKey": {
|
|
9024
9209
|
"name": "/Lotus/Language/Items/HekNavCodeKeyName",
|
|
9025
9210
|
"description": "/Lotus/Language/Items/HekKeyDesc",
|