warframe-public-export-plus 0.6.3 → 0.6.5
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/ExportAvionics.json +82 -0
- package/ExportBundles.json +106 -53
- package/ExportEnemies.json +5 -5
- package/ExportRecipes.json +2 -1
- package/ExportRelics.json +9110 -3089
- package/ExportResources.json +154 -77
- package/ExportRewards.json +6 -6
- package/ExportUpgrades.json +49 -27
- package/ExportWeapons.json +72 -0
- package/dict.de.json +4 -2
- package/dict.en.json +2 -0
- package/dict.es.json +5 -3
- package/dict.fr.json +5 -3
- package/dict.it.json +5 -3
- package/dict.ja.json +5 -3
- package/dict.ko.json +8 -6
- package/dict.pl.json +5 -3
- package/dict.pt.json +5 -3
- package/dict.ru.json +8 -6
- package/dict.tc.json +5 -3
- package/dict.th.json +2 -0
- package/dict.tr.json +2 -0
- package/dict.uk.json +5 -3
- package/dict.zh.json +5 -3
- package/index.d.ts +7 -0
- package/package.json +1 -1
package/ExportBundles.json
CHANGED
|
@@ -4231,7 +4231,8 @@
|
|
|
4231
4231
|
}
|
|
4232
4232
|
],
|
|
4233
4233
|
"platinumCost": 500,
|
|
4234
|
-
"excludeFromMarket": true
|
|
4234
|
+
"excludeFromMarket": true,
|
|
4235
|
+
"oneTimePurchasable": true
|
|
4235
4236
|
},
|
|
4236
4237
|
"/Lotus/Types/StoreItems/Packages/CompleteStarterSlotBundle": {
|
|
4237
4238
|
"name": "/Lotus/Language/Bundles/CompleteStarterSlotBundleName",
|
|
@@ -4252,7 +4253,8 @@
|
|
|
4252
4253
|
}
|
|
4253
4254
|
],
|
|
4254
4255
|
"platinumCost": 45,
|
|
4255
|
-
"excludeFromMarket": true
|
|
4256
|
+
"excludeFromMarket": true,
|
|
4257
|
+
"oneTimePurchasable": true
|
|
4256
4258
|
},
|
|
4257
4259
|
"/Lotus/Types/StoreItems/Packages/CompleteUpgradeBundle": {
|
|
4258
4260
|
"name": "/Lotus/Language/Bundles/CompleteUpgradeBundleName",
|
|
@@ -4281,7 +4283,8 @@
|
|
|
4281
4283
|
}
|
|
4282
4284
|
],
|
|
4283
4285
|
"platinumCost": 90,
|
|
4284
|
-
"excludeFromMarket": true
|
|
4286
|
+
"excludeFromMarket": true,
|
|
4287
|
+
"oneTimePurchasable": true
|
|
4285
4288
|
},
|
|
4286
4289
|
"/Lotus/Types/StoreItems/Packages/ConclaveSunMoonOrnamentsBundle": {
|
|
4287
4290
|
"name": "/Lotus/Language/Bundles/ConclaveSunMoonOrnamentsName",
|
|
@@ -10370,7 +10373,8 @@
|
|
|
10370
10373
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartBItem",
|
|
10371
10374
|
"purchaseQuantity": 300
|
|
10372
10375
|
}
|
|
10373
|
-
]
|
|
10376
|
+
],
|
|
10377
|
+
"oneTimePurchasable": true
|
|
10374
10378
|
},
|
|
10375
10379
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/AngstrumIncarnonBundle": {
|
|
10376
10380
|
"name": "/Lotus/Language/Zariman/AngstrumIncarnonBundleName",
|
|
@@ -10393,7 +10397,8 @@
|
|
|
10393
10397
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriEnemyDropItem",
|
|
10394
10398
|
"purchaseQuantity": 80
|
|
10395
10399
|
}
|
|
10396
|
-
]
|
|
10400
|
+
],
|
|
10401
|
+
"oneTimePurchasable": true
|
|
10397
10402
|
},
|
|
10398
10403
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/AnkuIncarnonBundle": {
|
|
10399
10404
|
"name": "/Lotus/Language/Zariman/AnkuIncarnonBundleName",
|
|
@@ -10416,7 +10421,8 @@
|
|
|
10416
10421
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartBItem",
|
|
10417
10422
|
"purchaseQuantity": 300
|
|
10418
10423
|
}
|
|
10419
|
-
]
|
|
10424
|
+
],
|
|
10425
|
+
"oneTimePurchasable": true
|
|
10420
10426
|
},
|
|
10421
10427
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/AtomosIncarnonBundle": {
|
|
10422
10428
|
"name": "/Lotus/Language/Zariman/AtomosIncarnonBundleName",
|
|
@@ -10439,7 +10445,8 @@
|
|
|
10439
10445
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriEnemyDropItem",
|
|
10440
10446
|
"purchaseQuantity": 80
|
|
10441
10447
|
}
|
|
10442
|
-
]
|
|
10448
|
+
],
|
|
10449
|
+
"oneTimePurchasable": true
|
|
10443
10450
|
},
|
|
10444
10451
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/BallisticaIncarnonBundle": {
|
|
10445
10452
|
"name": "/Lotus/Language/Zariman/BallisticaIncarnonBundleName",
|
|
@@ -10462,7 +10469,8 @@
|
|
|
10462
10469
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemE",
|
|
10463
10470
|
"purchaseQuantity": 60
|
|
10464
10471
|
}
|
|
10465
|
-
]
|
|
10472
|
+
],
|
|
10473
|
+
"oneTimePurchasable": true
|
|
10466
10474
|
},
|
|
10467
10475
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/BoarIncarnonBundle": {
|
|
10468
10476
|
"name": "/Lotus/Language/Zariman/BoarIncarnonBundleName",
|
|
@@ -10485,7 +10493,8 @@
|
|
|
10485
10493
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriMushroomItem",
|
|
10486
10494
|
"purchaseQuantity": 60
|
|
10487
10495
|
}
|
|
10488
|
-
]
|
|
10496
|
+
],
|
|
10497
|
+
"oneTimePurchasable": true
|
|
10489
10498
|
},
|
|
10490
10499
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/BoIncarnonBundle": {
|
|
10491
10500
|
"name": "/Lotus/Language/Zariman/BoIncarnonBundleName",
|
|
@@ -10508,7 +10517,8 @@
|
|
|
10508
10517
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemA",
|
|
10509
10518
|
"purchaseQuantity": 80
|
|
10510
10519
|
}
|
|
10511
|
-
]
|
|
10520
|
+
],
|
|
10521
|
+
"oneTimePurchasable": true
|
|
10512
10522
|
},
|
|
10513
10523
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/BoltorIncarnonBundle": {
|
|
10514
10524
|
"name": "/Lotus/Language/Zariman/BoltorIncarnonBundleName",
|
|
@@ -10531,7 +10541,8 @@
|
|
|
10531
10541
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemE",
|
|
10532
10542
|
"purchaseQuantity": 60
|
|
10533
10543
|
}
|
|
10534
|
-
]
|
|
10544
|
+
],
|
|
10545
|
+
"oneTimePurchasable": true
|
|
10535
10546
|
},
|
|
10536
10547
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/BratonIncarnonBundle": {
|
|
10537
10548
|
"name": "/Lotus/Language/Zariman/BratonIncarnonBundleName",
|
|
@@ -10554,7 +10565,8 @@
|
|
|
10554
10565
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriMushroomItem",
|
|
10555
10566
|
"purchaseQuantity": 60
|
|
10556
10567
|
}
|
|
10557
|
-
]
|
|
10568
|
+
],
|
|
10569
|
+
"oneTimePurchasable": true
|
|
10558
10570
|
},
|
|
10559
10571
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/BroncoIncarnonBundle": {
|
|
10560
10572
|
"name": "/Lotus/Language/Zariman/BroncoIncarnonBundleName",
|
|
@@ -10577,7 +10589,8 @@
|
|
|
10577
10589
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartAItem",
|
|
10578
10590
|
"purchaseQuantity": 100
|
|
10579
10591
|
}
|
|
10580
|
-
]
|
|
10592
|
+
],
|
|
10593
|
+
"oneTimePurchasable": true
|
|
10581
10594
|
},
|
|
10582
10595
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/BurstonIncarnonBundle": {
|
|
10583
10596
|
"name": "/Lotus/Language/Zariman/BurstonIncarnonBundleName",
|
|
@@ -10600,7 +10613,8 @@
|
|
|
10600
10613
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartCItem",
|
|
10601
10614
|
"purchaseQuantity": 20
|
|
10602
10615
|
}
|
|
10603
|
-
]
|
|
10616
|
+
],
|
|
10617
|
+
"oneTimePurchasable": true
|
|
10604
10618
|
},
|
|
10605
10619
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/CeramicDaggerIncarnonBundle": {
|
|
10606
10620
|
"name": "/Lotus/Language/Zariman/CeramicDaggerIncarnonBundleName",
|
|
@@ -10623,7 +10637,8 @@
|
|
|
10623
10637
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemC",
|
|
10624
10638
|
"purchaseQuantity": 80
|
|
10625
10639
|
}
|
|
10626
|
-
]
|
|
10640
|
+
],
|
|
10641
|
+
"oneTimePurchasable": true
|
|
10627
10642
|
},
|
|
10628
10643
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/CestraIncarnonBundle": {
|
|
10629
10644
|
"name": "/Lotus/Language/Zariman/CestraIncarnonBundleName",
|
|
@@ -10646,7 +10661,8 @@
|
|
|
10646
10661
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriProcessedItem",
|
|
10647
10662
|
"purchaseQuantity": 150
|
|
10648
10663
|
}
|
|
10649
|
-
]
|
|
10664
|
+
],
|
|
10665
|
+
"oneTimePurchasable": true
|
|
10650
10666
|
},
|
|
10651
10667
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/DeraIncarnonBundle": {
|
|
10652
10668
|
"name": "/Lotus/Language/Zariman/DeraIncarnonBundleName",
|
|
@@ -10669,7 +10685,8 @@
|
|
|
10669
10685
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemG",
|
|
10670
10686
|
"purchaseQuantity": 70
|
|
10671
10687
|
}
|
|
10672
|
-
]
|
|
10688
|
+
],
|
|
10689
|
+
"oneTimePurchasable": true
|
|
10673
10690
|
},
|
|
10674
10691
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/DespairIncarnonBundle": {
|
|
10675
10692
|
"name": "/Lotus/Language/Zariman/DespairIncarnonBundleName",
|
|
@@ -10692,7 +10709,8 @@
|
|
|
10692
10709
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemE",
|
|
10693
10710
|
"purchaseQuantity": 60
|
|
10694
10711
|
}
|
|
10695
|
-
]
|
|
10712
|
+
],
|
|
10713
|
+
"oneTimePurchasable": true
|
|
10696
10714
|
},
|
|
10697
10715
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/DestrezaIncarnonBundle": {
|
|
10698
10716
|
"name": "/Lotus/Language/Zariman/DestrezaIncarnonBundleName",
|
|
@@ -10715,7 +10733,8 @@
|
|
|
10715
10733
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriFractalItem",
|
|
10716
10734
|
"purchaseQuantity": 60
|
|
10717
10735
|
}
|
|
10718
|
-
]
|
|
10736
|
+
],
|
|
10737
|
+
"oneTimePurchasable": true
|
|
10719
10738
|
},
|
|
10720
10739
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/DreadIncarnonBundle": {
|
|
10721
10740
|
"name": "/Lotus/Language/Zariman/DreadIncarnonBundleName",
|
|
@@ -10738,7 +10757,8 @@
|
|
|
10738
10757
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriMushroomItem",
|
|
10739
10758
|
"purchaseQuantity": 60
|
|
10740
10759
|
}
|
|
10741
|
-
]
|
|
10760
|
+
],
|
|
10761
|
+
"oneTimePurchasable": true
|
|
10742
10762
|
},
|
|
10743
10763
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/DualIchorIncarnonBundle": {
|
|
10744
10764
|
"name": "/Lotus/Language/Zariman/DualIchorIncarnonBundleName",
|
|
@@ -10761,7 +10781,8 @@
|
|
|
10761
10781
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemA",
|
|
10762
10782
|
"purchaseQuantity": 80
|
|
10763
10783
|
}
|
|
10764
|
-
]
|
|
10784
|
+
],
|
|
10785
|
+
"oneTimePurchasable": true
|
|
10765
10786
|
},
|
|
10766
10787
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/DualToxocystIncarnonBundle": {
|
|
10767
10788
|
"name": "/Lotus/Language/Zariman/DualToxocystIncarnonBundleName",
|
|
@@ -10784,7 +10805,8 @@
|
|
|
10784
10805
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemB",
|
|
10785
10806
|
"purchaseQuantity": 80
|
|
10786
10807
|
}
|
|
10787
|
-
]
|
|
10808
|
+
],
|
|
10809
|
+
"oneTimePurchasable": true
|
|
10788
10810
|
},
|
|
10789
10811
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/FuraxIncarnonBundle": {
|
|
10790
10812
|
"name": "/Lotus/Language/Zariman/FuraxIncarnonBundleName",
|
|
@@ -10807,7 +10829,8 @@
|
|
|
10807
10829
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartBItem",
|
|
10808
10830
|
"purchaseQuantity": 300
|
|
10809
10831
|
}
|
|
10810
|
-
]
|
|
10832
|
+
],
|
|
10833
|
+
"oneTimePurchasable": true
|
|
10811
10834
|
},
|
|
10812
10835
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/FurisIncarnonBundle": {
|
|
10813
10836
|
"name": "/Lotus/Language/Zariman/FurisIncarnonBundleName",
|
|
@@ -10830,7 +10853,8 @@
|
|
|
10830
10853
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriEnemyDropItem",
|
|
10831
10854
|
"purchaseQuantity": 80
|
|
10832
10855
|
}
|
|
10833
|
-
]
|
|
10856
|
+
],
|
|
10857
|
+
"oneTimePurchasable": true
|
|
10834
10858
|
},
|
|
10835
10859
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/GammacorIncarnonBundle": {
|
|
10836
10860
|
"name": "/Lotus/Language/Zariman/GammacorIncarnonBundleName",
|
|
@@ -10853,7 +10877,8 @@
|
|
|
10853
10877
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriEnemyDropItem",
|
|
10854
10878
|
"purchaseQuantity": 80
|
|
10855
10879
|
}
|
|
10856
|
-
]
|
|
10880
|
+
],
|
|
10881
|
+
"oneTimePurchasable": true
|
|
10857
10882
|
},
|
|
10858
10883
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/GorgonIncarnonBundle": {
|
|
10859
10884
|
"name": "/Lotus/Language/Zariman/GorgonIncarnonBundleName",
|
|
@@ -10876,7 +10901,8 @@
|
|
|
10876
10901
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriMushroomItem",
|
|
10877
10902
|
"purchaseQuantity": 60
|
|
10878
10903
|
}
|
|
10879
|
-
]
|
|
10904
|
+
],
|
|
10905
|
+
"oneTimePurchasable": true
|
|
10880
10906
|
},
|
|
10881
10907
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/HateIncarnonBundle": {
|
|
10882
10908
|
"name": "/Lotus/Language/Zariman/HateIncarnonBundleName",
|
|
@@ -10899,7 +10925,8 @@
|
|
|
10899
10925
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartCItem",
|
|
10900
10926
|
"purchaseQuantity": 20
|
|
10901
10927
|
}
|
|
10902
|
-
]
|
|
10928
|
+
],
|
|
10929
|
+
"oneTimePurchasable": true
|
|
10903
10930
|
},
|
|
10904
10931
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/KunaiIncarnonBundle": {
|
|
10905
10932
|
"name": "/Lotus/Language/Zariman/KunaiIncarnonBundleName",
|
|
@@ -10922,7 +10949,8 @@
|
|
|
10922
10949
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemB",
|
|
10923
10950
|
"purchaseQuantity": 80
|
|
10924
10951
|
}
|
|
10925
|
-
]
|
|
10952
|
+
],
|
|
10953
|
+
"oneTimePurchasable": true
|
|
10926
10954
|
},
|
|
10927
10955
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/LatoIncarnonBundle": {
|
|
10928
10956
|
"name": "/Lotus/Language/Zariman/LatoIncarnonBundleName",
|
|
@@ -10945,7 +10973,8 @@
|
|
|
10945
10973
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartAItem",
|
|
10946
10974
|
"purchaseQuantity": 100
|
|
10947
10975
|
}
|
|
10948
|
-
]
|
|
10976
|
+
],
|
|
10977
|
+
"oneTimePurchasable": true
|
|
10949
10978
|
},
|
|
10950
10979
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/LatronIncarnonBundle": {
|
|
10951
10980
|
"name": "/Lotus/Language/Zariman/LatronIncarnonBundleName",
|
|
@@ -10968,7 +10997,8 @@
|
|
|
10968
10997
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartCItem",
|
|
10969
10998
|
"purchaseQuantity": 20
|
|
10970
10999
|
}
|
|
10971
|
-
]
|
|
11000
|
+
],
|
|
11001
|
+
"oneTimePurchasable": true
|
|
10972
11002
|
},
|
|
10973
11003
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/LexIncarnonBundle": {
|
|
10974
11004
|
"name": "/Lotus/Language/Zariman/LexIncarnonBundleName",
|
|
@@ -10991,7 +11021,8 @@
|
|
|
10991
11021
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriProcessedItem",
|
|
10992
11022
|
"purchaseQuantity": 150
|
|
10993
11023
|
}
|
|
10994
|
-
]
|
|
11024
|
+
],
|
|
11025
|
+
"oneTimePurchasable": true
|
|
10995
11026
|
},
|
|
10996
11027
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/MagistarIncarnonBundle": {
|
|
10997
11028
|
"name": "/Lotus/Language/Zariman/MagistarIncarnonBundleName",
|
|
@@ -11014,7 +11045,8 @@
|
|
|
11014
11045
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriRockItem",
|
|
11015
11046
|
"purchaseQuantity": 150
|
|
11016
11047
|
}
|
|
11017
|
-
]
|
|
11048
|
+
],
|
|
11049
|
+
"oneTimePurchasable": true
|
|
11018
11050
|
},
|
|
11019
11051
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/MiterIncarnonBundle": {
|
|
11020
11052
|
"name": "/Lotus/Language/Zariman/MiterIncarnonBundleName",
|
|
@@ -11037,7 +11069,8 @@
|
|
|
11037
11069
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriMushroomItem",
|
|
11038
11070
|
"purchaseQuantity": 60
|
|
11039
11071
|
}
|
|
11040
|
-
]
|
|
11072
|
+
],
|
|
11073
|
+
"oneTimePurchasable": true
|
|
11041
11074
|
},
|
|
11042
11075
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/NamiSoloIncarnonBundle": {
|
|
11043
11076
|
"name": "/Lotus/Language/Zariman/NamiSoloIncarnonBundleName",
|
|
@@ -11060,7 +11093,8 @@
|
|
|
11060
11093
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriRockItem",
|
|
11061
11094
|
"purchaseQuantity": 150
|
|
11062
11095
|
}
|
|
11063
|
-
]
|
|
11096
|
+
],
|
|
11097
|
+
"oneTimePurchasable": true
|
|
11064
11098
|
},
|
|
11065
11099
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/ObexIncarnonBundle": {
|
|
11066
11100
|
"name": "/Lotus/Language/Zariman/ObexIncarnonBundleName",
|
|
@@ -11083,7 +11117,8 @@
|
|
|
11083
11117
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriEnemyDropItem",
|
|
11084
11118
|
"purchaseQuantity": 80
|
|
11085
11119
|
}
|
|
11086
|
-
]
|
|
11120
|
+
],
|
|
11121
|
+
"oneTimePurchasable": true
|
|
11087
11122
|
},
|
|
11088
11123
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/OkinaIncarnonBundle": {
|
|
11089
11124
|
"name": "/Lotus/Language/Zariman/OkinaIncarnonBundleName",
|
|
@@ -11106,7 +11141,8 @@
|
|
|
11106
11141
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriEnemyDropItem",
|
|
11107
11142
|
"purchaseQuantity": 80
|
|
11108
11143
|
}
|
|
11109
|
-
]
|
|
11144
|
+
],
|
|
11145
|
+
"oneTimePurchasable": true
|
|
11110
11146
|
},
|
|
11111
11147
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/ParisIncarnonBundle": {
|
|
11112
11148
|
"name": "/Lotus/Language/Zariman/ParisIncarnonBundleName",
|
|
@@ -11129,7 +11165,8 @@
|
|
|
11129
11165
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemE",
|
|
11130
11166
|
"purchaseQuantity": 60
|
|
11131
11167
|
}
|
|
11132
|
-
]
|
|
11168
|
+
],
|
|
11169
|
+
"oneTimePurchasable": true
|
|
11133
11170
|
},
|
|
11134
11171
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/SibearIncarnonBundle": {
|
|
11135
11172
|
"name": "/Lotus/Language/Zariman/SibearIncarnonBundleName",
|
|
@@ -11152,7 +11189,8 @@
|
|
|
11152
11189
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemC",
|
|
11153
11190
|
"purchaseQuantity": 80
|
|
11154
11191
|
}
|
|
11155
|
-
]
|
|
11192
|
+
],
|
|
11193
|
+
"oneTimePurchasable": true
|
|
11156
11194
|
},
|
|
11157
11195
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/SicarusIncarnonBundle": {
|
|
11158
11196
|
"name": "/Lotus/Language/Zariman/SicarusIncarnonBundleName",
|
|
@@ -11175,7 +11213,8 @@
|
|
|
11175
11213
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriRockItem",
|
|
11176
11214
|
"purchaseQuantity": 150
|
|
11177
11215
|
}
|
|
11178
|
-
]
|
|
11216
|
+
],
|
|
11217
|
+
"oneTimePurchasable": true
|
|
11179
11218
|
},
|
|
11180
11219
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/SkanaIncarnonBundle": {
|
|
11181
11220
|
"name": "/Lotus/Language/Zariman/SkanaIncarnonBundleName",
|
|
@@ -11198,7 +11237,8 @@
|
|
|
11198
11237
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemC",
|
|
11199
11238
|
"purchaseQuantity": 80
|
|
11200
11239
|
}
|
|
11201
|
-
]
|
|
11240
|
+
],
|
|
11241
|
+
"oneTimePurchasable": true
|
|
11202
11242
|
},
|
|
11203
11243
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/SomaIncarnonBundle": {
|
|
11204
11244
|
"name": "/Lotus/Language/Zariman/SomaIncarnonBundleName",
|
|
@@ -11221,7 +11261,8 @@
|
|
|
11221
11261
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriPlantItemE",
|
|
11222
11262
|
"purchaseQuantity": 60
|
|
11223
11263
|
}
|
|
11224
|
-
]
|
|
11264
|
+
],
|
|
11265
|
+
"oneTimePurchasable": true
|
|
11225
11266
|
},
|
|
11226
11267
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/StrunIncarnonBundle": {
|
|
11227
11268
|
"name": "/Lotus/Language/Zariman/StrunIncarnonBundleName",
|
|
@@ -11244,7 +11285,8 @@
|
|
|
11244
11285
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriMushroomItem",
|
|
11245
11286
|
"purchaseQuantity": 60
|
|
11246
11287
|
}
|
|
11247
|
-
]
|
|
11288
|
+
],
|
|
11289
|
+
"oneTimePurchasable": true
|
|
11248
11290
|
},
|
|
11249
11291
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/StugIncarnonBundle": {
|
|
11250
11292
|
"name": "/Lotus/Language/Zariman/StugIncarnonBundleName",
|
|
@@ -11267,7 +11309,8 @@
|
|
|
11267
11309
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriRockItem",
|
|
11268
11310
|
"purchaseQuantity": 150
|
|
11269
11311
|
}
|
|
11270
|
-
]
|
|
11312
|
+
],
|
|
11313
|
+
"oneTimePurchasable": true
|
|
11271
11314
|
},
|
|
11272
11315
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/SybarisIncarnonBundle": {
|
|
11273
11316
|
"name": "/Lotus/Language/Zariman/SybarisIncarnonBundleName",
|
|
@@ -11290,7 +11333,8 @@
|
|
|
11290
11333
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriProcessedItem",
|
|
11291
11334
|
"purchaseQuantity": 150
|
|
11292
11335
|
}
|
|
11293
|
-
]
|
|
11336
|
+
],
|
|
11337
|
+
"oneTimePurchasable": true
|
|
11294
11338
|
},
|
|
11295
11339
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/ToridIncarnonBundle": {
|
|
11296
11340
|
"name": "/Lotus/Language/Zariman/ToridIncarnonBundleName",
|
|
@@ -11313,7 +11357,8 @@
|
|
|
11313
11357
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartCItem",
|
|
11314
11358
|
"purchaseQuantity": 20
|
|
11315
11359
|
}
|
|
11316
|
-
]
|
|
11360
|
+
],
|
|
11361
|
+
"oneTimePurchasable": true
|
|
11317
11362
|
},
|
|
11318
11363
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/VastoIncarnonBundle": {
|
|
11319
11364
|
"name": "/Lotus/Language/Zariman/VastoIncarnonBundleName",
|
|
@@ -11336,7 +11381,8 @@
|
|
|
11336
11381
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriProcessedItem",
|
|
11337
11382
|
"purchaseQuantity": 150
|
|
11338
11383
|
}
|
|
11339
|
-
]
|
|
11384
|
+
],
|
|
11385
|
+
"oneTimePurchasable": true
|
|
11340
11386
|
},
|
|
11341
11387
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/VectisIncarnonBundle": {
|
|
11342
11388
|
"name": "/Lotus/Language/Zariman/VectisIncarnonBundleName",
|
|
@@ -11359,7 +11405,8 @@
|
|
|
11359
11405
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriProcessedItem",
|
|
11360
11406
|
"purchaseQuantity": 150
|
|
11361
11407
|
}
|
|
11362
|
-
]
|
|
11408
|
+
],
|
|
11409
|
+
"oneTimePurchasable": true
|
|
11363
11410
|
},
|
|
11364
11411
|
"/Lotus/Types/StoreItems/Packages/IncarnonPackages/ZylokIncarnonBundle": {
|
|
11365
11412
|
"name": "/Lotus/Language/Zariman/ZylokIncarnonBundleName",
|
|
@@ -11382,7 +11429,8 @@
|
|
|
11382
11429
|
"typeName": "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartAItem",
|
|
11383
11430
|
"purchaseQuantity": 100
|
|
11384
11431
|
}
|
|
11385
|
-
]
|
|
11432
|
+
],
|
|
11433
|
+
"oneTimePurchasable": true
|
|
11386
11434
|
},
|
|
11387
11435
|
"/Lotus/Types/StoreItems/Packages/IndexTeamANoggleBundle": {
|
|
11388
11436
|
"name": "/Lotus/Language/Bundles/IndexTeamANoggleBundleName",
|
|
@@ -11620,7 +11668,8 @@
|
|
|
11620
11668
|
}
|
|
11621
11669
|
],
|
|
11622
11670
|
"platinumCost": 150,
|
|
11623
|
-
"excludeFromMarket": true
|
|
11671
|
+
"excludeFromMarket": true,
|
|
11672
|
+
"oneTimePurchasable": true
|
|
11624
11673
|
},
|
|
11625
11674
|
"/Lotus/Types/StoreItems/Packages/InitiateIIIPCPack": {
|
|
11626
11675
|
"name": "/Lotus/Language/Bundles/InitiateIIIPCPackName",
|
|
@@ -20353,7 +20402,8 @@
|
|
|
20353
20402
|
}
|
|
20354
20403
|
],
|
|
20355
20404
|
"platinumCost": 125,
|
|
20356
|
-
"excludeFromMarket": true
|
|
20405
|
+
"excludeFromMarket": true,
|
|
20406
|
+
"oneTimePurchasable": true
|
|
20357
20407
|
},
|
|
20358
20408
|
"/Lotus/Types/StoreItems/Packages/NekrosDeluxeSkinBundle": {
|
|
20359
20409
|
"name": "/Lotus/Language/Bundles/NekrosDeluxeSkinBundleName",
|
|
@@ -23793,7 +23843,8 @@
|
|
|
23793
23843
|
"purchaseQuantity": 150
|
|
23794
23844
|
}
|
|
23795
23845
|
],
|
|
23796
|
-
"platinumCost": 175
|
|
23846
|
+
"platinumCost": 175,
|
|
23847
|
+
"oneTimePurchasable": true
|
|
23797
23848
|
},
|
|
23798
23849
|
"/Lotus/Types/StoreItems/Packages/ResourceBundles/VeilResourceBundle": {
|
|
23799
23850
|
"name": "/Lotus/Language/Bundles/VeilResourceBundleName",
|
|
@@ -30036,7 +30087,8 @@
|
|
|
30036
30087
|
"typeName": "/Lotus/StoreItems/Types/Items/Titles/MedalRank1Title",
|
|
30037
30088
|
"purchaseQuantity": 1
|
|
30038
30089
|
}
|
|
30039
|
-
]
|
|
30090
|
+
],
|
|
30091
|
+
"oneTimePurchasable": true
|
|
30040
30092
|
},
|
|
30041
30093
|
"/Lotus/Types/StoreItems/Packages/TheTeacherRewardModPack": {
|
|
30042
30094
|
"name": "/Lotus/Language/ModQuest/ModQuestRewardModBundleName",
|
|
@@ -31591,7 +31643,8 @@
|
|
|
31591
31643
|
}
|
|
31592
31644
|
],
|
|
31593
31645
|
"platinumCost": 390,
|
|
31594
|
-
"excludeFromMarket": true
|
|
31646
|
+
"excludeFromMarket": true,
|
|
31647
|
+
"oneTimePurchasable": true
|
|
31595
31648
|
},
|
|
31596
31649
|
"/Lotus/Types/StoreItems/Packages/VoltDeluxeSkinBundle": {
|
|
31597
31650
|
"name": "/Lotus/Language/Bundles/VoltDeluxeSkinBundleName",
|
package/ExportEnemies.json
CHANGED
|
@@ -99804,11 +99804,11 @@
|
|
|
99804
99804
|
"probability": 0.0553
|
|
99805
99805
|
},
|
|
99806
99806
|
{
|
|
99807
|
-
"type": "/Lotus/
|
|
99807
|
+
"type": "/Lotus/Upgrades/Mods/Warframe/AvatarSlideBoostMod",
|
|
99808
99808
|
"probability": 0.0553
|
|
99809
99809
|
},
|
|
99810
99810
|
{
|
|
99811
|
-
"type": "/Lotus/
|
|
99811
|
+
"type": "/Lotus/Weapons/Tenno/Melee/MeleeTrees/StaffCmbOneMeleeTree",
|
|
99812
99812
|
"probability": 0.0553
|
|
99813
99813
|
},
|
|
99814
99814
|
{
|
|
@@ -99820,7 +99820,7 @@
|
|
|
99820
99820
|
"probability": 0.0101
|
|
99821
99821
|
},
|
|
99822
99822
|
{
|
|
99823
|
-
"type": "/Lotus/
|
|
99823
|
+
"type": "/Lotus/Upgrades/Mods/Warframe/AvatarPowerToHealthOnDeathMod",
|
|
99824
99824
|
"probability": 0.0101
|
|
99825
99825
|
}
|
|
99826
99826
|
]
|
|
@@ -108652,7 +108652,7 @@
|
|
|
108652
108652
|
"probability": 0.0626
|
|
108653
108653
|
},
|
|
108654
108654
|
{
|
|
108655
|
-
"type": "/Lotus/Upgrades/Mods/
|
|
108655
|
+
"type": "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowMagneticEventMeleeMod",
|
|
108656
108656
|
"probability": 0.0626
|
|
108657
108657
|
},
|
|
108658
108658
|
{
|
|
@@ -108760,7 +108760,7 @@
|
|
|
108760
108760
|
"probability": 0.0388
|
|
108761
108761
|
},
|
|
108762
108762
|
{
|
|
108763
|
-
"type": "/Lotus/Upgrades/Mods/
|
|
108763
|
+
"type": "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowMagneticEventMeleeMod",
|
|
108764
108764
|
"probability": 0.0388
|
|
108765
108765
|
}
|
|
108766
108766
|
]
|
package/ExportRecipes.json
CHANGED
|
@@ -45527,7 +45527,8 @@
|
|
|
45527
45527
|
}
|
|
45528
45528
|
],
|
|
45529
45529
|
"tradable": false,
|
|
45530
|
-
"excludeFromMarket": true
|
|
45530
|
+
"excludeFromMarket": true,
|
|
45531
|
+
"oneTimePurchasable": true
|
|
45531
45532
|
},
|
|
45532
45533
|
"/Lotus/Types/Restoratives/Consumable/CatbrowVampireDisinfectBlueprint": {
|
|
45533
45534
|
"resultType": "/Lotus/Types/Restoratives/CatbrowVampireDisinfect",
|