warframe-public-export-plus 0.5.55 → 0.5.57
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/ExportBundles.json +17 -0
- package/ExportCustoms.json +8 -0
- package/ExportDojoRecipes.json +123 -0
- package/ExportEnemies.json +61 -0
- package/ExportImages.json +15 -0
- package/ExportKeys.json +27 -0
- package/ExportRailjackWeapons.json +324 -0
- package/ExportRecipes.json +42 -0
- package/ExportResources.json +40 -0
- package/ExportRewards.json +862 -474
- package/ExportUpgrades.json +28 -28
- package/ExportWeapons.json +130 -0
- package/dict.de.json +29 -8
- package/dict.en.json +21 -0
- package/dict.es.json +28 -7
- package/dict.fr.json +58 -37
- package/dict.it.json +21 -0
- package/dict.ja.json +22 -1
- package/dict.ko.json +30 -9
- package/dict.pl.json +60 -39
- package/dict.pt.json +38 -17
- package/dict.ru.json +30 -9
- package/dict.tc.json +23 -2
- package/dict.th.json +32 -11
- package/dict.tr.json +24 -3
- package/dict.uk.json +197 -176
- package/dict.zh.json +25 -4
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/ExportBundles.json
CHANGED
|
@@ -7736,6 +7736,23 @@
|
|
|
7736
7736
|
],
|
|
7737
7737
|
"premiumPrice": 75
|
|
7738
7738
|
},
|
|
7739
|
+
"/Lotus/Types/StoreItems/Packages/EventCatalystReactorBundle": {
|
|
7740
|
+
"name": "/Lotus/Language/Events/EventCatalystReactorBundleName",
|
|
7741
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/GearAndResources/EventCatalystReactorBundle.png",
|
|
7742
|
+
"excludeFromCodex": true,
|
|
7743
|
+
"components": [
|
|
7744
|
+
{
|
|
7745
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/OrokinReactor",
|
|
7746
|
+
"purchaseQuantity": 1,
|
|
7747
|
+
"durability": "COMMON"
|
|
7748
|
+
},
|
|
7749
|
+
{
|
|
7750
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/OrokinCatalyst",
|
|
7751
|
+
"purchaseQuantity": 1,
|
|
7752
|
+
"durability": "COMMON"
|
|
7753
|
+
}
|
|
7754
|
+
]
|
|
7755
|
+
},
|
|
7739
7756
|
"/Lotus/Types/StoreItems/Packages/EvergreenBoosters": {
|
|
7740
7757
|
"name": "/Lotus/Language/Bundles/EvergreenBoosterPackName",
|
|
7741
7758
|
"description": "/Lotus/Language/Bundles/EvergreenBoosterPackDesc",
|
package/ExportCustoms.json
CHANGED
|
@@ -8505,6 +8505,14 @@
|
|
|
8505
8505
|
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/PrimaryWeapons/Skins/ParacystZebraSkin.png",
|
|
8506
8506
|
"productCategory": "WeaponSkins"
|
|
8507
8507
|
},
|
|
8508
|
+
"/Lotus/Upgrades/Skins/Events/OgrisOldSchool": {
|
|
8509
|
+
"name": "/Lotus/Language/Cosmetics/OgrisOldSchoolSkinName",
|
|
8510
|
+
"codexSecret": false,
|
|
8511
|
+
"excludeFromCodex": true,
|
|
8512
|
+
"description": "/Lotus/Language/Cosmetics/OgrisOldSchoolSkinDesc",
|
|
8513
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/PrimaryWeapons/Weapons/OgrisOldSchool.png",
|
|
8514
|
+
"productCategory": "WeaponSkins"
|
|
8515
|
+
},
|
|
8508
8516
|
"/Lotus/Upgrades/Skins/Events/PremiumBunnyEars": {
|
|
8509
8517
|
"name": "/Lotus/Language/Cosmetics/PremiumBunnyEarsName",
|
|
8510
8518
|
"codexSecret": false,
|