warframe-public-export-plus 0.5.100 → 0.5.102
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 +40 -0
- package/ExportBoosterPacks.json +5 -0
- package/ExportBundles.json +290 -0
- package/ExportCustoms.json +261 -5
- package/ExportEnemies.json +33 -30
- package/ExportFlavour.json +335 -0
- package/ExportImages.json +256 -139
- package/ExportKeys.json +1 -0
- package/ExportRegions.json +32 -22
- package/ExportResources.json +88 -2
- package/ExportRewards.json +593 -34
- package/ExportTextIcons.json +134 -102
- package/ExportUpgrades.json +0 -5
- package/ExportVirtuals.json +4 -0
- package/ExportWarframes.json +2 -2
- package/ExportWeapons.json +37 -0
- package/README.md +1 -1
- package/dict.de.json +136 -40
- package/dict.en.json +105 -9
- package/dict.es.json +114 -18
- package/dict.fr.json +108 -12
- package/dict.it.json +110 -14
- package/dict.ja.json +105 -9
- package/dict.ko.json +114 -18
- package/dict.pl.json +156 -60
- package/dict.pt.json +257 -161
- package/dict.ru.json +794 -698
- package/dict.tc.json +106 -10
- package/dict.th.json +141 -45
- package/dict.tr.json +250 -154
- package/dict.uk.json +131 -35
- package/dict.zh.json +111 -15
- package/index.d.ts +15 -0
- package/index.js +5 -0
- package/index.mjs +2 -0
- package/package.json +1 -1
- package/supplementals/getScaledPowersuitValues.js +39 -0
- package/supplementals/util.wasm +0 -0
- package/supplementals/util.wat +289 -0
package/ExportArcanes.json
CHANGED
|
@@ -1365,5 +1365,45 @@
|
|
|
1365
1365
|
"rarity": "RARE",
|
|
1366
1366
|
"fusionLimit": 5,
|
|
1367
1367
|
"distillPointValue": 22
|
|
1368
|
+
},
|
|
1369
|
+
"/Lotus/Upgrades/CosmeticEnhancers/Antiques/AmmoEfficencyDuringUltimate": {
|
|
1370
|
+
"name": "/Lotus/Language/Upgrades/AmmoEfficencyDuringUltimateName",
|
|
1371
|
+
"icon": "/Lotus/Interface/Icons/CosmeticEnhancers/Arcanes/Projections/UltimateAmmoEfficient.png",
|
|
1372
|
+
"codexSecret": true,
|
|
1373
|
+
"rarity": "COMMON",
|
|
1374
|
+
"fusionLimit": 5,
|
|
1375
|
+
"distillPointValue": 24
|
|
1376
|
+
},
|
|
1377
|
+
"/Lotus/Upgrades/CosmeticEnhancers/Antiques/HeatStatusProcOnUltimateKill": {
|
|
1378
|
+
"name": "/Lotus/Language/Upgrades/HeatStatusProcOnUltimateKillName",
|
|
1379
|
+
"icon": "/Lotus/Interface/Icons/CosmeticEnhancers/Arcanes/Projections/UltimateHeatDmg.png",
|
|
1380
|
+
"codexSecret": true,
|
|
1381
|
+
"rarity": "COMMON",
|
|
1382
|
+
"fusionLimit": 5,
|
|
1383
|
+
"distillPointValue": 24
|
|
1384
|
+
},
|
|
1385
|
+
"/Lotus/Upgrades/CosmeticEnhancers/Antiques/StatusChanceOnUltimateHit": {
|
|
1386
|
+
"name": "/Lotus/Language/Upgrades/StatusChanceOnUltimateHitName",
|
|
1387
|
+
"icon": "/Lotus/Interface/Icons/CosmeticEnhancers/Arcanes/Projections/UltimateStatChance.png",
|
|
1388
|
+
"codexSecret": true,
|
|
1389
|
+
"rarity": "COMMON",
|
|
1390
|
+
"fusionLimit": 5,
|
|
1391
|
+
"distillPointValue": 24
|
|
1392
|
+
},
|
|
1393
|
+
"/Lotus/Upgrades/CosmeticEnhancers/Antiques/UltimateInvisibilty": {
|
|
1394
|
+
"name": "/Lotus/Language/Upgrades/UltimateInvisibiltyName",
|
|
1395
|
+
"icon": "/Lotus/Interface/Icons/CosmeticEnhancers/Arcanes/Projections/UltimateInvisibility.png",
|
|
1396
|
+
"codexSecret": true,
|
|
1397
|
+
"rarity": "COMMON",
|
|
1398
|
+
"fusionLimit": 5,
|
|
1399
|
+
"distillPointValue": 24
|
|
1400
|
+
},
|
|
1401
|
+
"/Lotus/Upgrades/CosmeticEnhancers/Antiques/VoidSlingsOverguardStrip": {
|
|
1402
|
+
"name": "/Lotus/Language/Upgrades/VoidSlingsOverguardStripName",
|
|
1403
|
+
"icon": "/Lotus/Interface/Icons/CosmeticEnhancers/Arcanes/Projections/UltimateOverguard.png",
|
|
1404
|
+
"codexSecret": true,
|
|
1405
|
+
"rarity": "COMMON",
|
|
1406
|
+
"fusionLimit": 5,
|
|
1407
|
+
"distillPointValue": 24
|
|
1368
1408
|
}
|
|
1369
1409
|
}
|
package/ExportBoosterPacks.json
CHANGED
|
@@ -3337,6 +3337,11 @@
|
|
|
3337
3337
|
"Item": "/Lotus/Upgrades/Mods/DataSpike/Cipher/DamageReductionOnHackMod",
|
|
3338
3338
|
"Amount": 1,
|
|
3339
3339
|
"Rarity": "UNCOMMON"
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"Item": "/Lotus/Upgrades/Mods/Archwing/Rifle/Expert/ArchwingWeaponToxinDamageModExpert",
|
|
3343
|
+
"Amount": 1,
|
|
3344
|
+
"Rarity": "LEGENDARY"
|
|
3340
3345
|
}
|
|
3341
3346
|
],
|
|
3342
3347
|
"rarityWeightsPerRoll": [
|
package/ExportBundles.json
CHANGED
|
@@ -2684,6 +2684,55 @@
|
|
|
2684
2684
|
"bundledPremiumCredits": 275,
|
|
2685
2685
|
"excludeFromMarket": true
|
|
2686
2686
|
},
|
|
2687
|
+
"/Lotus/Types/StoreItems/Packages/2026Bundles/2026Q1Battlekit": {
|
|
2688
|
+
"name": "/Lotus/Language/Bundles/2026Q1BattlekitName",
|
|
2689
|
+
"description": "/Lotus/Language/Bundles/2026Q1BattlekitDesc",
|
|
2690
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/Marketing/2026Q1BattleKitMarketTile.png",
|
|
2691
|
+
"components": [
|
|
2692
|
+
{
|
|
2693
|
+
"typeName": "/Lotus/StoreItems/Weapons/Tenno/LongGuns/TnWispRifle/TnWispRifle",
|
|
2694
|
+
"purchaseQuantity": 1
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Mods/Rifle/WeaponFireIterationsMod",
|
|
2698
|
+
"purchaseQuantity": 1
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Effects/OpulaEphemera",
|
|
2702
|
+
"purchaseQuantity": 1
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"typeName": "/Lotus/Types/StoreItems/Boosters/CreditBooster3DayStoreItem",
|
|
2706
|
+
"purchaseQuantity": 1
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"typeName": "/Lotus/Types/StoreItems/Boosters/ResourceAmount3DayStoreItem",
|
|
2710
|
+
"purchaseQuantity": 1
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"typeName": "/Lotus/Types/StoreItems/Boosters/AffinityBooster3DayStoreItem",
|
|
2714
|
+
"purchaseQuantity": 1
|
|
2715
|
+
}
|
|
2716
|
+
],
|
|
2717
|
+
"platinumCost": 1,
|
|
2718
|
+
"premiumPrice": 1,
|
|
2719
|
+
"excludeFromMarket": true
|
|
2720
|
+
},
|
|
2721
|
+
"/Lotus/Types/StoreItems/Packages/2026Bundles/VaubanHeirloomPack": {
|
|
2722
|
+
"name": "/Lotus/Language/Bundles/VaubanHeirloomPackName",
|
|
2723
|
+
"description": "/Lotus/Language/Bundles/VaubanHeirloomPackDesc",
|
|
2724
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/Marketing/VaubanHeirloomMarketTile.png",
|
|
2725
|
+
"components": [
|
|
2726
|
+
{
|
|
2727
|
+
"typeName": "/Lotus/Types/StoreItems/Packages/HeirloomPackVauban",
|
|
2728
|
+
"purchaseQuantity": 1
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"bundledPlatinum": 425,
|
|
2732
|
+
"platinumBundlePair": "/Lotus/Types/StoreItems/Packages/HeirloomPackVauban",
|
|
2733
|
+
"bundledPremiumCredits": 425,
|
|
2734
|
+
"excludeFromMarket": true
|
|
2735
|
+
},
|
|
2687
2736
|
"/Lotus/Types/StoreItems/Packages/AcolyteNoggleBundle": {
|
|
2688
2737
|
"name": "/Lotus/Language/Items/AcolyteNoggleBundleName",
|
|
2689
2738
|
"description": "/Lotus/Language/Items/AcolyteNoggleBundleDesc",
|
|
@@ -6559,6 +6608,27 @@
|
|
|
6559
6608
|
}
|
|
6560
6609
|
]
|
|
6561
6610
|
},
|
|
6611
|
+
"/Lotus/Types/StoreItems/Packages/DevilsTriadFloofBundle": {
|
|
6612
|
+
"name": "/Lotus/Language/Bundles/DevilsTriadFloofBundleName",
|
|
6613
|
+
"description": "/Lotus/Language/Bundles/DevilsTriadFloofBundleDesc",
|
|
6614
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/ShipDecos/DevilsTriadFloofBundle.png",
|
|
6615
|
+
"components": [
|
|
6616
|
+
{
|
|
6617
|
+
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/Plushies/PlushyLyon",
|
|
6618
|
+
"purchaseQuantity": 1
|
|
6619
|
+
},
|
|
6620
|
+
{
|
|
6621
|
+
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/Plushies/PlushyMarie",
|
|
6622
|
+
"purchaseQuantity": 1
|
|
6623
|
+
},
|
|
6624
|
+
{
|
|
6625
|
+
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/Plushies/PlushyRoathe",
|
|
6626
|
+
"purchaseQuantity": 1
|
|
6627
|
+
}
|
|
6628
|
+
],
|
|
6629
|
+
"platinumCost": 85,
|
|
6630
|
+
"premiumPrice": 85
|
|
6631
|
+
},
|
|
6562
6632
|
"/Lotus/Types/StoreItems/Packages/DjinnDeluxeArmorPack": {
|
|
6563
6633
|
"name": "/Lotus/Language/Cosmetics/DjinnDeluxeArmourBundleName",
|
|
6564
6634
|
"description": "/Lotus/Language/Cosmetics/DjinnDeluxeArmourBundleDesc",
|
|
@@ -9832,6 +9902,41 @@
|
|
|
9832
9902
|
"platinumBundlePair": "/Lotus/Types/StoreItems/Packages/2025Bundles/ValkyrHeirloomPack",
|
|
9833
9903
|
"premiumPrice": 400
|
|
9834
9904
|
},
|
|
9905
|
+
"/Lotus/Types/StoreItems/Packages/HeirloomPackVauban": {
|
|
9906
|
+
"name": "/Lotus/Language/Bundles/VaubanHeirloomPackName",
|
|
9907
|
+
"description": "/Lotus/Language/Bundles/VaubanHeirloomPackDesc",
|
|
9908
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/CosmeticBundles/Skins/HeirloomPackVauban.png",
|
|
9909
|
+
"excludeFromCodex": true,
|
|
9910
|
+
"components": [
|
|
9911
|
+
{
|
|
9912
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Trapper/VaubanHeirloomSkin",
|
|
9913
|
+
"purchaseQuantity": 1
|
|
9914
|
+
},
|
|
9915
|
+
{
|
|
9916
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Crowns/HeirloomVaubanCrown",
|
|
9917
|
+
"purchaseQuantity": 1
|
|
9918
|
+
},
|
|
9919
|
+
{
|
|
9920
|
+
"typeName": "/Lotus/StoreItems/Types/StoreItems/SuitCustomizations/ColourPickerVaubanHeirloom",
|
|
9921
|
+
"purchaseQuantity": 1
|
|
9922
|
+
},
|
|
9923
|
+
{
|
|
9924
|
+
"typeName": "/Lotus/StoreItems/Types/StoreItems/AvatarImages/HeirloomVaubanGlyph",
|
|
9925
|
+
"purchaseQuantity": 1
|
|
9926
|
+
},
|
|
9927
|
+
{
|
|
9928
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Sigils/HeirloomVaubanSigil",
|
|
9929
|
+
"purchaseQuantity": 1
|
|
9930
|
+
},
|
|
9931
|
+
{
|
|
9932
|
+
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/TarotCardVaubanHeirloom",
|
|
9933
|
+
"purchaseQuantity": 1
|
|
9934
|
+
}
|
|
9935
|
+
],
|
|
9936
|
+
"platinumCost": 400,
|
|
9937
|
+
"platinumBundlePair": "/Lotus/Types/StoreItems/Packages/2026Bundles/VaubanHeirloomPack",
|
|
9938
|
+
"premiumPrice": 400
|
|
9939
|
+
},
|
|
9835
9940
|
"/Lotus/Types/StoreItems/Packages/HelminthBundle": {
|
|
9836
9941
|
"name": "/Lotus/Language/Bundles/HelminthBundleName",
|
|
9837
9942
|
"description": "/Lotus/Language/Bundles/HelminthBundleDesc",
|
|
@@ -13909,6 +14014,191 @@
|
|
|
13909
14014
|
"premiumPrice": 805,
|
|
13910
14015
|
"excludeFromMarket": true
|
|
13911
14016
|
},
|
|
14017
|
+
"/Lotus/Types/StoreItems/Packages/LNY2026BundleA": {
|
|
14018
|
+
"name": "/Lotus/Language/Bundles/LNY2026BundleAName",
|
|
14019
|
+
"description": "/Lotus/Language/Bundles/LNY2026BundleADesc",
|
|
14020
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/LNY2026BundleA.png",
|
|
14021
|
+
"excludeFromCodex": true,
|
|
14022
|
+
"components": [
|
|
14023
|
+
{
|
|
14024
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Horse/DagathDeluxeLNYHorseBodySkin",
|
|
14025
|
+
"purchaseQuantity": 1
|
|
14026
|
+
},
|
|
14027
|
+
{
|
|
14028
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/LNYFireSugatra",
|
|
14029
|
+
"purchaseQuantity": 1
|
|
14030
|
+
},
|
|
14031
|
+
{
|
|
14032
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Sigils/WeGameNewYearHorseSigil",
|
|
14033
|
+
"purchaseQuantity": 1
|
|
14034
|
+
},
|
|
14035
|
+
{
|
|
14036
|
+
"typeName": "/Lotus/StoreItems/Interface/Graphics/CustomUI/LunarNewYearStyle",
|
|
14037
|
+
"purchaseQuantity": 1
|
|
14038
|
+
},
|
|
14039
|
+
{
|
|
14040
|
+
"typeName": "/Lotus/StoreItems/Types/Items/Emotes/LNY2026HorseEmote",
|
|
14041
|
+
"purchaseQuantity": 1
|
|
14042
|
+
},
|
|
14043
|
+
{
|
|
14044
|
+
"typeName": "/Lotus/Types/StoreItems/Boosters/AffinityBoosterStoreItem",
|
|
14045
|
+
"purchaseQuantity": 1,
|
|
14046
|
+
"durabilityDays": 7,
|
|
14047
|
+
"durability": "UNCOMMON"
|
|
14048
|
+
},
|
|
14049
|
+
{
|
|
14050
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/Kuva",
|
|
14051
|
+
"purchaseQuantity": 20000
|
|
14052
|
+
},
|
|
14053
|
+
{
|
|
14054
|
+
"typeName": "/Lotus/StoreItems/Types/StoreItems/CreditBundles/200000Credits",
|
|
14055
|
+
"purchaseQuantity": 1
|
|
14056
|
+
}
|
|
14057
|
+
],
|
|
14058
|
+
"platinumCost": 295,
|
|
14059
|
+
"premiumPrice": 295,
|
|
14060
|
+
"excludeFromMarket": true
|
|
14061
|
+
},
|
|
14062
|
+
"/Lotus/Types/StoreItems/Packages/LNY2026BundleB": {
|
|
14063
|
+
"name": "/Lotus/Language/Bundles/LNY2026BundleBName",
|
|
14064
|
+
"description": "/Lotus/Language/Bundles/LNY2026BundleBDesc",
|
|
14065
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/LNY2026BundleB.png",
|
|
14066
|
+
"excludeFromCodex": true,
|
|
14067
|
+
"components": [
|
|
14068
|
+
{
|
|
14069
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Dagath/DagathDeluxeLNYSkin",
|
|
14070
|
+
"purchaseQuantity": 1
|
|
14071
|
+
},
|
|
14072
|
+
{
|
|
14073
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Effects/LNYKaitheDagathEphemera",
|
|
14074
|
+
"purchaseQuantity": 1
|
|
14075
|
+
},
|
|
14076
|
+
{
|
|
14077
|
+
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/Plushies/PlushyLNYKaithe",
|
|
14078
|
+
"purchaseQuantity": 1
|
|
14079
|
+
},
|
|
14080
|
+
{
|
|
14081
|
+
"typeName": "/Lotus/Types/StoreItems/Boosters/ResourceAmountBoosterStoreItem",
|
|
14082
|
+
"purchaseQuantity": 1,
|
|
14083
|
+
"durabilityDays": 7,
|
|
14084
|
+
"durability": "UNCOMMON"
|
|
14085
|
+
},
|
|
14086
|
+
{
|
|
14087
|
+
"typeName": "/Lotus/Types/StoreItems/Boosters/CreditBoosterStoreItem",
|
|
14088
|
+
"purchaseQuantity": 1,
|
|
14089
|
+
"durabilityDays": 7,
|
|
14090
|
+
"durability": "UNCOMMON"
|
|
14091
|
+
},
|
|
14092
|
+
{
|
|
14093
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/Kuva",
|
|
14094
|
+
"purchaseQuantity": 30000
|
|
14095
|
+
},
|
|
14096
|
+
{
|
|
14097
|
+
"typeName": "/Lotus/StoreItems/Types/StoreItems/CreditBundles/300000Credits",
|
|
14098
|
+
"purchaseQuantity": 1
|
|
14099
|
+
},
|
|
14100
|
+
{
|
|
14101
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Mods/Randomized/RawModularMeleeRandomMod",
|
|
14102
|
+
"purchaseQuantity": 1
|
|
14103
|
+
},
|
|
14104
|
+
{
|
|
14105
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Mods/Randomized/RawModularPistolRandomMod",
|
|
14106
|
+
"purchaseQuantity": 1
|
|
14107
|
+
}
|
|
14108
|
+
],
|
|
14109
|
+
"platinumCost": 480,
|
|
14110
|
+
"premiumPrice": 480,
|
|
14111
|
+
"excludeFromMarket": true
|
|
14112
|
+
},
|
|
14113
|
+
"/Lotus/Types/StoreItems/Packages/LNY2026BundleC": {
|
|
14114
|
+
"name": "/Lotus/Language/Bundles/LNY2026BundleCName",
|
|
14115
|
+
"description": "/Lotus/Language/Bundles/LNY2026BundleCDesc",
|
|
14116
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/LNY2026BundleC.png",
|
|
14117
|
+
"excludeFromCodex": true,
|
|
14118
|
+
"components": [
|
|
14119
|
+
{
|
|
14120
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Dagath/DagathDeluxeLNYSkin",
|
|
14121
|
+
"purchaseQuantity": 1
|
|
14122
|
+
},
|
|
14123
|
+
{
|
|
14124
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Horse/DagathDeluxeLNYHorseBodySkin",
|
|
14125
|
+
"purchaseQuantity": 1
|
|
14126
|
+
},
|
|
14127
|
+
{
|
|
14128
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Effects/LNYKaitheDagathEphemera",
|
|
14129
|
+
"purchaseQuantity": 1
|
|
14130
|
+
},
|
|
14131
|
+
{
|
|
14132
|
+
"typeName": "/Lotus/StoreItems/Types/Items/ShipDecos/Plushies/PlushyLNYKaithe",
|
|
14133
|
+
"purchaseQuantity": 1
|
|
14134
|
+
},
|
|
14135
|
+
{
|
|
14136
|
+
"typeName": "/Lotus/StoreItems/Types/Items/Emotes/LNY2026HorseEmote",
|
|
14137
|
+
"purchaseQuantity": 1
|
|
14138
|
+
},
|
|
14139
|
+
{
|
|
14140
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/LNYFireSugatra",
|
|
14141
|
+
"purchaseQuantity": 1
|
|
14142
|
+
},
|
|
14143
|
+
{
|
|
14144
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Skins/Sigils/WeGameNewYearHorseSigil",
|
|
14145
|
+
"purchaseQuantity": 1
|
|
14146
|
+
},
|
|
14147
|
+
{
|
|
14148
|
+
"typeName": "/Lotus/StoreItems/Interface/Graphics/CustomUI/LunarNewYearStyle",
|
|
14149
|
+
"purchaseQuantity": 1
|
|
14150
|
+
},
|
|
14151
|
+
{
|
|
14152
|
+
"typeName": "/Lotus/Types/StoreItems/Boosters/AffinityBoosterStoreItem",
|
|
14153
|
+
"purchaseQuantity": 1,
|
|
14154
|
+
"durabilityDays": 7,
|
|
14155
|
+
"durability": "UNCOMMON"
|
|
14156
|
+
},
|
|
14157
|
+
{
|
|
14158
|
+
"typeName": "/Lotus/Types/StoreItems/Boosters/CreditBoosterStoreItem",
|
|
14159
|
+
"purchaseQuantity": 1,
|
|
14160
|
+
"durabilityDays": 7,
|
|
14161
|
+
"durability": "UNCOMMON"
|
|
14162
|
+
},
|
|
14163
|
+
{
|
|
14164
|
+
"typeName": "/Lotus/Types/StoreItems/Boosters/ResourceAmountBoosterStoreItem",
|
|
14165
|
+
"purchaseQuantity": 1,
|
|
14166
|
+
"durabilityDays": 7,
|
|
14167
|
+
"durability": "UNCOMMON"
|
|
14168
|
+
},
|
|
14169
|
+
{
|
|
14170
|
+
"typeName": "/Lotus/StoreItems/Types/Items/MiscItems/Kuva",
|
|
14171
|
+
"purchaseQuantity": 50000
|
|
14172
|
+
},
|
|
14173
|
+
{
|
|
14174
|
+
"typeName": "/Lotus/StoreItems/Types/StoreItems/CreditBundles/500000Credits",
|
|
14175
|
+
"purchaseQuantity": 1
|
|
14176
|
+
},
|
|
14177
|
+
{
|
|
14178
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Mods/Randomized/RawRifleRandomMod",
|
|
14179
|
+
"purchaseQuantity": 1
|
|
14180
|
+
},
|
|
14181
|
+
{
|
|
14182
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Mods/Randomized/RawMeleeRandomMod",
|
|
14183
|
+
"purchaseQuantity": 1
|
|
14184
|
+
},
|
|
14185
|
+
{
|
|
14186
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Mods/Randomized/RawPistolRandomMod",
|
|
14187
|
+
"purchaseQuantity": 1
|
|
14188
|
+
},
|
|
14189
|
+
{
|
|
14190
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Mods/Randomized/RawModularMeleeRandomMod",
|
|
14191
|
+
"purchaseQuantity": 1
|
|
14192
|
+
},
|
|
14193
|
+
{
|
|
14194
|
+
"typeName": "/Lotus/StoreItems/Upgrades/Mods/Randomized/RawModularPistolRandomMod",
|
|
14195
|
+
"purchaseQuantity": 1
|
|
14196
|
+
}
|
|
14197
|
+
],
|
|
14198
|
+
"platinumCost": 700,
|
|
14199
|
+
"premiumPrice": 700,
|
|
14200
|
+
"excludeFromMarket": true
|
|
14201
|
+
},
|
|
13912
14202
|
"/Lotus/Types/StoreItems/Packages/Login5Pack": {
|
|
13913
14203
|
"name": "/Lotus/Language/Bundles/Login5PackName",
|
|
13914
14204
|
"description": "/Lotus/Language/Bundles/Login5PackDesc",
|