warframe-public-export-plus 0.6.2 → 0.6.4
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 +2458 -698
- 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 +614 -2
- package/ExportSyndicates.json +56 -0
- package/ExportUpgrades.json +121 -74
- package/ExportVendors.json +1133 -164
- package/ExportVirtuals.json +3 -0
- package/ExportWarframes.json +163 -2
- package/ExportWeapons.json +663 -42
- package/dict.de.json +542 -64
- package/dict.en.json +551 -73
- package/dict.es.json +580 -102
- package/dict.fr.json +509 -31
- package/dict.it.json +527 -49
- package/dict.ja.json +511 -33
- package/dict.ko.json +544 -66
- package/dict.pl.json +808 -330
- package/dict.pt.json +549 -71
- package/dict.ru.json +526 -48
- package/dict.tc.json +521 -43
- package/dict.th.json +538 -60
- package/dict.tr.json +1135 -657
- package/dict.uk.json +1001 -523
- package/dict.zh.json +555 -77
- package/index.d.ts +2 -1
- package/package.json +1 -1
- package/supplementals/getScaledPowersuitValues.pluto +17 -0
package/ExportRecipes.json
CHANGED
|
@@ -14499,6 +14499,27 @@
|
|
|
14499
14499
|
"tradable": false,
|
|
14500
14500
|
"excludeFromMarket": true
|
|
14501
14501
|
},
|
|
14502
|
+
"/Lotus/Types/Recipes/Syandanas/SiriusOrionBothSyandanaBlueprint": {
|
|
14503
|
+
"resultType": "/Lotus/Upgrades/Skins/Scarves/SiriusOrionBothSyandana",
|
|
14504
|
+
"buildPrice": 20000,
|
|
14505
|
+
"buildTime": 60,
|
|
14506
|
+
"skipBuildTimePrice": 1,
|
|
14507
|
+
"consumeOnUse": true,
|
|
14508
|
+
"num": 1,
|
|
14509
|
+
"codexSecret": false,
|
|
14510
|
+
"ingredients": [
|
|
14511
|
+
{
|
|
14512
|
+
"ItemType": "/Lotus/Upgrades/Skins/Scarves/SiriusOrionLeftSyandana",
|
|
14513
|
+
"ItemCount": 1
|
|
14514
|
+
},
|
|
14515
|
+
{
|
|
14516
|
+
"ItemType": "/Lotus/Upgrades/Skins/Scarves/SiriusOrionRightSyandana",
|
|
14517
|
+
"ItemCount": 1
|
|
14518
|
+
}
|
|
14519
|
+
],
|
|
14520
|
+
"tradable": false,
|
|
14521
|
+
"excludeFromMarket": true
|
|
14522
|
+
},
|
|
14502
14523
|
"/Lotus/Types/Recipes/Syandanas/UruSyandanaBlueprint": {
|
|
14503
14524
|
"resultType": "/Lotus/Upgrades/Skins/Scarves/RazorScarf",
|
|
14504
14525
|
"buildPrice": 20000,
|
|
@@ -25518,6 +25539,123 @@
|
|
|
25518
25539
|
"tradable": true,
|
|
25519
25540
|
"excludeFromMarket": true
|
|
25520
25541
|
},
|
|
25542
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionBlueprint": {
|
|
25543
|
+
"resultType": "/Lotus/Powersuits/SiriusOrion/SiriusSuit",
|
|
25544
|
+
"buildPrice": 25000,
|
|
25545
|
+
"buildTime": 259200,
|
|
25546
|
+
"skipBuildTimePrice": 50,
|
|
25547
|
+
"consumeOnUse": true,
|
|
25548
|
+
"num": 1,
|
|
25549
|
+
"codexSecret": false,
|
|
25550
|
+
"ingredients": [
|
|
25551
|
+
{
|
|
25552
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionHelmetComponent",
|
|
25553
|
+
"ItemCount": 1
|
|
25554
|
+
},
|
|
25555
|
+
{
|
|
25556
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionSystemsComponent",
|
|
25557
|
+
"ItemCount": 1
|
|
25558
|
+
},
|
|
25559
|
+
{
|
|
25560
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionChassisComponent",
|
|
25561
|
+
"ItemCount": 1
|
|
25562
|
+
},
|
|
25563
|
+
{
|
|
25564
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
25565
|
+
"ItemCount": 3
|
|
25566
|
+
}
|
|
25567
|
+
],
|
|
25568
|
+
"tradable": false,
|
|
25569
|
+
"creditsCost": 35000,
|
|
25570
|
+
"excludeFromMarket": true
|
|
25571
|
+
},
|
|
25572
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionChassisBlueprint": {
|
|
25573
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionChassisComponent",
|
|
25574
|
+
"buildPrice": 15000,
|
|
25575
|
+
"buildTime": 43200,
|
|
25576
|
+
"skipBuildTimePrice": 25,
|
|
25577
|
+
"consumeOnUse": true,
|
|
25578
|
+
"num": 1,
|
|
25579
|
+
"codexSecret": false,
|
|
25580
|
+
"ingredients": [
|
|
25581
|
+
{
|
|
25582
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
|
|
25583
|
+
"ItemCount": 600
|
|
25584
|
+
},
|
|
25585
|
+
{
|
|
25586
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/AlloyPlate",
|
|
25587
|
+
"ItemCount": 400
|
|
25588
|
+
},
|
|
25589
|
+
{
|
|
25590
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/CarbidesRailjackItem",
|
|
25591
|
+
"ItemCount": 600
|
|
25592
|
+
},
|
|
25593
|
+
{
|
|
25594
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/ScrapRailjackItem",
|
|
25595
|
+
"ItemCount": 500
|
|
25596
|
+
}
|
|
25597
|
+
],
|
|
25598
|
+
"tradable": false,
|
|
25599
|
+
"excludeFromMarket": true
|
|
25600
|
+
},
|
|
25601
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionHelmetBlueprint": {
|
|
25602
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionHelmetComponent",
|
|
25603
|
+
"buildPrice": 15000,
|
|
25604
|
+
"buildTime": 43200,
|
|
25605
|
+
"skipBuildTimePrice": 25,
|
|
25606
|
+
"consumeOnUse": true,
|
|
25607
|
+
"num": 1,
|
|
25608
|
+
"codexSecret": false,
|
|
25609
|
+
"ingredients": [
|
|
25610
|
+
{
|
|
25611
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Circuits",
|
|
25612
|
+
"ItemCount": 250
|
|
25613
|
+
},
|
|
25614
|
+
{
|
|
25615
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Gallium",
|
|
25616
|
+
"ItemCount": 5
|
|
25617
|
+
},
|
|
25618
|
+
{
|
|
25619
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/NullstonesRailjackItem",
|
|
25620
|
+
"ItemCount": 5
|
|
25621
|
+
},
|
|
25622
|
+
{
|
|
25623
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/AsteriteRailjackItem",
|
|
25624
|
+
"ItemCount": 75
|
|
25625
|
+
}
|
|
25626
|
+
],
|
|
25627
|
+
"tradable": false,
|
|
25628
|
+
"excludeFromMarket": true
|
|
25629
|
+
},
|
|
25630
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionSystemsBlueprint": {
|
|
25631
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionSystemsComponent",
|
|
25632
|
+
"buildPrice": 15000,
|
|
25633
|
+
"buildTime": 43200,
|
|
25634
|
+
"skipBuildTimePrice": 25,
|
|
25635
|
+
"consumeOnUse": true,
|
|
25636
|
+
"num": 1,
|
|
25637
|
+
"codexSecret": false,
|
|
25638
|
+
"ingredients": [
|
|
25639
|
+
{
|
|
25640
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/PolymerBundle",
|
|
25641
|
+
"ItemCount": 500
|
|
25642
|
+
},
|
|
25643
|
+
{
|
|
25644
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
|
|
25645
|
+
"ItemCount": 30
|
|
25646
|
+
},
|
|
25647
|
+
{
|
|
25648
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/ControlModule",
|
|
25649
|
+
"ItemCount": 20
|
|
25650
|
+
},
|
|
25651
|
+
{
|
|
25652
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/IsosRailjackItem",
|
|
25653
|
+
"ItemCount": 100
|
|
25654
|
+
}
|
|
25655
|
+
],
|
|
25656
|
+
"tradable": false,
|
|
25657
|
+
"excludeFromMarket": true
|
|
25658
|
+
},
|
|
25521
25659
|
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxBlueprint": {
|
|
25522
25660
|
"resultType": "/Lotus/Powersuits/Hoplite/Hoplite",
|
|
25523
25661
|
"buildPrice": 25000,
|
|
@@ -25608,6 +25746,127 @@
|
|
|
25608
25746
|
"creditsCost": 35000,
|
|
25609
25747
|
"excludeFromMarket": true
|
|
25610
25748
|
},
|
|
25749
|
+
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeBlueprint": {
|
|
25750
|
+
"resultType": "/Lotus/Powersuits/Hoplite/StyanaxPrime",
|
|
25751
|
+
"buildPrice": 25000,
|
|
25752
|
+
"buildTime": 259200,
|
|
25753
|
+
"skipBuildTimePrice": 50,
|
|
25754
|
+
"consumeOnUse": true,
|
|
25755
|
+
"num": 1,
|
|
25756
|
+
"codexSecret": false,
|
|
25757
|
+
"primeSellingPrice": 15,
|
|
25758
|
+
"ingredients": [
|
|
25759
|
+
{
|
|
25760
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeHelmetComponent",
|
|
25761
|
+
"ItemCount": 1
|
|
25762
|
+
},
|
|
25763
|
+
{
|
|
25764
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeChassisComponent",
|
|
25765
|
+
"ItemCount": 1
|
|
25766
|
+
},
|
|
25767
|
+
{
|
|
25768
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeSystemsComponent",
|
|
25769
|
+
"ItemCount": 1
|
|
25770
|
+
},
|
|
25771
|
+
{
|
|
25772
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
25773
|
+
"ItemCount": 5
|
|
25774
|
+
}
|
|
25775
|
+
],
|
|
25776
|
+
"tradable": true,
|
|
25777
|
+
"creditsCost": 35000,
|
|
25778
|
+
"excludeFromMarket": true
|
|
25779
|
+
},
|
|
25780
|
+
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeChassisBlueprint": {
|
|
25781
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeChassisComponent",
|
|
25782
|
+
"buildPrice": 15000,
|
|
25783
|
+
"buildTime": 43200,
|
|
25784
|
+
"skipBuildTimePrice": 25,
|
|
25785
|
+
"consumeOnUse": true,
|
|
25786
|
+
"num": 1,
|
|
25787
|
+
"codexSecret": false,
|
|
25788
|
+
"primeSellingPrice": 45,
|
|
25789
|
+
"ingredients": [
|
|
25790
|
+
{
|
|
25791
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Alertium",
|
|
25792
|
+
"ItemCount": 2
|
|
25793
|
+
},
|
|
25794
|
+
{
|
|
25795
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/AlloyPlate",
|
|
25796
|
+
"ItemCount": 4700
|
|
25797
|
+
},
|
|
25798
|
+
{
|
|
25799
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Circuits",
|
|
25800
|
+
"ItemCount": 1450
|
|
25801
|
+
},
|
|
25802
|
+
{
|
|
25803
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
|
|
25804
|
+
"ItemCount": 8
|
|
25805
|
+
}
|
|
25806
|
+
],
|
|
25807
|
+
"tradable": true,
|
|
25808
|
+
"excludeFromMarket": true
|
|
25809
|
+
},
|
|
25810
|
+
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeHelmetBlueprint": {
|
|
25811
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeHelmetComponent",
|
|
25812
|
+
"buildPrice": 15000,
|
|
25813
|
+
"buildTime": 43200,
|
|
25814
|
+
"skipBuildTimePrice": 25,
|
|
25815
|
+
"consumeOnUse": true,
|
|
25816
|
+
"num": 1,
|
|
25817
|
+
"codexSecret": false,
|
|
25818
|
+
"primeSellingPrice": 100,
|
|
25819
|
+
"ingredients": [
|
|
25820
|
+
{
|
|
25821
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Gallium",
|
|
25822
|
+
"ItemCount": 8
|
|
25823
|
+
},
|
|
25824
|
+
{
|
|
25825
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/NeuralSensor",
|
|
25826
|
+
"ItemCount": 10
|
|
25827
|
+
},
|
|
25828
|
+
{
|
|
25829
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OxiumAlloy",
|
|
25830
|
+
"ItemCount": 255
|
|
25831
|
+
},
|
|
25832
|
+
{
|
|
25833
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
|
|
25834
|
+
"ItemCount": 3700
|
|
25835
|
+
}
|
|
25836
|
+
],
|
|
25837
|
+
"tradable": true,
|
|
25838
|
+
"excludeFromMarket": true
|
|
25839
|
+
},
|
|
25840
|
+
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeSystemsBlueprint": {
|
|
25841
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeSystemsComponent",
|
|
25842
|
+
"buildPrice": 15000,
|
|
25843
|
+
"buildTime": 43200,
|
|
25844
|
+
"skipBuildTimePrice": 25,
|
|
25845
|
+
"consumeOnUse": true,
|
|
25846
|
+
"num": 1,
|
|
25847
|
+
"codexSecret": false,
|
|
25848
|
+
"primeSellingPrice": 45,
|
|
25849
|
+
"ingredients": [
|
|
25850
|
+
{
|
|
25851
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Tellurium",
|
|
25852
|
+
"ItemCount": 3
|
|
25853
|
+
},
|
|
25854
|
+
{
|
|
25855
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/ControlModule",
|
|
25856
|
+
"ItemCount": 10
|
|
25857
|
+
},
|
|
25858
|
+
{
|
|
25859
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Circuits",
|
|
25860
|
+
"ItemCount": 1450
|
|
25861
|
+
},
|
|
25862
|
+
{
|
|
25863
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
|
|
25864
|
+
"ItemCount": 4300
|
|
25865
|
+
}
|
|
25866
|
+
],
|
|
25867
|
+
"tradable": true,
|
|
25868
|
+
"excludeFromMarket": true
|
|
25869
|
+
},
|
|
25611
25870
|
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxSystemsBlueprint": {
|
|
25612
25871
|
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/StyanaxSystemsComponent",
|
|
25613
25872
|
"buildPrice": 15000,
|
|
@@ -32090,6 +32349,68 @@
|
|
|
32090
32349
|
"tradable": false,
|
|
32091
32350
|
"excludeFromMarket": true
|
|
32092
32351
|
},
|
|
32352
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/OrionScytheBladeBlueprint": {
|
|
32353
|
+
"resultType": "/Lotus/Types/Recipes/Weapons/WeaponParts/OrionScytheBlade",
|
|
32354
|
+
"buildPrice": 20000,
|
|
32355
|
+
"buildTime": 43200,
|
|
32356
|
+
"skipBuildTimePrice": 25,
|
|
32357
|
+
"consumeOnUse": true,
|
|
32358
|
+
"num": 1,
|
|
32359
|
+
"codexSecret": false,
|
|
32360
|
+
"excludeFromCodex": true,
|
|
32361
|
+
"ingredients": [
|
|
32362
|
+
{
|
|
32363
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/AlloyPlate",
|
|
32364
|
+
"ItemCount": 400
|
|
32365
|
+
},
|
|
32366
|
+
{
|
|
32367
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OxiumAlloy",
|
|
32368
|
+
"ItemCount": 250
|
|
32369
|
+
},
|
|
32370
|
+
{
|
|
32371
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/ScrapRailjackItem",
|
|
32372
|
+
"ItemCount": 250
|
|
32373
|
+
},
|
|
32374
|
+
{
|
|
32375
|
+
"ItemType": "/Lotus/Types/Items/Gems/Eidolon/RareGemACutAItem",
|
|
32376
|
+
"ItemCount": 3
|
|
32377
|
+
}
|
|
32378
|
+
],
|
|
32379
|
+
"tradable": false,
|
|
32380
|
+
"creditsCost": 15000,
|
|
32381
|
+
"excludeFromMarket": true
|
|
32382
|
+
},
|
|
32383
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/OrionScytheHandleBlueprint": {
|
|
32384
|
+
"resultType": "/Lotus/Types/Recipes/Weapons/WeaponParts/OrionScytheHandle",
|
|
32385
|
+
"buildPrice": 20000,
|
|
32386
|
+
"buildTime": 43200,
|
|
32387
|
+
"skipBuildTimePrice": 25,
|
|
32388
|
+
"consumeOnUse": true,
|
|
32389
|
+
"num": 1,
|
|
32390
|
+
"codexSecret": false,
|
|
32391
|
+
"excludeFromCodex": true,
|
|
32392
|
+
"ingredients": [
|
|
32393
|
+
{
|
|
32394
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
|
|
32395
|
+
"ItemCount": 1250
|
|
32396
|
+
},
|
|
32397
|
+
{
|
|
32398
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/CarbidesRailjackItem",
|
|
32399
|
+
"ItemCount": 300
|
|
32400
|
+
},
|
|
32401
|
+
{
|
|
32402
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/GallosRailjackItem",
|
|
32403
|
+
"ItemCount": 50
|
|
32404
|
+
},
|
|
32405
|
+
{
|
|
32406
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/TitaniumRailjackItem",
|
|
32407
|
+
"ItemCount": 3000
|
|
32408
|
+
}
|
|
32409
|
+
],
|
|
32410
|
+
"tradable": false,
|
|
32411
|
+
"creditsCost": 15000,
|
|
32412
|
+
"excludeFromMarket": true
|
|
32413
|
+
},
|
|
32093
32414
|
"/Lotus/Types/Recipes/Weapons/WeaponParts/SagekPrimeBarrelBlueprint": {
|
|
32094
32415
|
"resultType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SagekPrimeBarrel",
|
|
32095
32416
|
"buildPrice": 15000,
|
|
@@ -32228,6 +32549,68 @@
|
|
|
32228
32549
|
"tradable": false,
|
|
32229
32550
|
"excludeFromMarket": true
|
|
32230
32551
|
},
|
|
32552
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/SiriusScytheBladeBlueprint": {
|
|
32553
|
+
"resultType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SiriusScytheBlade",
|
|
32554
|
+
"buildPrice": 20000,
|
|
32555
|
+
"buildTime": 43200,
|
|
32556
|
+
"skipBuildTimePrice": 25,
|
|
32557
|
+
"consumeOnUse": true,
|
|
32558
|
+
"num": 1,
|
|
32559
|
+
"codexSecret": false,
|
|
32560
|
+
"excludeFromCodex": true,
|
|
32561
|
+
"ingredients": [
|
|
32562
|
+
{
|
|
32563
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/AlloyPlate",
|
|
32564
|
+
"ItemCount": 400
|
|
32565
|
+
},
|
|
32566
|
+
{
|
|
32567
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OxiumAlloy",
|
|
32568
|
+
"ItemCount": 250
|
|
32569
|
+
},
|
|
32570
|
+
{
|
|
32571
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/ScrapRailjackItem",
|
|
32572
|
+
"ItemCount": 250
|
|
32573
|
+
},
|
|
32574
|
+
{
|
|
32575
|
+
"ItemType": "/Lotus/Types/Items/Gems/Solaris/SolarisEidolonGemBCutItem",
|
|
32576
|
+
"ItemCount": 5
|
|
32577
|
+
}
|
|
32578
|
+
],
|
|
32579
|
+
"tradable": false,
|
|
32580
|
+
"creditsCost": 15000,
|
|
32581
|
+
"excludeFromMarket": true
|
|
32582
|
+
},
|
|
32583
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/SiriusScytheHandleBlueprint": {
|
|
32584
|
+
"resultType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SiriusScytheHandle",
|
|
32585
|
+
"buildPrice": 20000,
|
|
32586
|
+
"buildTime": 43200,
|
|
32587
|
+
"skipBuildTimePrice": 25,
|
|
32588
|
+
"consumeOnUse": true,
|
|
32589
|
+
"num": 1,
|
|
32590
|
+
"codexSecret": false,
|
|
32591
|
+
"excludeFromCodex": true,
|
|
32592
|
+
"ingredients": [
|
|
32593
|
+
{
|
|
32594
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
|
|
32595
|
+
"ItemCount": 1250
|
|
32596
|
+
},
|
|
32597
|
+
{
|
|
32598
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/CarbidesRailjackItem",
|
|
32599
|
+
"ItemCount": 300
|
|
32600
|
+
},
|
|
32601
|
+
{
|
|
32602
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/GallosRailjackItem",
|
|
32603
|
+
"ItemCount": 50
|
|
32604
|
+
},
|
|
32605
|
+
{
|
|
32606
|
+
"ItemType": "/Lotus/Types/Items/RailjackMiscItems/TitaniumRailjackItem",
|
|
32607
|
+
"ItemCount": 3000
|
|
32608
|
+
}
|
|
32609
|
+
],
|
|
32610
|
+
"tradable": false,
|
|
32611
|
+
"creditsCost": 15000,
|
|
32612
|
+
"excludeFromMarket": true
|
|
32613
|
+
},
|
|
32231
32614
|
"/Lotus/Types/Recipes/Weapons/WeaponParts/SpinnerexBladeBlueprint": {
|
|
32232
32615
|
"resultType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SpinnerexBlade",
|
|
32233
32616
|
"buildPrice": 20000,
|
|
@@ -32964,6 +33347,36 @@
|
|
|
32964
33347
|
"tradable": true,
|
|
32965
33348
|
"excludeFromMarket": true
|
|
32966
33349
|
},
|
|
33350
|
+
"/Lotus/Types/Recipes/Weapons/AfentisPrimeBlueprint": {
|
|
33351
|
+
"resultType": "/Lotus/Weapons/Tenno/LongGuns/PrimeAfentis/PrimeAfentisWeapon",
|
|
33352
|
+
"buildPrice": 15000,
|
|
33353
|
+
"buildTime": 43200,
|
|
33354
|
+
"skipBuildTimePrice": 50,
|
|
33355
|
+
"consumeOnUse": true,
|
|
33356
|
+
"num": 1,
|
|
33357
|
+
"codexSecret": false,
|
|
33358
|
+
"primeSellingPrice": 100,
|
|
33359
|
+
"ingredients": [
|
|
33360
|
+
{
|
|
33361
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/AfentisPrimeBarrel",
|
|
33362
|
+
"ItemCount": 1
|
|
33363
|
+
},
|
|
33364
|
+
{
|
|
33365
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/AfentisPrimeBlade",
|
|
33366
|
+
"ItemCount": 1
|
|
33367
|
+
},
|
|
33368
|
+
{
|
|
33369
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/AfentisPrimeHandle",
|
|
33370
|
+
"ItemCount": 1
|
|
33371
|
+
},
|
|
33372
|
+
{
|
|
33373
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
33374
|
+
"ItemCount": 10
|
|
33375
|
+
}
|
|
33376
|
+
],
|
|
33377
|
+
"tradable": true,
|
|
33378
|
+
"excludeFromMarket": true
|
|
33379
|
+
},
|
|
32967
33380
|
"/Lotus/Types/Recipes/Weapons/AfurisPrimeBlueprint": {
|
|
32968
33381
|
"resultType": "/Lotus/Weapons/Tenno/Pistols/PrimeAfuris/PrimeAFurisWeapon",
|
|
32969
33382
|
"buildPrice": 15000,
|
|
@@ -33784,6 +34197,32 @@
|
|
|
33784
34197
|
"tradable": true,
|
|
33785
34198
|
"excludeFromMarket": true
|
|
33786
34199
|
},
|
|
34200
|
+
"/Lotus/Types/Recipes/Weapons/AthodaiPrimeBlueprint": {
|
|
34201
|
+
"resultType": "/Lotus/Weapons/Tenno/Pistols/PrimeAthodai/PrimeAthodaiPistolWeapon",
|
|
34202
|
+
"buildPrice": 15000,
|
|
34203
|
+
"buildTime": 43200,
|
|
34204
|
+
"skipBuildTimePrice": 50,
|
|
34205
|
+
"consumeOnUse": true,
|
|
34206
|
+
"num": 1,
|
|
34207
|
+
"codexSecret": false,
|
|
34208
|
+
"primeSellingPrice": 15,
|
|
34209
|
+
"ingredients": [
|
|
34210
|
+
{
|
|
34211
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/AthodaiPrimeBarrel",
|
|
34212
|
+
"ItemCount": 1
|
|
34213
|
+
},
|
|
34214
|
+
{
|
|
34215
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/AthodaiPrimeReceiver",
|
|
34216
|
+
"ItemCount": 1
|
|
34217
|
+
},
|
|
34218
|
+
{
|
|
34219
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
34220
|
+
"ItemCount": 10
|
|
34221
|
+
}
|
|
34222
|
+
],
|
|
34223
|
+
"tradable": true,
|
|
34224
|
+
"excludeFromMarket": true
|
|
34225
|
+
},
|
|
33787
34226
|
"/Lotus/Types/Recipes/Weapons/AutoCrossBowBlueprint": {
|
|
33788
34227
|
"resultType": "/Lotus/Weapons/Tenno/Pistols/AutomaticHandCrossbow/AutoCrossBow",
|
|
33789
34228
|
"buildPrice": 25000,
|
|
@@ -39804,6 +40243,33 @@
|
|
|
39804
40243
|
"creditsCost": 20000,
|
|
39805
40244
|
"excludeFromMarket": true
|
|
39806
40245
|
},
|
|
40246
|
+
"/Lotus/Types/Recipes/Weapons/OrionScytheBlueprint": {
|
|
40247
|
+
"resultType": "/Lotus/Weapons/Tenno/Melee/HeavyScythe/TnOrionSiriusScythe/TnOrionScytheWeapon",
|
|
40248
|
+
"buildPrice": 20000,
|
|
40249
|
+
"buildTime": 43200,
|
|
40250
|
+
"skipBuildTimePrice": 50,
|
|
40251
|
+
"consumeOnUse": true,
|
|
40252
|
+
"num": 1,
|
|
40253
|
+
"codexSecret": false,
|
|
40254
|
+
"excludeFromCodex": true,
|
|
40255
|
+
"ingredients": [
|
|
40256
|
+
{
|
|
40257
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/OrionScytheBlade",
|
|
40258
|
+
"ItemCount": 1
|
|
40259
|
+
},
|
|
40260
|
+
{
|
|
40261
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/OrionScytheHandle",
|
|
40262
|
+
"ItemCount": 1
|
|
40263
|
+
},
|
|
40264
|
+
{
|
|
40265
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SiriusScytheBlade",
|
|
40266
|
+
"ItemCount": 1
|
|
40267
|
+
}
|
|
40268
|
+
],
|
|
40269
|
+
"tradable": false,
|
|
40270
|
+
"creditsCost": 30000,
|
|
40271
|
+
"excludeFromMarket": true
|
|
40272
|
+
},
|
|
39807
40273
|
"/Lotus/Types/Recipes/Weapons/PacifistShieldSwordBlueprint": {
|
|
39808
40274
|
"resultType": "/Lotus/Weapons/Tenno/Melee/SwordsAndBoards/PacifistShieldAndSword/PacifistShieldSword",
|
|
39809
40275
|
"buildPrice": 20000,
|
|
@@ -41399,6 +41865,33 @@
|
|
|
41399
41865
|
"tradable": false,
|
|
41400
41866
|
"creditsCost": 50000
|
|
41401
41867
|
},
|
|
41868
|
+
"/Lotus/Types/Recipes/Weapons/SiriusScytheBlueprint": {
|
|
41869
|
+
"resultType": "/Lotus/Weapons/Tenno/Melee/HeavyScythe/TnOrionSiriusScythe/TnSiriusScytheWeapon",
|
|
41870
|
+
"buildPrice": 20000,
|
|
41871
|
+
"buildTime": 43200,
|
|
41872
|
+
"skipBuildTimePrice": 50,
|
|
41873
|
+
"consumeOnUse": true,
|
|
41874
|
+
"num": 1,
|
|
41875
|
+
"codexSecret": false,
|
|
41876
|
+
"excludeFromCodex": true,
|
|
41877
|
+
"ingredients": [
|
|
41878
|
+
{
|
|
41879
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SiriusScytheHandle",
|
|
41880
|
+
"ItemCount": 1
|
|
41881
|
+
},
|
|
41882
|
+
{
|
|
41883
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SiriusScytheBlade",
|
|
41884
|
+
"ItemCount": 1
|
|
41885
|
+
},
|
|
41886
|
+
{
|
|
41887
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/OrionScytheBlade",
|
|
41888
|
+
"ItemCount": 1
|
|
41889
|
+
}
|
|
41890
|
+
],
|
|
41891
|
+
"tradable": false,
|
|
41892
|
+
"creditsCost": 30000,
|
|
41893
|
+
"excludeFromMarket": true
|
|
41894
|
+
},
|
|
41402
41895
|
"/Lotus/Types/Recipes/Weapons/SkanaSwordBlueprint": {
|
|
41403
41896
|
"resultType": "/Lotus/Weapons/Tenno/Melee/LongSword/LongSword",
|
|
41404
41897
|
"buildPrice": 15000,
|
|
@@ -45010,6 +45503,32 @@
|
|
|
45010
45503
|
"tradable": false,
|
|
45011
45504
|
"excludeFromMarket": true
|
|
45012
45505
|
},
|
|
45506
|
+
"/Lotus/Types/Recipes/HunhowTrinketBlueprint": {
|
|
45507
|
+
"resultType": "/Lotus/Types/JadeShadowsPart2Mission/Gameplay/Resources/HunhowTrinketMiscItem",
|
|
45508
|
+
"buildPrice": 15000,
|
|
45509
|
+
"buildTime": 43200,
|
|
45510
|
+
"skipBuildTimePrice": 50,
|
|
45511
|
+
"consumeOnUse": true,
|
|
45512
|
+
"num": 1,
|
|
45513
|
+
"codexSecret": false,
|
|
45514
|
+
"excludeFromCodex": true,
|
|
45515
|
+
"ingredients": [
|
|
45516
|
+
{
|
|
45517
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
45518
|
+
"ItemCount": 1
|
|
45519
|
+
},
|
|
45520
|
+
{
|
|
45521
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/ArgonCrystal",
|
|
45522
|
+
"ItemCount": 1
|
|
45523
|
+
},
|
|
45524
|
+
{
|
|
45525
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Alertium",
|
|
45526
|
+
"ItemCount": 5
|
|
45527
|
+
}
|
|
45528
|
+
],
|
|
45529
|
+
"tradable": false,
|
|
45530
|
+
"excludeFromMarket": true
|
|
45531
|
+
},
|
|
45013
45532
|
"/Lotus/Types/Restoratives/Consumable/CatbrowVampireDisinfectBlueprint": {
|
|
45014
45533
|
"resultType": "/Lotus/Types/Restoratives/CatbrowVampireDisinfect",
|
|
45015
45534
|
"buildPrice": 2000,
|
|
@@ -54349,6 +54868,52 @@
|
|
|
54349
54868
|
"tradable": false,
|
|
54350
54869
|
"excludeFromMarket": true
|
|
54351
54870
|
},
|
|
54871
|
+
"/Lotus/Types/Recipes/AbilityOverrides/OrionBuffBlueprint": {
|
|
54872
|
+
"resultType": "/Lotus/Powersuits/SiriusOrion/Abilities/OrionBuffAbility",
|
|
54873
|
+
"buildPrice": 0,
|
|
54874
|
+
"buildTime": 82800,
|
|
54875
|
+
"skipBuildTimePrice": 50,
|
|
54876
|
+
"consumeOnUse": false,
|
|
54877
|
+
"num": 1,
|
|
54878
|
+
"codexSecret": false,
|
|
54879
|
+
"excludeFromCodex": true,
|
|
54880
|
+
"hidden": true,
|
|
54881
|
+
"ingredients": [
|
|
54882
|
+
{
|
|
54883
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthCalx",
|
|
54884
|
+
"ItemCount": 190
|
|
54885
|
+
},
|
|
54886
|
+
{
|
|
54887
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthBiotics",
|
|
54888
|
+
"ItemCount": 190
|
|
54889
|
+
},
|
|
54890
|
+
{
|
|
54891
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthPheromones",
|
|
54892
|
+
"ItemCount": 600
|
|
54893
|
+
}
|
|
54894
|
+
],
|
|
54895
|
+
"secretIngredientAction": "SIA_WARFRAME_ABILITY",
|
|
54896
|
+
"secretIngredients": [
|
|
54897
|
+
{
|
|
54898
|
+
"ItemType": "/Lotus/Powersuits/SiriusOrion/SiriusSuit",
|
|
54899
|
+
"ItemCount": 1
|
|
54900
|
+
},
|
|
54901
|
+
{
|
|
54902
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthPheromones",
|
|
54903
|
+
"ItemCount": 650
|
|
54904
|
+
},
|
|
54905
|
+
{
|
|
54906
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthCalx",
|
|
54907
|
+
"ItemCount": 825
|
|
54908
|
+
},
|
|
54909
|
+
{
|
|
54910
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthSynthetics",
|
|
54911
|
+
"ItemCount": 550
|
|
54912
|
+
}
|
|
54913
|
+
],
|
|
54914
|
+
"tradable": false,
|
|
54915
|
+
"excludeFromMarket": true
|
|
54916
|
+
},
|
|
54352
54917
|
"/Lotus/Types/Recipes/AbilityOverrides/PagemasterDeathBlueprint": {
|
|
54353
54918
|
"resultType": "/Lotus/Powersuits/Pagemaster/Abilities/PagemasterDeathAbility",
|
|
54354
54919
|
"buildPrice": 0,
|
|
@@ -54671,6 +55236,52 @@
|
|
|
54671
55236
|
"tradable": false,
|
|
54672
55237
|
"excludeFromMarket": true
|
|
54673
55238
|
},
|
|
55239
|
+
"/Lotus/Types/Recipes/AbilityOverrides/SiriusBuffBlueprint": {
|
|
55240
|
+
"resultType": "/Lotus/Powersuits/SiriusOrion/Abilities/SiriusBuffAbility",
|
|
55241
|
+
"buildPrice": 0,
|
|
55242
|
+
"buildTime": 82800,
|
|
55243
|
+
"skipBuildTimePrice": 50,
|
|
55244
|
+
"consumeOnUse": false,
|
|
55245
|
+
"num": 1,
|
|
55246
|
+
"codexSecret": false,
|
|
55247
|
+
"excludeFromCodex": true,
|
|
55248
|
+
"hidden": true,
|
|
55249
|
+
"ingredients": [
|
|
55250
|
+
{
|
|
55251
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthCalx",
|
|
55252
|
+
"ItemCount": 190
|
|
55253
|
+
},
|
|
55254
|
+
{
|
|
55255
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthBiotics",
|
|
55256
|
+
"ItemCount": 190
|
|
55257
|
+
},
|
|
55258
|
+
{
|
|
55259
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthPheromones",
|
|
55260
|
+
"ItemCount": 600
|
|
55261
|
+
}
|
|
55262
|
+
],
|
|
55263
|
+
"secretIngredientAction": "SIA_WARFRAME_ABILITY",
|
|
55264
|
+
"secretIngredients": [
|
|
55265
|
+
{
|
|
55266
|
+
"ItemType": "/Lotus/Powersuits/SiriusOrion/SiriusSuit",
|
|
55267
|
+
"ItemCount": 1
|
|
55268
|
+
},
|
|
55269
|
+
{
|
|
55270
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthPheromones",
|
|
55271
|
+
"ItemCount": 650
|
|
55272
|
+
},
|
|
55273
|
+
{
|
|
55274
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthCalx",
|
|
55275
|
+
"ItemCount": 825
|
|
55276
|
+
},
|
|
55277
|
+
{
|
|
55278
|
+
"ItemType": "/Lotus/Types/Items/InfestedFoundry/HelminthSynthetics",
|
|
55279
|
+
"ItemCount": 550
|
|
55280
|
+
}
|
|
55281
|
+
],
|
|
55282
|
+
"tradable": false,
|
|
55283
|
+
"excludeFromMarket": true
|
|
55284
|
+
},
|
|
54674
55285
|
"/Lotus/Types/Recipes/AbilityOverrides/TempleShredBlueprint": {
|
|
54675
55286
|
"resultType": "/Lotus/Powersuits/Temple/Abilities/TempleShredAbility",
|
|
54676
55287
|
"buildPrice": 0,
|
|
@@ -55392,6 +56003,36 @@
|
|
|
55392
56003
|
],
|
|
55393
56004
|
"tradable": false
|
|
55394
56005
|
},
|
|
56006
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/BallisticaIncarnonBlueprint": {
|
|
56007
|
+
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/BallisticaIncarnonUnlocker",
|
|
56008
|
+
"buildPrice": 0,
|
|
56009
|
+
"buildTime": 0,
|
|
56010
|
+
"skipBuildTimePrice": 0,
|
|
56011
|
+
"consumeOnUse": true,
|
|
56012
|
+
"num": 1,
|
|
56013
|
+
"codexSecret": false,
|
|
56014
|
+
"excludeFromCodex": true,
|
|
56015
|
+
"hidden": true,
|
|
56016
|
+
"ingredients": [
|
|
56017
|
+
{
|
|
56018
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/BallisticaIncarnonUnlocker",
|
|
56019
|
+
"ItemCount": 1
|
|
56020
|
+
},
|
|
56021
|
+
{
|
|
56022
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
56023
|
+
"ItemCount": 20
|
|
56024
|
+
},
|
|
56025
|
+
{
|
|
56026
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriPlantItemA",
|
|
56027
|
+
"ItemCount": 80
|
|
56028
|
+
},
|
|
56029
|
+
{
|
|
56030
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriPlantItemE",
|
|
56031
|
+
"ItemCount": 60
|
|
56032
|
+
}
|
|
56033
|
+
],
|
|
56034
|
+
"tradable": false
|
|
56035
|
+
},
|
|
55395
56036
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/BoarIncarnonBlueprint": {
|
|
55396
56037
|
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Primary/BoarIncarnonUnlocker",
|
|
55397
56038
|
"buildPrice": 0,
|
|
@@ -55694,6 +56335,36 @@
|
|
|
55694
56335
|
],
|
|
55695
56336
|
"tradable": false
|
|
55696
56337
|
},
|
|
56338
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/DestrezaIncarnonBlueprint": {
|
|
56339
|
+
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Melee/DestrezaIncarnonUnlocker",
|
|
56340
|
+
"buildPrice": 0,
|
|
56341
|
+
"buildTime": 0,
|
|
56342
|
+
"skipBuildTimePrice": 0,
|
|
56343
|
+
"consumeOnUse": true,
|
|
56344
|
+
"num": 1,
|
|
56345
|
+
"codexSecret": false,
|
|
56346
|
+
"excludeFromCodex": true,
|
|
56347
|
+
"hidden": true,
|
|
56348
|
+
"ingredients": [
|
|
56349
|
+
{
|
|
56350
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Melee/DestrezaIncarnonUnlocker",
|
|
56351
|
+
"ItemCount": 1
|
|
56352
|
+
},
|
|
56353
|
+
{
|
|
56354
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
56355
|
+
"ItemCount": 20
|
|
56356
|
+
},
|
|
56357
|
+
{
|
|
56358
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriPlantItemF",
|
|
56359
|
+
"ItemCount": 70
|
|
56360
|
+
},
|
|
56361
|
+
{
|
|
56362
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriFractalItem",
|
|
56363
|
+
"ItemCount": 60
|
|
56364
|
+
}
|
|
56365
|
+
],
|
|
56366
|
+
"tradable": false
|
|
56367
|
+
},
|
|
55697
56368
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/DreadIncarnonBlueprint": {
|
|
55698
56369
|
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Primary/DreadIncarnonUnlocker",
|
|
55699
56370
|
"buildPrice": 0,
|
|
@@ -56146,6 +56817,36 @@
|
|
|
56146
56817
|
],
|
|
56147
56818
|
"tradable": false
|
|
56148
56819
|
},
|
|
56820
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/ObexIncarnonBlueprint": {
|
|
56821
|
+
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Melee/ObexIncarnonUnlocker",
|
|
56822
|
+
"buildPrice": 0,
|
|
56823
|
+
"buildTime": 0,
|
|
56824
|
+
"skipBuildTimePrice": 0,
|
|
56825
|
+
"consumeOnUse": true,
|
|
56826
|
+
"num": 1,
|
|
56827
|
+
"codexSecret": false,
|
|
56828
|
+
"excludeFromCodex": true,
|
|
56829
|
+
"hidden": true,
|
|
56830
|
+
"ingredients": [
|
|
56831
|
+
{
|
|
56832
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Melee/ObexIncarnonUnlocker",
|
|
56833
|
+
"ItemCount": 1
|
|
56834
|
+
},
|
|
56835
|
+
{
|
|
56836
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
56837
|
+
"ItemCount": 20
|
|
56838
|
+
},
|
|
56839
|
+
{
|
|
56840
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/Fish/GenericDuviriFishPartAItem",
|
|
56841
|
+
"ItemCount": 100
|
|
56842
|
+
},
|
|
56843
|
+
{
|
|
56844
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriEnemyDropItem",
|
|
56845
|
+
"ItemCount": 80
|
|
56846
|
+
}
|
|
56847
|
+
],
|
|
56848
|
+
"tradable": false
|
|
56849
|
+
},
|
|
56149
56850
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/OkinaIncarnonBlueprint": {
|
|
56150
56851
|
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Melee/OkinaIncarnonUnlocker",
|
|
56151
56852
|
"buildPrice": 0,
|
|
@@ -56356,6 +57057,36 @@
|
|
|
56356
57057
|
],
|
|
56357
57058
|
"tradable": false
|
|
56358
57059
|
},
|
|
57060
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/StugIncarnonBlueprint": {
|
|
57061
|
+
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/StugIncarnonUnlocker",
|
|
57062
|
+
"buildPrice": 0,
|
|
57063
|
+
"buildTime": 0,
|
|
57064
|
+
"skipBuildTimePrice": 0,
|
|
57065
|
+
"consumeOnUse": true,
|
|
57066
|
+
"num": 1,
|
|
57067
|
+
"codexSecret": false,
|
|
57068
|
+
"excludeFromCodex": true,
|
|
57069
|
+
"hidden": true,
|
|
57070
|
+
"ingredients": [
|
|
57071
|
+
{
|
|
57072
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/StugIncarnonUnlocker",
|
|
57073
|
+
"ItemCount": 1
|
|
57074
|
+
},
|
|
57075
|
+
{
|
|
57076
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
57077
|
+
"ItemCount": 20
|
|
57078
|
+
},
|
|
57079
|
+
{
|
|
57080
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriMushroomItem",
|
|
57081
|
+
"ItemCount": 60
|
|
57082
|
+
},
|
|
57083
|
+
{
|
|
57084
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriRockItem",
|
|
57085
|
+
"ItemCount": 150
|
|
57086
|
+
}
|
|
57087
|
+
],
|
|
57088
|
+
"tradable": false
|
|
57089
|
+
},
|
|
56359
57090
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/SybarisIncarnonBlueprint": {
|
|
56360
57091
|
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Primary/SybarisIncarnonUnlocker",
|
|
56361
57092
|
"buildPrice": 0,
|
|
@@ -56446,6 +57177,36 @@
|
|
|
56446
57177
|
],
|
|
56447
57178
|
"tradable": false
|
|
56448
57179
|
},
|
|
57180
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/VectisIncarnonBlueprint": {
|
|
57181
|
+
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Primary/VectisIncarnonUnlocker",
|
|
57182
|
+
"buildPrice": 0,
|
|
57183
|
+
"buildTime": 0,
|
|
57184
|
+
"skipBuildTimePrice": 0,
|
|
57185
|
+
"consumeOnUse": true,
|
|
57186
|
+
"num": 1,
|
|
57187
|
+
"codexSecret": false,
|
|
57188
|
+
"excludeFromCodex": true,
|
|
57189
|
+
"hidden": true,
|
|
57190
|
+
"ingredients": [
|
|
57191
|
+
{
|
|
57192
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Primary/VectisIncarnonUnlocker",
|
|
57193
|
+
"ItemCount": 1
|
|
57194
|
+
},
|
|
57195
|
+
{
|
|
57196
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
|
57197
|
+
"ItemCount": 20
|
|
57198
|
+
},
|
|
57199
|
+
{
|
|
57200
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriPlantItemB",
|
|
57201
|
+
"ItemCount": 80
|
|
57202
|
+
},
|
|
57203
|
+
{
|
|
57204
|
+
"ItemType": "/Lotus/Types/Gameplay/Duviri/Resource/DuviriProcessedItem",
|
|
57205
|
+
"ItemCount": 150
|
|
57206
|
+
}
|
|
57207
|
+
],
|
|
57208
|
+
"tradable": false
|
|
57209
|
+
},
|
|
56449
57210
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/UnlockerBlueprints/ZylokIncarnonBlueprint": {
|
|
56450
57211
|
"resultType": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/ZylokIncarnonUnlocker",
|
|
56451
57212
|
"buildPrice": 0,
|