warframe-public-export-plus 0.2.4 → 0.2.5
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 +385 -15
- package/ExportDojoRecipes.json +158 -0
- package/ExportFlavour.json +700 -0
- package/ExportImages.json +312 -3
- package/ExportKeys.json +3203 -36
- package/ExportRecipes.json +241 -14
- package/ExportRegions.json +18 -4
- package/ExportResources.json +346 -48
- package/ExportSortieRewards.json +9 -9
- package/ExportUpgrades.json +162 -47
- package/ExportWarframes.json +53 -3
- package/ExportWeapons.json +192 -10
- package/dict.de.json +742 -338
- package/dict.en.json +700 -296
- package/dict.es.json +703 -299
- package/dict.fr.json +708 -304
- package/dict.it.json +718 -314
- package/dict.ja.json +662 -258
- package/dict.ko.json +669 -265
- package/dict.pl.json +732 -328
- package/dict.pt.json +720 -316
- package/dict.ru.json +703 -299
- package/dict.tc.json +730 -326
- package/dict.th.json +746 -342
- package/dict.tr.json +686 -282
- package/dict.uk.json +729 -325
- package/dict.zh.json +691 -287
- package/index.d.ts +13 -2
- 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,
|
|
@@ -56940,6 +57060,44 @@
|
|
|
56940
57060
|
],
|
|
56941
57061
|
"techPrereq": "/Lotus/Types/Recipes/WarframeRecipes/BansheeBlueprint"
|
|
56942
57062
|
},
|
|
57063
|
+
"/Lotus/Types/Recipes/WarframeRecipes/ChoirChassisBlueprint": {
|
|
57064
|
+
"price": 0,
|
|
57065
|
+
"time": 0,
|
|
57066
|
+
"skipTimePrice": 0,
|
|
57067
|
+
"replicatePrice": 15000,
|
|
57068
|
+
"ingredients": []
|
|
57069
|
+
},
|
|
57070
|
+
"/Lotus/Types/Recipes/WarframeRecipes/ChoirHelmetBlueprint": {
|
|
57071
|
+
"price": 0,
|
|
57072
|
+
"time": 0,
|
|
57073
|
+
"skipTimePrice": 0,
|
|
57074
|
+
"replicatePrice": 15000,
|
|
57075
|
+
"ingredients": []
|
|
57076
|
+
},
|
|
57077
|
+
"/Lotus/Types/Recipes/WarframeRecipes/ChoirSystemsBlueprint": {
|
|
57078
|
+
"price": 0,
|
|
57079
|
+
"time": 0,
|
|
57080
|
+
"skipTimePrice": 0,
|
|
57081
|
+
"replicatePrice": 15000,
|
|
57082
|
+
"ingredients": [
|
|
57083
|
+
{
|
|
57084
|
+
"ItemType": "/Lotus/Types/Items/Research/EnergyComponent",
|
|
57085
|
+
"ItemCount": 25
|
|
57086
|
+
},
|
|
57087
|
+
{
|
|
57088
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Gallium",
|
|
57089
|
+
"ItemCount": 100
|
|
57090
|
+
},
|
|
57091
|
+
{
|
|
57092
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Circuits",
|
|
57093
|
+
"ItemCount": 50000
|
|
57094
|
+
},
|
|
57095
|
+
{
|
|
57096
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Nanospores",
|
|
57097
|
+
"ItemCount": 100000
|
|
57098
|
+
}
|
|
57099
|
+
]
|
|
57100
|
+
},
|
|
56943
57101
|
"/Lotus/Types/Recipes/WarframeRecipes/DagathBlueprint": {
|
|
56944
57102
|
"price": 0,
|
|
56945
57103
|
"time": 0,
|