warframe-public-export-plus 0.5.104 → 0.5.106
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/ExportBoosterPacks.json +48 -48
- package/ExportBounties.json +285 -0
- package/ExportBundles.json +1 -0
- package/ExportCodex.json +2252 -0
- package/ExportCustoms.json +74 -7
- package/ExportEnemies.json +8 -8
- package/ExportFlavour.json +38 -0
- package/ExportImages.json +74 -8
- package/ExportNightwave.json +538 -537
- package/ExportRecipes.json +239 -1
- package/ExportRegions.json +1 -1
- package/ExportRelics.json +876 -84
- package/ExportResources.json +93 -255
- package/ExportRewards.json +1948 -1018
- package/ExportSyndicates.json +2035 -0
- package/ExportVendors.json +3814 -0
- package/ExportWarframes.json +296 -121
- package/ExportWeapons.json +1363 -634
- package/dict.de.json +609 -2
- package/dict.en.json +609 -2
- package/dict.es.json +608 -1
- package/dict.fr.json +609 -2
- package/dict.it.json +609 -2
- package/dict.ja.json +608 -1
- package/dict.ko.json +608 -1
- package/dict.pl.json +610 -3
- package/dict.pt.json +608 -1
- package/dict.ru.json +608 -1
- package/dict.tc.json +609 -2
- package/dict.th.json +608 -1
- package/dict.tr.json +610 -3
- package/dict.uk.json +618 -11
- package/dict.zh.json +608 -1
- package/index.d.ts +29 -1
- package/package.json +1 -1
package/ExportRecipes.json
CHANGED
|
@@ -6831,6 +6831,35 @@
|
|
|
6831
6831
|
"tradable": false,
|
|
6832
6832
|
"excludeFromMarket": true
|
|
6833
6833
|
},
|
|
6834
|
+
"/Lotus/Types/Recipes/Helmets/FollieAltHelmetBlueprint": {
|
|
6835
|
+
"resultType": "/Lotus/Upgrades/Skins/Inkblot/InkblotAltHelmet",
|
|
6836
|
+
"buildPrice": 20000,
|
|
6837
|
+
"buildTime": 43200,
|
|
6838
|
+
"skipBuildTimePrice": 25,
|
|
6839
|
+
"consumeOnUse": true,
|
|
6840
|
+
"num": 1,
|
|
6841
|
+
"codexSecret": false,
|
|
6842
|
+
"ingredients": [
|
|
6843
|
+
{
|
|
6844
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Nanospores",
|
|
6845
|
+
"ItemCount": 1500
|
|
6846
|
+
},
|
|
6847
|
+
{
|
|
6848
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
|
|
6849
|
+
"ItemCount": 1200
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Plastids",
|
|
6853
|
+
"ItemCount": 600
|
|
6854
|
+
},
|
|
6855
|
+
{
|
|
6856
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Alertium",
|
|
6857
|
+
"ItemCount": 2
|
|
6858
|
+
}
|
|
6859
|
+
],
|
|
6860
|
+
"tradable": false,
|
|
6861
|
+
"excludeFromMarket": true
|
|
6862
|
+
},
|
|
6834
6863
|
"/Lotus/Types/Recipes/Helmets/FrostAltHelmetBlueprint": {
|
|
6835
6864
|
"resultType": "/Lotus/Upgrades/Skins/Frost/FrostHelmetAlt",
|
|
6836
6865
|
"buildPrice": 20000,
|
|
@@ -9247,6 +9276,35 @@
|
|
|
9247
9276
|
"tradable": false,
|
|
9248
9277
|
"excludeFromMarket": true
|
|
9249
9278
|
},
|
|
9279
|
+
"/Lotus/Types/Recipes/Helmets/UrielAltHelmetBlueprint": {
|
|
9280
|
+
"resultType": "/Lotus/Upgrades/Skins/DemonFrame/DemonFrameAltHelmet",
|
|
9281
|
+
"buildPrice": 20000,
|
|
9282
|
+
"buildTime": 43200,
|
|
9283
|
+
"skipBuildTimePrice": 25,
|
|
9284
|
+
"consumeOnUse": true,
|
|
9285
|
+
"num": 1,
|
|
9286
|
+
"codexSecret": false,
|
|
9287
|
+
"ingredients": [
|
|
9288
|
+
{
|
|
9289
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Nanospores",
|
|
9290
|
+
"ItemCount": 1500
|
|
9291
|
+
},
|
|
9292
|
+
{
|
|
9293
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
|
|
9294
|
+
"ItemCount": 1200
|
|
9295
|
+
},
|
|
9296
|
+
{
|
|
9297
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Plastids",
|
|
9298
|
+
"ItemCount": 600
|
|
9299
|
+
},
|
|
9300
|
+
{
|
|
9301
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Alertium",
|
|
9302
|
+
"ItemCount": 2
|
|
9303
|
+
}
|
|
9304
|
+
],
|
|
9305
|
+
"tradable": false,
|
|
9306
|
+
"excludeFromMarket": true
|
|
9307
|
+
},
|
|
9250
9308
|
"/Lotus/Types/Recipes/Helmets/V2AnimaAltHelmetBlueprint": {
|
|
9251
9309
|
"resultType": "/Lotus/Upgrades/Skins/Anima/AnimaAltHelmetTwo",
|
|
9252
9310
|
"buildPrice": 20000,
|
|
@@ -18783,7 +18841,7 @@
|
|
|
18783
18841
|
"consumeOnUse": true,
|
|
18784
18842
|
"num": 1,
|
|
18785
18843
|
"codexSecret": false,
|
|
18786
|
-
"primeSellingPrice":
|
|
18844
|
+
"primeSellingPrice": 65,
|
|
18787
18845
|
"ingredients": [
|
|
18788
18846
|
{
|
|
18789
18847
|
"ItemType": "/Lotus/Types/Items/MiscItems/Alertium",
|
|
@@ -26855,6 +26913,130 @@
|
|
|
26855
26913
|
"tradable": true,
|
|
26856
26914
|
"excludeFromMarket": true
|
|
26857
26915
|
},
|
|
26916
|
+
"/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeBlueprint": {
|
|
26917
|
+
"resultType": "/Lotus/Powersuits/Werewolf/VorunaPrime",
|
|
26918
|
+
"buildPrice": 25000,
|
|
26919
|
+
"buildTime": 259200,
|
|
26920
|
+
"skipBuildTimePrice": 50,
|
|
26921
|
+
"consumeOnUse": true,
|
|
26922
|
+
"num": 1,
|
|
26923
|
+
"codexSecret": false,
|
|
26924
|
+
"primeSellingPrice": 100,
|
|
26925
|
+
"ingredients": [
|
|
26926
|
+
{
|
|
26927
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeHelmetComponent",
|
|
26928
|
+
"ItemCount": 1
|
|
26929
|
+
},
|
|
26930
|
+
{
|
|
26931
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeChassisComponent",
|
|
26932
|
+
"ItemCount": 1
|
|
26933
|
+
},
|
|
26934
|
+
{
|
|
26935
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeSystemsComponent",
|
|
26936
|
+
"ItemCount": 1
|
|
26937
|
+
},
|
|
26938
|
+
{
|
|
26939
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
26940
|
+
"ItemCount": 5
|
|
26941
|
+
}
|
|
26942
|
+
],
|
|
26943
|
+
"tradable": true,
|
|
26944
|
+
"creditsCost": 35000,
|
|
26945
|
+
"excludeFromMarket": true
|
|
26946
|
+
},
|
|
26947
|
+
"/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeChassisBlueprint": {
|
|
26948
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeChassisComponent",
|
|
26949
|
+
"buildPrice": 15000,
|
|
26950
|
+
"buildTime": 43200,
|
|
26951
|
+
"skipBuildTimePrice": 25,
|
|
26952
|
+
"consumeOnUse": true,
|
|
26953
|
+
"num": 1,
|
|
26954
|
+
"codexSecret": false,
|
|
26955
|
+
"primeSellingPrice": 45,
|
|
26956
|
+
"ingredients": [
|
|
26957
|
+
{
|
|
26958
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Alertium",
|
|
26959
|
+
"ItemCount": 2
|
|
26960
|
+
},
|
|
26961
|
+
{
|
|
26962
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Tellurium",
|
|
26963
|
+
"ItemCount": 2
|
|
26964
|
+
},
|
|
26965
|
+
{
|
|
26966
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
|
|
26967
|
+
"ItemCount": 3600
|
|
26968
|
+
},
|
|
26969
|
+
{
|
|
26970
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OxiumAlloy",
|
|
26971
|
+
"ItemCount": 300
|
|
26972
|
+
}
|
|
26973
|
+
],
|
|
26974
|
+
"tradable": true,
|
|
26975
|
+
"creditsCost": 35000,
|
|
26976
|
+
"excludeFromMarket": true
|
|
26977
|
+
},
|
|
26978
|
+
"/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeHelmetBlueprint": {
|
|
26979
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeHelmetComponent",
|
|
26980
|
+
"buildPrice": 15000,
|
|
26981
|
+
"buildTime": 43200,
|
|
26982
|
+
"skipBuildTimePrice": 25,
|
|
26983
|
+
"consumeOnUse": true,
|
|
26984
|
+
"num": 1,
|
|
26985
|
+
"codexSecret": false,
|
|
26986
|
+
"primeSellingPrice": 45,
|
|
26987
|
+
"ingredients": [
|
|
26988
|
+
{
|
|
26989
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/NeuralSensor",
|
|
26990
|
+
"ItemCount": 3
|
|
26991
|
+
},
|
|
26992
|
+
{
|
|
26993
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OxiumAlloy",
|
|
26994
|
+
"ItemCount": 250
|
|
26995
|
+
},
|
|
26996
|
+
{
|
|
26997
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Plastids",
|
|
26998
|
+
"ItemCount": 350
|
|
26999
|
+
},
|
|
27000
|
+
{
|
|
27001
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/AlloyPlate",
|
|
27002
|
+
"ItemCount": 4250
|
|
27003
|
+
}
|
|
27004
|
+
],
|
|
27005
|
+
"tradable": true,
|
|
27006
|
+
"creditsCost": 35000,
|
|
27007
|
+
"excludeFromMarket": true
|
|
27008
|
+
},
|
|
27009
|
+
"/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeSystemsBlueprint": {
|
|
27010
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/VorunaPrimeSystemsComponent",
|
|
27011
|
+
"buildPrice": 15000,
|
|
27012
|
+
"buildTime": 43200,
|
|
27013
|
+
"skipBuildTimePrice": 25,
|
|
27014
|
+
"consumeOnUse": true,
|
|
27015
|
+
"num": 1,
|
|
27016
|
+
"codexSecret": false,
|
|
27017
|
+
"primeSellingPrice": 100,
|
|
27018
|
+
"ingredients": [
|
|
27019
|
+
{
|
|
27020
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/ArgonCrystal",
|
|
27021
|
+
"ItemCount": 2
|
|
27022
|
+
},
|
|
27023
|
+
{
|
|
27024
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Neurode",
|
|
27025
|
+
"ItemCount": 3
|
|
27026
|
+
},
|
|
27027
|
+
{
|
|
27028
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Cryotic",
|
|
27029
|
+
"ItemCount": 550
|
|
27030
|
+
},
|
|
27031
|
+
{
|
|
27032
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Nanospores",
|
|
27033
|
+
"ItemCount": 3175
|
|
27034
|
+
}
|
|
27035
|
+
],
|
|
27036
|
+
"tradable": true,
|
|
27037
|
+
"creditsCost": 35000,
|
|
27038
|
+
"excludeFromMarket": true
|
|
27039
|
+
},
|
|
26858
27040
|
"/Lotus/Types/Recipes/WarframeRecipes/WispBlueprint": {
|
|
26859
27041
|
"resultType": "/Lotus/Powersuits/Wisp/Wisp",
|
|
26860
27042
|
"buildPrice": 25000,
|
|
@@ -39851,6 +40033,36 @@
|
|
|
39851
40033
|
"tradable": false,
|
|
39852
40034
|
"excludeFromMarket": true
|
|
39853
40035
|
},
|
|
40036
|
+
"/Lotus/Types/Recipes/Weapons/PerigalePrimeBlueprint": {
|
|
40037
|
+
"resultType": "/Lotus/Weapons/Tenno/LongGuns/PrimePerigale/PrimePerigaleSniper",
|
|
40038
|
+
"buildPrice": 15000,
|
|
40039
|
+
"buildTime": 43200,
|
|
40040
|
+
"skipBuildTimePrice": 50,
|
|
40041
|
+
"consumeOnUse": true,
|
|
40042
|
+
"num": 1,
|
|
40043
|
+
"codexSecret": false,
|
|
40044
|
+
"primeSellingPrice": 15,
|
|
40045
|
+
"ingredients": [
|
|
40046
|
+
{
|
|
40047
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/PerigalePrimeBarrel",
|
|
40048
|
+
"ItemCount": 1
|
|
40049
|
+
},
|
|
40050
|
+
{
|
|
40051
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/PerigalePrimeReceiver",
|
|
40052
|
+
"ItemCount": 1
|
|
40053
|
+
},
|
|
40054
|
+
{
|
|
40055
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/PerigalePrimeStock",
|
|
40056
|
+
"ItemCount": 1
|
|
40057
|
+
},
|
|
40058
|
+
{
|
|
40059
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
40060
|
+
"ItemCount": 10
|
|
40061
|
+
}
|
|
40062
|
+
],
|
|
40063
|
+
"tradable": true,
|
|
40064
|
+
"excludeFromMarket": true
|
|
40065
|
+
},
|
|
39854
40066
|
"/Lotus/Types/Recipes/Weapons/PhantasmaPrimeBlueprint": {
|
|
39855
40067
|
"resultType": "/Lotus/Weapons/Tenno/LongGuns/PrimePhantasma/PhantasmaPrimeShotgun",
|
|
39856
40068
|
"buildPrice": 15000,
|
|
@@ -40841,6 +41053,32 @@
|
|
|
40841
41053
|
"creditsCost": 20000,
|
|
40842
41054
|
"excludeFromMarket": true
|
|
40843
41055
|
},
|
|
41056
|
+
"/Lotus/Types/Recipes/Weapons/SarofangPrimeBlueprint": {
|
|
41057
|
+
"resultType": "/Lotus/Weapons/Tenno/Melee/Axe/PrimeVorunaAxeWeapon",
|
|
41058
|
+
"buildPrice": 15000,
|
|
41059
|
+
"buildTime": 43200,
|
|
41060
|
+
"skipBuildTimePrice": 50,
|
|
41061
|
+
"consumeOnUse": true,
|
|
41062
|
+
"num": 1,
|
|
41063
|
+
"codexSecret": false,
|
|
41064
|
+
"primeSellingPrice": 45,
|
|
41065
|
+
"ingredients": [
|
|
41066
|
+
{
|
|
41067
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SarofangPrimeBlade",
|
|
41068
|
+
"ItemCount": 1
|
|
41069
|
+
},
|
|
41070
|
+
{
|
|
41071
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SarofangPrimeHandle",
|
|
41072
|
+
"ItemCount": 1
|
|
41073
|
+
},
|
|
41074
|
+
{
|
|
41075
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
41076
|
+
"ItemCount": 15
|
|
41077
|
+
}
|
|
41078
|
+
],
|
|
41079
|
+
"tradable": true,
|
|
41080
|
+
"excludeFromMarket": true
|
|
41081
|
+
},
|
|
40844
41082
|
"/Lotus/Types/Recipes/Weapons/ScourgePrimeBlueprint": {
|
|
40845
41083
|
"resultType": "/Lotus/Weapons/Tenno/LongGuns/PrimeScourge/PrimeScourgeWeapon",
|
|
40846
41084
|
"buildPrice": 15000,
|
package/ExportRegions.json
CHANGED
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
"factionIndex": 11,
|
|
630
630
|
"minEnemyLevel": 35,
|
|
631
631
|
"maxEnemyLevel": 45,
|
|
632
|
-
"masteryExp":
|
|
632
|
+
"masteryExp": 50,
|
|
633
633
|
"levelOverride": "/Lotus/Levels/Muse/Proc/MuseHubRandomized",
|
|
634
634
|
"rewardManifests": [
|
|
635
635
|
"/Lotus/Types/Game/MissionDecks/ShadowgrapherMissionRewards/ShadowgrapherRewards"
|