warframe-public-export-plus 0.4.2 → 0.4.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/ExportArcanes.json +72 -79
- package/ExportBoosterPacks.json +51 -51
- package/ExportBundles.json +28 -0
- package/ExportCustoms.json +142 -0
- package/ExportDojoRecipes.json +25 -0
- package/ExportEnemies.json +13750 -0
- package/ExportFlavour.json +30 -0
- package/ExportGear.json +8 -0
- package/ExportImages.json +145 -1
- package/ExportKeys.json +22 -3
- package/ExportRailjackWeapons.json +116 -116
- package/ExportRecipes.json +244 -2
- package/ExportRelics.json +648 -0
- package/ExportResources.json +107 -37
- package/ExportRewards.json +868 -256
- package/ExportSentinels.json +31 -0
- package/ExportSyndicates.json +756 -0
- package/ExportTextIcons.json +3 -0
- package/ExportVendors.json +1750 -0
- package/ExportWarframes.json +94 -0
- package/ExportWeapons.json +1076 -626
- package/README.md +2 -2
- package/dict.de.json +143 -23
- package/dict.en.json +134 -14
- package/dict.es.json +141 -21
- package/dict.fr.json +144 -24
- package/dict.it.json +171 -51
- package/dict.ja.json +140 -20
- package/dict.ko.json +134 -14
- package/dict.pl.json +147 -27
- package/dict.pt.json +155 -35
- package/dict.ru.json +148 -28
- package/dict.tc.json +136 -16
- package/dict.th.json +337 -217
- package/dict.tr.json +146 -26
- package/dict.uk.json +236 -116
- package/dict.zh.json +187 -67
- package/index.d.ts +12 -4
- package/package.json +2 -2
package/ExportResources.json
CHANGED
|
@@ -139,42 +139,6 @@
|
|
|
139
139
|
"productCategory": "MiscItems",
|
|
140
140
|
"excludeFromCodex": true
|
|
141
141
|
},
|
|
142
|
-
"/Lotus/Types/Game/Projections/T4VoidProjectionBaroAkmagnusPrimeBronze": {
|
|
143
|
-
"name": "Axi M5 Relic",
|
|
144
|
-
"description": "/Lotus/Language/Items/ProjectionDescription",
|
|
145
|
-
"icon": "/Lotus/Interface/Icons/Relics/RelicAxiD.png",
|
|
146
|
-
"codexSecret": true,
|
|
147
|
-
"parentName": "/Lotus/Types/Game/Projections/T4VoidProjection",
|
|
148
|
-
"productCategory": "MiscItems",
|
|
149
|
-
"excludeFromCodex": true
|
|
150
|
-
},
|
|
151
|
-
"/Lotus/Types/Game/Projections/T4VoidProjectionBaroAkmagnusPrimeGold": {
|
|
152
|
-
"name": "Axi M5 Relic",
|
|
153
|
-
"description": "/Lotus/Language/Items/ProjectionDescription",
|
|
154
|
-
"icon": "/Lotus/Interface/Icons/Relics/RelicAxiB.png",
|
|
155
|
-
"codexSecret": true,
|
|
156
|
-
"parentName": "/Lotus/Types/Game/Projections/T4VoidProjectionBaroAkmagnusPrimeBronze",
|
|
157
|
-
"productCategory": "MiscItems",
|
|
158
|
-
"excludeFromCodex": true
|
|
159
|
-
},
|
|
160
|
-
"/Lotus/Types/Game/Projections/T4VoidProjectionBaroAkmagnusPrimePlatinum": {
|
|
161
|
-
"name": "Axi M5 Relic",
|
|
162
|
-
"description": "/Lotus/Language/Items/ProjectionDescription",
|
|
163
|
-
"icon": "/Lotus/Interface/Icons/Relics/RelicAxiC.png",
|
|
164
|
-
"codexSecret": true,
|
|
165
|
-
"parentName": "/Lotus/Types/Game/Projections/T4VoidProjectionBaroAkmagnusPrimeBronze",
|
|
166
|
-
"productCategory": "MiscItems",
|
|
167
|
-
"excludeFromCodex": true
|
|
168
|
-
},
|
|
169
|
-
"/Lotus/Types/Game/Projections/T4VoidProjectionBaroAkmagnusPrimeSilver": {
|
|
170
|
-
"name": "Axi M5 Relic",
|
|
171
|
-
"description": "/Lotus/Language/Items/ProjectionDescription",
|
|
172
|
-
"icon": "/Lotus/Interface/Icons/Relics/RelicAxiA.png",
|
|
173
|
-
"codexSecret": true,
|
|
174
|
-
"parentName": "/Lotus/Types/Game/Projections/T4VoidProjectionBaroAkmagnusPrimeBronze",
|
|
175
|
-
"productCategory": "MiscItems",
|
|
176
|
-
"excludeFromCodex": true
|
|
177
|
-
},
|
|
178
142
|
"/Lotus/Types/Game/Projections/T5VoidProjectionImmortal": {
|
|
179
143
|
"name": "/Lotus/Language/Relics/ImmortalProjectionBaseName",
|
|
180
144
|
"description": "/Lotus/Language/Relics/ImmortalProjectionBaseDesc",
|
|
@@ -4565,6 +4529,15 @@
|
|
|
4565
4529
|
"productCategory": "MiscItems",
|
|
4566
4530
|
"excludeFromCodex": true
|
|
4567
4531
|
},
|
|
4532
|
+
"/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds": {
|
|
4533
|
+
"name": "/Lotus/Language/NightwaveSeasonThree/NoraIntermissionElevenCreds",
|
|
4534
|
+
"description": "/Lotus/Language/NightwaveSeasonThree/NoraIntermissionSevenCredsDesc",
|
|
4535
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Currency/GenericCreditIcon11.png",
|
|
4536
|
+
"codexSecret": false,
|
|
4537
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
4538
|
+
"productCategory": "MiscItems",
|
|
4539
|
+
"excludeFromCodex": true
|
|
4540
|
+
},
|
|
4568
4541
|
"/Lotus/Types/Items/MiscItems/NoraIntermissionFiveCreds": {
|
|
4569
4542
|
"name": "/Lotus/Language/NightwaveSeasonThree/NoraIntermissionFiveCreds",
|
|
4570
4543
|
"description": "/Lotus/Language/NightwaveSeasonThree/NoraIntermissionFiveCredsDesc",
|
|
@@ -10630,6 +10603,14 @@
|
|
|
10630
10603
|
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
10631
10604
|
"productCategory": "ShipDecorations"
|
|
10632
10605
|
},
|
|
10606
|
+
"/Lotus/Types/Items/ShipDecos/ArthurPagerShipDeco": {
|
|
10607
|
+
"name": "/Lotus/Language/ShipDecorations/ArthurPagerShipDecoName",
|
|
10608
|
+
"description": "/Lotus/Language/ShipDecorations/ArthurPagerShipDecoDesc",
|
|
10609
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Decorations/ArthurPager.png",
|
|
10610
|
+
"codexSecret": false,
|
|
10611
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
10612
|
+
"productCategory": "ShipDecorations"
|
|
10613
|
+
},
|
|
10633
10614
|
"/Lotus/Types/Items/ShipDecos/AshBobbleHead": {
|
|
10634
10615
|
"name": "/Lotus/Language/ShipDecorations/BobbleheadAshName",
|
|
10635
10616
|
"description": "/Lotus/Language/ShipDecorations/BobbleheadAshDesc",
|
|
@@ -13613,6 +13594,15 @@
|
|
|
13613
13594
|
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
13614
13595
|
"productCategory": "ShipDecorations"
|
|
13615
13596
|
},
|
|
13597
|
+
"/Lotus/Types/Items/ShipDecos/RathuumEventPoster": {
|
|
13598
|
+
"name": "/Lotus/Language/ShipDecorations/RathuumEventPosterName",
|
|
13599
|
+
"description": "/Lotus/Language/ShipDecorations/RathuumEventPosterDesc",
|
|
13600
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Posters/EventRathuumPoster.png",
|
|
13601
|
+
"codexSecret": false,
|
|
13602
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
13603
|
+
"productCategory": "ShipDecorations",
|
|
13604
|
+
"excludeFromCodex": true
|
|
13605
|
+
},
|
|
13616
13606
|
"/Lotus/Types/Items/ShipDecos/RedVeilSyndicateOrnament": {
|
|
13617
13607
|
"name": "/Lotus/Language/ShipDecorations/OrnamentRedVeilName",
|
|
13618
13608
|
"description": "/Lotus/Language/ShipDecorations/OrnamentRedVeilDesc",
|
|
@@ -13912,6 +13902,15 @@
|
|
|
13912
13902
|
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
13913
13903
|
"productCategory": "ShipDecorations"
|
|
13914
13904
|
},
|
|
13905
|
+
"/Lotus/Types/Items/ShipDecos/SummerGameFestPoster": {
|
|
13906
|
+
"name": "/Lotus/Language/ShipDecorations/SummerGameFestPosterName",
|
|
13907
|
+
"description": "/Lotus/Language/ShipDecorations/SummerGameFestPosterDesc",
|
|
13908
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Posters/SummberGameFestPosterIcon.png",
|
|
13909
|
+
"codexSecret": false,
|
|
13910
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
13911
|
+
"productCategory": "ShipDecorations",
|
|
13912
|
+
"excludeFromCodex": true
|
|
13913
|
+
},
|
|
13915
13914
|
"/Lotus/Types/Items/ShipDecos/TNWKahlBobbleHead": {
|
|
13916
13915
|
"name": "/Lotus/Language/ShipDecorations/TNWKahlName",
|
|
13917
13916
|
"description": "/Lotus/Language/ShipDecorations/TNWKahlDesc",
|
|
@@ -18656,6 +18655,33 @@
|
|
|
18656
18655
|
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
18657
18656
|
"productCategory": "MiscItems"
|
|
18658
18657
|
},
|
|
18658
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeChassisComponent": {
|
|
18659
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_SevagothPrimeChassisName",
|
|
18660
|
+
"description": "/Lotus/Language/Primes/CraftingComponent_SevagothPrimeChassisDesc",
|
|
18661
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframePrimeChassis.png",
|
|
18662
|
+
"codexSecret": false,
|
|
18663
|
+
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
18664
|
+
"productCategory": "MiscItems",
|
|
18665
|
+
"primeSellingPrice": 100
|
|
18666
|
+
},
|
|
18667
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeHelmetComponent": {
|
|
18668
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_SevagothPrimeHelmetName",
|
|
18669
|
+
"description": "/Lotus/Language/Primes/CraftingComponent_SevagothPrimeHelmetDesc",
|
|
18670
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframePrimeHelmet.png",
|
|
18671
|
+
"codexSecret": false,
|
|
18672
|
+
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
18673
|
+
"productCategory": "MiscItems",
|
|
18674
|
+
"primeSellingPrice": 15
|
|
18675
|
+
},
|
|
18676
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeSystemsComponent": {
|
|
18677
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_SevagothPrimeSystemsName",
|
|
18678
|
+
"description": "/Lotus/Language/Primes/CraftingComponent_SevagothPrimeSystemsDesc",
|
|
18679
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframePrimeSystem.png",
|
|
18680
|
+
"codexSecret": false,
|
|
18681
|
+
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
18682
|
+
"productCategory": "MiscItems",
|
|
18683
|
+
"primeSellingPrice": 15
|
|
18684
|
+
},
|
|
18659
18685
|
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxChassisComponent": {
|
|
18660
18686
|
"name": "/Lotus/Language/Suits/StyanaxChassisComponentName",
|
|
18661
18687
|
"description": "/Lotus/Language/Suits/StyanaxChassisComponentDesc",
|
|
@@ -19272,7 +19298,6 @@
|
|
|
19272
19298
|
"codexSecret": true,
|
|
19273
19299
|
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
19274
19300
|
"productCategory": "MiscItems",
|
|
19275
|
-
"excludeFromCodex": true,
|
|
19276
19301
|
"primeSellingPrice": 45
|
|
19277
19302
|
},
|
|
19278
19303
|
"/Lotus/Types/Recipes/Weapons/WeaponParts/AksomatiPrimeBarrel": {
|
|
@@ -20221,6 +20246,24 @@
|
|
|
20221
20246
|
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
20222
20247
|
"productCategory": "MiscItems"
|
|
20223
20248
|
},
|
|
20249
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/EpitaphPrimeBarrel": {
|
|
20250
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_EpitaphPrimeBarrel",
|
|
20251
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
20252
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericGunPrimeBarrel.png",
|
|
20253
|
+
"codexSecret": false,
|
|
20254
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
20255
|
+
"productCategory": "MiscItems",
|
|
20256
|
+
"primeSellingPrice": 45
|
|
20257
|
+
},
|
|
20258
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/EpitaphPrimeReceiver": {
|
|
20259
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_EpitaphPrimeReceiver",
|
|
20260
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
20261
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericGunPrimeReceiver.png",
|
|
20262
|
+
"codexSecret": false,
|
|
20263
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
20264
|
+
"productCategory": "MiscItems",
|
|
20265
|
+
"primeSellingPrice": 100
|
|
20266
|
+
},
|
|
20224
20267
|
"/Lotus/Types/Recipes/Weapons/WeaponParts/FragorPrimeHandle": {
|
|
20225
20268
|
"name": "/Lotus/Language/Menu/CraftingComponent_FragorPrimeHandle",
|
|
20226
20269
|
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
@@ -20886,6 +20929,33 @@
|
|
|
20886
20929
|
"productCategory": "MiscItems",
|
|
20887
20930
|
"primeSellingPrice": 45
|
|
20888
20931
|
},
|
|
20932
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/NautilusPrimeCarapace": {
|
|
20933
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_NautilusPrimeCarapace",
|
|
20934
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeSentinelCraftingComponentDesc",
|
|
20935
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframePrimeChassis.png",
|
|
20936
|
+
"codexSecret": false,
|
|
20937
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
20938
|
+
"productCategory": "MiscItems",
|
|
20939
|
+
"primeSellingPrice": 15
|
|
20940
|
+
},
|
|
20941
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/NautilusPrimeCerebrum": {
|
|
20942
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_NautilusPrimeCerebrum",
|
|
20943
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeSentinelCraftingComponentDesc",
|
|
20944
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframePrimeHelmet.png",
|
|
20945
|
+
"codexSecret": false,
|
|
20946
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
20947
|
+
"productCategory": "MiscItems",
|
|
20948
|
+
"primeSellingPrice": 100
|
|
20949
|
+
},
|
|
20950
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/NautilusPrimeSystems": {
|
|
20951
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_NautilusPrimeSystems",
|
|
20952
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeSentinelCraftingComponentDesc",
|
|
20953
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframePrimeSystem.png",
|
|
20954
|
+
"codexSecret": false,
|
|
20955
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
20956
|
+
"productCategory": "MiscItems",
|
|
20957
|
+
"primeSellingPrice": 45
|
|
20958
|
+
},
|
|
20889
20959
|
"/Lotus/Types/Recipes/Weapons/WeaponParts/NinkondiPrimeChain": {
|
|
20890
20960
|
"name": "/Lotus/Language/Primes/CraftingComponent_NinkondiPrimeChain",
|
|
20891
20961
|
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|