warframe-public-export-plus 0.2.4 → 0.2.6
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/ExportArcanes.json +36 -0
- package/ExportBundles.json +393 -9
- package/ExportCustoms.json +392 -15
- package/ExportDojoRecipes.json +120 -0
- package/ExportFlavour.json +700 -0
- package/ExportImages.json +315 -3
- package/ExportKeys.json +3203 -36
- package/ExportRecipes.json +241 -14
- package/ExportRegions.json +954 -228
- package/ExportResources.json +356 -48
- package/ExportSentinels.json +32 -16
- package/ExportSortieRewards.json +9 -9
- package/ExportUpgrades.json +162 -47
- package/ExportWarframes.json +53 -3
- package/ExportWeapons.json +192 -10
- package/README.md +1 -1
- package/dict.de.json +749 -341
- package/dict.en.json +704 -296
- package/dict.es.json +707 -299
- package/dict.fr.json +713 -305
- package/dict.it.json +722 -314
- package/dict.ja.json +666 -258
- package/dict.ko.json +673 -265
- package/dict.pl.json +737 -329
- package/dict.pt.json +725 -317
- package/dict.ru.json +707 -299
- package/dict.tc.json +734 -326
- package/dict.th.json +2407 -1999
- package/dict.tr.json +691 -283
- package/dict.uk.json +733 -325
- package/dict.zh.json +696 -288
- package/index.d.ts +17 -3
- package/package.json +1 -1
package/ExportDojoRecipes.json
CHANGED
|
@@ -46517,6 +46517,126 @@
|
|
|
46517
46517
|
}
|
|
46518
46518
|
]
|
|
46519
46519
|
},
|
|
46520
|
+
"/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventBaseTrophyRecipe": {
|
|
46521
|
+
"icon": "/Lotus/Interface/Graphics/Dojo/DojoDecorations/AmbulasEventTrophyBronze.png",
|
|
46522
|
+
"price": 1000000,
|
|
46523
|
+
"time": 86400,
|
|
46524
|
+
"skipTimePrice": 1500,
|
|
46525
|
+
"ingredients": [
|
|
46526
|
+
{
|
|
46527
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/MurmurItem",
|
|
46528
|
+
"ItemCount": 500
|
|
46529
|
+
},
|
|
46530
|
+
{
|
|
46531
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemA",
|
|
46532
|
+
"ItemCount": 2500
|
|
46533
|
+
},
|
|
46534
|
+
{
|
|
46535
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemB",
|
|
46536
|
+
"ItemCount": 2500
|
|
46537
|
+
},
|
|
46538
|
+
{
|
|
46539
|
+
"ItemType": "/Lotus/Types/Gameplay/Zariman/Resources/ZarimanMiscItemB",
|
|
46540
|
+
"ItemCount": 100
|
|
46541
|
+
}
|
|
46542
|
+
]
|
|
46543
|
+
},
|
|
46544
|
+
"/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventBronzeTrophyRecipe": {
|
|
46545
|
+
"icon": "/Lotus/Interface/Graphics/Dojo/DojoDecorations/EventPlaceables/JadeShadowsTrophyBronze.png",
|
|
46546
|
+
"price": 1000000,
|
|
46547
|
+
"time": 86400,
|
|
46548
|
+
"skipTimePrice": 1500,
|
|
46549
|
+
"ingredients": [
|
|
46550
|
+
{
|
|
46551
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/MurmurItem",
|
|
46552
|
+
"ItemCount": 500
|
|
46553
|
+
},
|
|
46554
|
+
{
|
|
46555
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemA",
|
|
46556
|
+
"ItemCount": 2500
|
|
46557
|
+
},
|
|
46558
|
+
{
|
|
46559
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemB",
|
|
46560
|
+
"ItemCount": 2500
|
|
46561
|
+
},
|
|
46562
|
+
{
|
|
46563
|
+
"ItemType": "/Lotus/Types/Gameplay/Zariman/Resources/ZarimanMiscItemB",
|
|
46564
|
+
"ItemCount": 100
|
|
46565
|
+
}
|
|
46566
|
+
]
|
|
46567
|
+
},
|
|
46568
|
+
"/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventGoldTrophyRecipe": {
|
|
46569
|
+
"icon": "/Lotus/Interface/Graphics/Dojo/DojoDecorations/EventPlaceables/JadeShadowsTrophyGold.png",
|
|
46570
|
+
"price": 1000000,
|
|
46571
|
+
"time": 86400,
|
|
46572
|
+
"skipTimePrice": 1500,
|
|
46573
|
+
"ingredients": [
|
|
46574
|
+
{
|
|
46575
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/MurmurItem",
|
|
46576
|
+
"ItemCount": 500
|
|
46577
|
+
},
|
|
46578
|
+
{
|
|
46579
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemA",
|
|
46580
|
+
"ItemCount": 2500
|
|
46581
|
+
},
|
|
46582
|
+
{
|
|
46583
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemB",
|
|
46584
|
+
"ItemCount": 2500
|
|
46585
|
+
},
|
|
46586
|
+
{
|
|
46587
|
+
"ItemType": "/Lotus/Types/Gameplay/Zariman/Resources/ZarimanMiscItemB",
|
|
46588
|
+
"ItemCount": 100
|
|
46589
|
+
}
|
|
46590
|
+
]
|
|
46591
|
+
},
|
|
46592
|
+
"/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventPewterTrophyRecipe": {
|
|
46593
|
+
"icon": "/Lotus/Interface/Graphics/Dojo/DojoDecorations/EventPlaceables/JadeShadowsTrophyPewter.png",
|
|
46594
|
+
"price": 1000000,
|
|
46595
|
+
"time": 86400,
|
|
46596
|
+
"skipTimePrice": 1500,
|
|
46597
|
+
"ingredients": [
|
|
46598
|
+
{
|
|
46599
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/MurmurItem",
|
|
46600
|
+
"ItemCount": 500
|
|
46601
|
+
},
|
|
46602
|
+
{
|
|
46603
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemA",
|
|
46604
|
+
"ItemCount": 2500
|
|
46605
|
+
},
|
|
46606
|
+
{
|
|
46607
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemB",
|
|
46608
|
+
"ItemCount": 2500
|
|
46609
|
+
},
|
|
46610
|
+
{
|
|
46611
|
+
"ItemType": "/Lotus/Types/Gameplay/Zariman/Resources/ZarimanMiscItemB",
|
|
46612
|
+
"ItemCount": 100
|
|
46613
|
+
}
|
|
46614
|
+
]
|
|
46615
|
+
},
|
|
46616
|
+
"/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventSilverTrophyRecipe": {
|
|
46617
|
+
"icon": "/Lotus/Interface/Graphics/Dojo/DojoDecorations/EventPlaceables/JadeShadowsTrophySilver.png",
|
|
46618
|
+
"price": 1000000,
|
|
46619
|
+
"time": 86400,
|
|
46620
|
+
"skipTimePrice": 1500,
|
|
46621
|
+
"ingredients": [
|
|
46622
|
+
{
|
|
46623
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/MurmurItem",
|
|
46624
|
+
"ItemCount": 500
|
|
46625
|
+
},
|
|
46626
|
+
{
|
|
46627
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemA",
|
|
46628
|
+
"ItemCount": 2500
|
|
46629
|
+
},
|
|
46630
|
+
{
|
|
46631
|
+
"ItemType": "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLabMiscItemB",
|
|
46632
|
+
"ItemCount": 2500
|
|
46633
|
+
},
|
|
46634
|
+
{
|
|
46635
|
+
"ItemType": "/Lotus/Types/Gameplay/Zariman/Resources/ZarimanMiscItemB",
|
|
46636
|
+
"ItemCount": 100
|
|
46637
|
+
}
|
|
46638
|
+
]
|
|
46639
|
+
},
|
|
46520
46640
|
"/Lotus/Levels/ClanDojo/ComponentPropRecipes/JahuGargoyleStatueRecipe": {
|
|
46521
46641
|
"icon": "/Lotus/Interface/Graphics/Dojo/DojoDecorations/JahuGargoyleStatue.png",
|
|
46522
46642
|
"price": 1000000,
|