warframe-public-export-plus 0.6.2 → 0.6.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/ExportAchievements.json +4 -0
- package/ExportArcanes.json +346 -0
- package/ExportBoosterPacks.json +54 -54
- package/ExportBundles.json +242 -84
- package/ExportChallenges.json +10 -1
- package/ExportCodex.json +5 -0
- package/ExportCustoms.json +488 -20
- package/ExportDojoRecipes.json +1580 -0
- package/ExportEmailItems.json +5 -3
- package/ExportEnemies.json +2459 -699
- package/ExportFlavour.json +481 -0
- package/ExportImages.json +360 -18
- package/ExportKeys.json +227 -42
- package/ExportRailjackWeapons.json +2135 -167
- package/ExportRecipes.json +761 -0
- package/ExportRelics.json +693 -9
- package/ExportResources.json +484 -12
- package/ExportRewards.json +616 -4
- package/ExportSyndicates.json +56 -0
- package/ExportUpgrades.json +72 -47
- package/ExportVendors.json +1133 -164
- package/ExportVirtuals.json +3 -0
- package/ExportWarframes.json +163 -2
- package/ExportWeapons.json +592 -42
- package/dict.de.json +539 -63
- package/dict.en.json +551 -75
- package/dict.es.json +579 -103
- package/dict.fr.json +508 -32
- package/dict.it.json +526 -50
- package/dict.ja.json +510 -34
- package/dict.ko.json +543 -67
- package/dict.pl.json +807 -331
- package/dict.pt.json +548 -72
- package/dict.ru.json +525 -49
- package/dict.tc.json +520 -44
- package/dict.th.json +537 -61
- package/dict.tr.json +1134 -658
- package/dict.uk.json +1000 -524
- package/dict.zh.json +554 -78
- package/index.d.ts +2 -1
- package/package.json +1 -1
- package/supplementals/getScaledPowersuitValues.pluto +17 -0
package/ExportBundles.json
CHANGED
|
@@ -11,90 +11,6 @@
|
|
|
11
11
|
],
|
|
12
12
|
"excludeFromMarket": true
|
|
13
13
|
},
|
|
14
|
-
"/Lotus/Types/Items/DiscordItems/DiscordNitroSarynBundle": {
|
|
15
|
-
"name": "/Lotus/Language/Bundles/DiscordNitroSarynBundle",
|
|
16
|
-
"description": "/Lotus/Language/Bundles/DiscordNitroSarynBundleDesc",
|
|
17
|
-
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/PartnerBundles/DiscordNitroSarynBundle.png",
|
|
18
|
-
"excludeFromCodex": true,
|
|
19
|
-
"components": [
|
|
20
|
-
{
|
|
21
|
-
"typeName": "/Lotus/StoreItems/Powersuits/Saryn/Saryn",
|
|
22
|
-
"purchaseQuantity": 1
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Saryn/SarynDeluxeSuit",
|
|
26
|
-
"purchaseQuantity": 1
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Axe/SarynDeluxeSickle",
|
|
30
|
-
"purchaseQuantity": 1
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"typeName": "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/SarynDeluxeMeleeDangle",
|
|
34
|
-
"purchaseQuantity": 1
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"typeName": "/Lotus/Types/StoreItems/Packages/InfEmbolistArmourBundle",
|
|
38
|
-
"purchaseQuantity": 1
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Scarves/TennoLeafDotCapeScarf",
|
|
42
|
-
"purchaseQuantity": 1
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/SarynBobbleHead",
|
|
46
|
-
"purchaseQuantity": 1
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"typeName": "/Lotus/Types/StoreItems/Boosters/ResourceDropChance7DayStoreItem",
|
|
50
|
-
"purchaseQuantity": 1
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/LisetTickerSign",
|
|
54
|
-
"purchaseQuantity": 1
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
"/Lotus/Types/Items/DiscordItems/DiscordStarterPack2019": {
|
|
59
|
-
"name": "/Lotus/Language/Marketing/StarterBundle2019ItemTitle",
|
|
60
|
-
"description": "/Lotus/Language/Marketing/StarterBundle2019ItemDesc",
|
|
61
|
-
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/Marketing/StarterBundle2019.png",
|
|
62
|
-
"excludeFromCodex": true,
|
|
63
|
-
"components": [
|
|
64
|
-
{
|
|
65
|
-
"typeName": "/Lotus/Types/StoreItems/Boosters/AffinityBooster7DayStoreItem",
|
|
66
|
-
"purchaseQuantity": 1
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"typeName": "/Lotus/Types/StoreItems/Boosters/CreditBooster7DayStoreItem",
|
|
70
|
-
"purchaseQuantity": 1
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"typeName": "/Lotus/Types/StoreItems/Packages/EssentialDamageModPack",
|
|
74
|
-
"purchaseQuantity": 1
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"typeName": "/Lotus/Types/StoreItems/AvatarImages/AvatarImageStarterPackLotusStoreItem",
|
|
78
|
-
"purchaseQuantity": 1
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Sigils/StarterPackLotusSigil",
|
|
82
|
-
"purchaseQuantity": 1
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/OrokinReactor",
|
|
86
|
-
"purchaseQuantity": 1
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/OrokinCatalyst",
|
|
90
|
-
"purchaseQuantity": 1
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Scarves/FlameScarf",
|
|
94
|
-
"purchaseQuantity": 1
|
|
95
|
-
}
|
|
96
|
-
]
|
|
97
|
-
},
|
|
98
14
|
"/Lotus/Types/Restoratives/Upgraded/DragonKeyRewardBundle": {
|
|
99
15
|
"name": "/Lotus/Language/Isleweaver/DragonKeyBundleName",
|
|
100
16
|
"description": "/Lotus/Language/Isleweaver/DragonKeyBundleDesc",
|
|
@@ -2638,6 +2554,51 @@
|
|
|
2638
2554
|
"platinumBundlePair": "/Lotus/Types/StoreItems/Packages/DeluxeBundles/GaussGrendelDeluxeIISkinBundle",
|
|
2639
2555
|
"excludeFromMarket": true
|
|
2640
2556
|
},
|
|
2557
|
+
"/Lotus/Types/StoreItems/Packages/2026Bundles/JS2CompleteSupporterPack": {
|
|
2558
|
+
"name": "/Lotus/Language/Bundles/JS2CompleteSupPackName",
|
|
2559
|
+
"description": "/Lotus/Language/Bundles/JS2CompleteSupPackDesc",
|
|
2560
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/Marketing/JS2CompletePackMarketTile.png",
|
|
2561
|
+
"components": [
|
|
2562
|
+
{
|
|
2563
|
+
"typeName": "/Lotus/Types/StoreItems/Packages/JS2GeminiSkinBundle",
|
|
2564
|
+
"purchaseQuantity": 1
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"typeName": "/Lotus/Types/StoreItems/Packages/JS2SiriusOrionBundle",
|
|
2568
|
+
"purchaseQuantity": 1
|
|
2569
|
+
}
|
|
2570
|
+
],
|
|
2571
|
+
"bundledPlatinum": 565,
|
|
2572
|
+
"excludeFromMarket": true
|
|
2573
|
+
},
|
|
2574
|
+
"/Lotus/Types/StoreItems/Packages/2026Bundles/JS2GeminiSkinsSupporterPack": {
|
|
2575
|
+
"name": "/Lotus/Language/Bundles/JS2GeminiSkinsSupPackName",
|
|
2576
|
+
"description": "/Lotus/Language/Bundles/JS2GeminiSkinsSupPackDesc",
|
|
2577
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/Marketing/JS2GeminiSkinsPackMarketTile.png",
|
|
2578
|
+
"components": [
|
|
2579
|
+
{
|
|
2580
|
+
"typeName": "/Lotus/Types/StoreItems/Packages/JS2GeminiSkinBundle",
|
|
2581
|
+
"purchaseQuantity": 1
|
|
2582
|
+
}
|
|
2583
|
+
],
|
|
2584
|
+
"bundledPlatinum": 375,
|
|
2585
|
+
"platinumBundlePair": "/Lotus/Types/StoreItems/Packages/JS2GeminiSkinBundle",
|
|
2586
|
+
"excludeFromMarket": true
|
|
2587
|
+
},
|
|
2588
|
+
"/Lotus/Types/StoreItems/Packages/2026Bundles/JS2SiriusOrionSupporterPack": {
|
|
2589
|
+
"name": "/Lotus/Language/Bundles/JS2SiriusOrionSupPackName",
|
|
2590
|
+
"description": "/Lotus/Language/Bundles/JS2SiriusOrionSupPackDesc",
|
|
2591
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/Marketing/JS2SiriusOrionWFPackMarketTile.png",
|
|
2592
|
+
"components": [
|
|
2593
|
+
{
|
|
2594
|
+
"typeName": "/Lotus/Types/StoreItems/Packages/JS2SiriusOrionBundle",
|
|
2595
|
+
"purchaseQuantity": 1
|
|
2596
|
+
}
|
|
2597
|
+
],
|
|
2598
|
+
"bundledPlatinum": 190,
|
|
2599
|
+
"platinumBundlePair": "/Lotus/Types/StoreItems/Packages/JS2SiriusOrionBundle",
|
|
2600
|
+
"excludeFromMarket": true
|
|
2601
|
+
},
|
|
2641
2602
|
"/Lotus/Types/StoreItems/Packages/2026Bundles/TC2026DigitalPack": {
|
|
2642
2603
|
"name": "/Lotus/Language/Bundles/TC2026DigitalPackName",
|
|
2643
2604
|
"description": "/Lotus/Language/Bundles/TC2026DigitalPackDesc",
|
|
@@ -6129,6 +6090,26 @@
|
|
|
6129
6090
|
],
|
|
6130
6091
|
"platinumCost": 125
|
|
6131
6092
|
},
|
|
6093
|
+
"/Lotus/Types/StoreItems/Packages/DeluxeBundles/PagemasterDeluxeSkinBundle": {
|
|
6094
|
+
"name": "/Lotus/Language/Bundles/PagemasterDeluxeSkinBundleName",
|
|
6095
|
+
"description": "/Lotus/Language/Bundles/PagemasterDeluxeSkinBundleDesc",
|
|
6096
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/CosmeticBundles/Deluxe/DanteDeluxeSkinBundle.png",
|
|
6097
|
+
"components": [
|
|
6098
|
+
{
|
|
6099
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Pagemaster/PagemasterDeluxeSkin",
|
|
6100
|
+
"purchaseQuantity": 1
|
|
6101
|
+
},
|
|
6102
|
+
{
|
|
6103
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Weapons/Grimoire/PagemasterDeluxeGrimoireSkin",
|
|
6104
|
+
"purchaseQuantity": 1
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Pagemaster/PagemasterDeluxeWarfanSkin",
|
|
6108
|
+
"purchaseQuantity": 1
|
|
6109
|
+
}
|
|
6110
|
+
],
|
|
6111
|
+
"platinumCost": 260
|
|
6112
|
+
},
|
|
6132
6113
|
"/Lotus/Types/StoreItems/Packages/DeluxeBundles/ProteaDeluxeSkinBundle": {
|
|
6133
6114
|
"name": "/Lotus/Language/Bundles/ProteaDeluxeSkinBundleName",
|
|
6134
6115
|
"description": "/Lotus/Language/Bundles/ProteaDeluxeSkinBundleDesc",
|
|
@@ -10460,6 +10441,29 @@
|
|
|
10460
10441
|
}
|
|
10461
10442
|
]
|
|
10462
10443
|
},
|
|
10444
|
+
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/BallisticaIncarnonBundle": {
|
|
10445
|
+
"name": "/Lotus/Language/Zariman/BallisticaIncarnonBundleName",
|
|
10446
|
+
"description": "/Lotus/Language/Zariman/BallisticaIncarnonBundleDesc",
|
|
10447
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/BallisticaIncarnonAdapter.png",
|
|
10448
|
+
"components": [
|
|
10449
|
+
{
|
|
10450
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/IncarnonAdapters/Secondary/BallisticaIncarnonUnlocker",
|
|
10451
|
+
"purchaseQuantity": 1
|
|
10452
|
+
},
|
|
10453
|
+
{
|
|
10454
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
10455
|
+
"purchaseQuantity": 20
|
|
10456
|
+
},
|
|
10457
|
+
{
|
|
10458
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemA",
|
|
10459
|
+
"purchaseQuantity": 80
|
|
10460
|
+
},
|
|
10461
|
+
{
|
|
10462
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemE",
|
|
10463
|
+
"purchaseQuantity": 60
|
|
10464
|
+
}
|
|
10465
|
+
]
|
|
10466
|
+
},
|
|
10463
10467
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/BoarIncarnonBundle": {
|
|
10464
10468
|
"name": "/Lotus/Language/Zariman/BoarIncarnonBundleName",
|
|
10465
10469
|
"description": "/Lotus/Language/Zariman/BoarIncarnonBundleDesc",
|
|
@@ -10690,6 +10694,29 @@
|
|
|
10690
10694
|
}
|
|
10691
10695
|
]
|
|
10692
10696
|
},
|
|
10697
|
+
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/DestrezaIncarnonBundle": {
|
|
10698
|
+
"name": "/Lotus/Language/Zariman/DestrezaIncarnonBundleName",
|
|
10699
|
+
"description": "/Lotus/Language/Zariman/DestrezaIncarnonBundleDesc",
|
|
10700
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/DestrezaIncarnonAdapter.png",
|
|
10701
|
+
"components": [
|
|
10702
|
+
{
|
|
10703
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/IncarnonAdapters/Melee/DestrezaIncarnonUnlocker",
|
|
10704
|
+
"purchaseQuantity": 1
|
|
10705
|
+
},
|
|
10706
|
+
{
|
|
10707
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
10708
|
+
"purchaseQuantity": 20
|
|
10709
|
+
},
|
|
10710
|
+
{
|
|
10711
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemF",
|
|
10712
|
+
"purchaseQuantity": 70
|
|
10713
|
+
},
|
|
10714
|
+
{
|
|
10715
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriFractalItem",
|
|
10716
|
+
"purchaseQuantity": 60
|
|
10717
|
+
}
|
|
10718
|
+
]
|
|
10719
|
+
},
|
|
10693
10720
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/DreadIncarnonBundle": {
|
|
10694
10721
|
"name": "/Lotus/Language/Zariman/DreadIncarnonBundleName",
|
|
10695
10722
|
"description": "/Lotus/Language/Zariman/DreadIncarnonBundleDesc",
|
|
@@ -11035,6 +11062,29 @@
|
|
|
11035
11062
|
}
|
|
11036
11063
|
]
|
|
11037
11064
|
},
|
|
11065
|
+
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/ObexIncarnonBundle": {
|
|
11066
|
+
"name": "/Lotus/Language/Zariman/ObexIncarnonBundleName",
|
|
11067
|
+
"description": "/Lotus/Language/Zariman/ObexIncarnonBundleDesc",
|
|
11068
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/ObexIncarnonAdapter.png",
|
|
11069
|
+
"components": [
|
|
11070
|
+
{
|
|
11071
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/IncarnonAdapters/Melee/ObexIncarnonUnlocker",
|
|
11072
|
+
"purchaseQuantity": 1
|
|
11073
|
+
},
|
|
11074
|
+
{
|
|
11075
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
11076
|
+
"purchaseQuantity": 20
|
|
11077
|
+
},
|
|
11078
|
+
{
|
|
11079
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartAItem",
|
|
11080
|
+
"purchaseQuantity": 100
|
|
11081
|
+
},
|
|
11082
|
+
{
|
|
11083
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriEnemyDropItem",
|
|
11084
|
+
"purchaseQuantity": 80
|
|
11085
|
+
}
|
|
11086
|
+
]
|
|
11087
|
+
},
|
|
11038
11088
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/OkinaIncarnonBundle": {
|
|
11039
11089
|
"name": "/Lotus/Language/Zariman/OkinaIncarnonBundleName",
|
|
11040
11090
|
"description": "/Lotus/Language/Zariman/OkinaIncarnonBundleDesc",
|
|
@@ -11196,6 +11246,29 @@
|
|
|
11196
11246
|
}
|
|
11197
11247
|
]
|
|
11198
11248
|
},
|
|
11249
|
+
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/StugIncarnonBundle": {
|
|
11250
|
+
"name": "/Lotus/Language/Zariman/StugIncarnonBundleName",
|
|
11251
|
+
"description": "/Lotus/Language/Zariman/StugIncarnonBundleDesc",
|
|
11252
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/StugIncarnonAdapter.png",
|
|
11253
|
+
"components": [
|
|
11254
|
+
{
|
|
11255
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/IncarnonAdapters/Secondary/StugIncarnonUnlocker",
|
|
11256
|
+
"purchaseQuantity": 1
|
|
11257
|
+
},
|
|
11258
|
+
{
|
|
11259
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
11260
|
+
"purchaseQuantity": 20
|
|
11261
|
+
},
|
|
11262
|
+
{
|
|
11263
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriMushroomItem",
|
|
11264
|
+
"purchaseQuantity": 60
|
|
11265
|
+
},
|
|
11266
|
+
{
|
|
11267
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriRockItem",
|
|
11268
|
+
"purchaseQuantity": 150
|
|
11269
|
+
}
|
|
11270
|
+
]
|
|
11271
|
+
},
|
|
11199
11272
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/SybarisIncarnonBundle": {
|
|
11200
11273
|
"name": "/Lotus/Language/Zariman/SybarisIncarnonBundleName",
|
|
11201
11274
|
"description": "/Lotus/Language/Zariman/SybarisIncarnonBundleDesc",
|
|
@@ -11265,6 +11338,29 @@
|
|
|
11265
11338
|
}
|
|
11266
11339
|
]
|
|
11267
11340
|
},
|
|
11341
|
+
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/VectisIncarnonBundle": {
|
|
11342
|
+
"name": "/Lotus/Language/Zariman/VectisIncarnonBundleName",
|
|
11343
|
+
"description": "/Lotus/Language/Zariman/VectisIncarnonBundleDesc",
|
|
11344
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/VectisIncarnonAdapter.png",
|
|
11345
|
+
"components": [
|
|
11346
|
+
{
|
|
11347
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/IncarnonAdapters/Primary/VectisIncarnonUnlocker",
|
|
11348
|
+
"purchaseQuantity": 1
|
|
11349
|
+
},
|
|
11350
|
+
{
|
|
11351
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
11352
|
+
"purchaseQuantity": 20
|
|
11353
|
+
},
|
|
11354
|
+
{
|
|
11355
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemB",
|
|
11356
|
+
"purchaseQuantity": 80
|
|
11357
|
+
},
|
|
11358
|
+
{
|
|
11359
|
+
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriProcessedItem",
|
|
11360
|
+
"purchaseQuantity": 150
|
|
11361
|
+
}
|
|
11362
|
+
]
|
|
11363
|
+
},
|
|
11268
11364
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/ZylokIncarnonBundle": {
|
|
11269
11365
|
"name": "/Lotus/Language/Zariman/ZylokIncarnonBundleName",
|
|
11270
11366
|
"description": "/Lotus/Language/Zariman/ZylokIncarnonBundleDesc",
|
|
@@ -11671,6 +11767,52 @@
|
|
|
11671
11767
|
],
|
|
11672
11768
|
"platinumCost": 500
|
|
11673
11769
|
},
|
|
11770
|
+
"/Lotus/Types/StoreItems/Packages/JS2GeminiSkinBundle": {
|
|
11771
|
+
"name": "/Lotus/Language/Bundles/JS2GeminiSkinsSupPackName",
|
|
11772
|
+
"description": "/Lotus/Language/Bundles/JS2GeminiSkinsSupPackDesc",
|
|
11773
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/Marketing/JS2GeminiSkinsPackMarketTile.png",
|
|
11774
|
+
"components": [
|
|
11775
|
+
{
|
|
11776
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Ninja/AshGeminiSkin",
|
|
11777
|
+
"purchaseQuantity": 1
|
|
11778
|
+
},
|
|
11779
|
+
{
|
|
11780
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Garuda/GarudaGeminiSkin",
|
|
11781
|
+
"purchaseQuantity": 1
|
|
11782
|
+
}
|
|
11783
|
+
],
|
|
11784
|
+
"platinumCost": 440,
|
|
11785
|
+
"platinumBundlePair": "/Lotus/Types/StoreItems/Packages/2026Bundles/JS2GeminiSkinsSupporterPack"
|
|
11786
|
+
},
|
|
11787
|
+
"/Lotus/Types/StoreItems/Packages/JS2SiriusOrionBundle": {
|
|
11788
|
+
"name": "/Lotus/Language/Bundles/JS2SiriusOrionSupPackName",
|
|
11789
|
+
"description": "/Lotus/Language/Bundles/JS2SiriusOrionSupPackDesc",
|
|
11790
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/Marketing/JS2SiriusOrionWFPackMarketTile.png",
|
|
11791
|
+
"components": [
|
|
11792
|
+
{
|
|
11793
|
+
"typeName": "/Lotus/StoreItems/Powersuits/SiriusOrion/SiriusSuit",
|
|
11794
|
+
"purchaseQuantity": 1
|
|
11795
|
+
},
|
|
11796
|
+
{
|
|
11797
|
+
"typeName": "/Lotus/StoreItems/Weapons/Tenno/Melee/HeavyScythe/TnOrionSiriusScythe/TnSiriusScytheWeapon",
|
|
11798
|
+
"purchaseQuantity": 1
|
|
11799
|
+
},
|
|
11800
|
+
{
|
|
11801
|
+
"typeName": "/Lotus/StoreItems/Weapons/Tenno/Melee/HeavyScythe/TnOrionSiriusScythe/TnOrionScytheWeapon",
|
|
11802
|
+
"purchaseQuantity": 1
|
|
11803
|
+
},
|
|
11804
|
+
{
|
|
11805
|
+
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/JS2HunhowStare2in1Display",
|
|
11806
|
+
"purchaseQuantity": 1
|
|
11807
|
+
},
|
|
11808
|
+
{
|
|
11809
|
+
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/Props/LisetPropJS2Crib",
|
|
11810
|
+
"purchaseQuantity": 1
|
|
11811
|
+
}
|
|
11812
|
+
],
|
|
11813
|
+
"platinumCost": 560,
|
|
11814
|
+
"platinumBundlePair": "/Lotus/Types/StoreItems/Packages/2026Bundles/JS2SiriusOrionSupporterPack"
|
|
11815
|
+
},
|
|
11674
11816
|
"/Lotus/Types/StoreItems/Packages/KavatBaseColorPack": {
|
|
11675
11817
|
"name": "/Lotus/Language/Items/KavatBaseColorPackName",
|
|
11676
11818
|
"description": "/Lotus/Language/Items/KavatBaseColorPackDesc",
|
|
@@ -21057,6 +21199,22 @@
|
|
|
21057
21199
|
],
|
|
21058
21200
|
"platinumCost": 160
|
|
21059
21201
|
},
|
|
21202
|
+
"/Lotus/Types/StoreItems/Packages/OperatorHairGeminiJS2Bundle": {
|
|
21203
|
+
"name": "/Lotus/Language/Bundles/OperatorHairGeminiJS2BundleName",
|
|
21204
|
+
"description": "/Lotus/Language/Bundles/OperatorHairGeminiJS2BundleDesc",
|
|
21205
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/CosmeticBundles/Operator/OperatorHairGeminiJS2Bundle.png",
|
|
21206
|
+
"components": [
|
|
21207
|
+
{
|
|
21208
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Operator/Hair/Hair1999Ash",
|
|
21209
|
+
"purchaseQuantity": 1
|
|
21210
|
+
},
|
|
21211
|
+
{
|
|
21212
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Operator/Hair/Hair1999Garuda",
|
|
21213
|
+
"purchaseQuantity": 1
|
|
21214
|
+
}
|
|
21215
|
+
],
|
|
21216
|
+
"platinumCost": 40
|
|
21217
|
+
},
|
|
21060
21218
|
"/Lotus/Types/StoreItems/Packages/OperatorHairGeminiMegaBundle": {
|
|
21061
21219
|
"name": "/Lotus/Language/Bundles/OperatorHairGeminiMegaBundleName",
|
|
21062
21220
|
"description": "/Lotus/Language/Bundles/OperatorHairGeminiMegaBundleDesc",
|
package/ExportChallenges.json
CHANGED
|
@@ -2829,7 +2829,8 @@
|
|
|
2829
2829
|
],
|
|
2830
2830
|
"countedAttachments": [],
|
|
2831
2831
|
"icon": "/Lotus/Interface/Icons/Npcs/Roathe.png",
|
|
2832
|
-
"highPriority": true
|
|
2832
|
+
"highPriority": true,
|
|
2833
|
+
"customData": "REWARD_IMMEDIATELY"
|
|
2833
2834
|
}
|
|
2834
2835
|
},
|
|
2835
2836
|
"/Lotus/Types/Challenges/TauMedals/Rank2C": {
|
|
@@ -3466,6 +3467,14 @@
|
|
|
3466
3467
|
}
|
|
3467
3468
|
]
|
|
3468
3469
|
},
|
|
3470
|
+
"/Lotus/Types/Challenges/Titles/TitleVorunaPrimeChallenge": {
|
|
3471
|
+
"countedRewards": [
|
|
3472
|
+
{
|
|
3473
|
+
"StoreItem": "/Lotus/StoreItems/Types/Items/Titles/TitleVorunaPrime",
|
|
3474
|
+
"ItemCount": 1
|
|
3475
|
+
}
|
|
3476
|
+
]
|
|
3477
|
+
},
|
|
3469
3478
|
"/Lotus/Types/Challenges/Titles/UnairuHammerTitleChallenge": {
|
|
3470
3479
|
"countedRewards": [
|
|
3471
3480
|
{
|
package/ExportCodex.json
CHANGED
|
@@ -3130,6 +3130,11 @@
|
|
|
3130
3130
|
"name": "/Lotus/Language/Fragments/TheUnrememberedSongName",
|
|
3131
3131
|
"song": "/Lotus/Music/LisetJukebox/TheUnremembered.wav",
|
|
3132
3132
|
"reqScans": 1
|
|
3133
|
+
},
|
|
3134
|
+
"/Lotus/Types/Lore/Fragments/MusicFragments/TheAwakeningSongFragment": {
|
|
3135
|
+
"name": "/Lotus/Language/Fragments/TheAwakeningSongName",
|
|
3136
|
+
"song": "/Lotus/Music/LisetJukebox/TheAwakening.wav",
|
|
3137
|
+
"reqScans": 0
|
|
3133
3138
|
}
|
|
3134
3139
|
},
|
|
3135
3140
|
"fighterFrames": {
|