warframe-public-export-plus 0.4.2 → 0.4.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/ExportArcanes.json +72 -79
- package/ExportBoosterPacks.json +51 -51
- package/ExportBundles.json +28 -0
- package/ExportCustoms.json +142 -0
- package/ExportDojoRecipes.json +25 -0
- package/ExportEnemies.json +13728 -16
- package/ExportFlavour.json +30 -0
- package/ExportGear.json +8 -0
- package/ExportImages.json +136 -1
- package/ExportKeys.json +447 -73
- package/ExportRailjackWeapons.json +116 -116
- package/ExportRecipes.json +244 -2
- package/ExportRelics.json +648 -0
- package/ExportResources.json +107 -37
- package/ExportRewards.json +868 -256
- package/ExportSentinels.json +31 -0
- package/ExportSyndicates.json +756 -0
- package/ExportTextIcons.json +3 -0
- package/ExportVendors.json +1750 -0
- package/ExportWarframes.json +49 -0
- package/ExportWeapons.json +1074 -697
- package/README.md +1 -1
- package/dict.de.json +295 -23
- package/dict.en.json +286 -14
- package/dict.es.json +293 -21
- package/dict.fr.json +296 -24
- package/dict.it.json +323 -51
- package/dict.ja.json +292 -20
- package/dict.ko.json +286 -14
- package/dict.pl.json +300 -28
- package/dict.pt.json +317 -45
- package/dict.ru.json +300 -28
- package/dict.tc.json +288 -16
- package/dict.th.json +545 -273
- package/dict.tr.json +322 -50
- package/dict.uk.json +390 -118
- package/dict.zh.json +339 -67
- package/index.d.ts +17 -4
- package/package.json +2 -2
package/ExportRecipes.json
CHANGED
|
@@ -3505,6 +3505,30 @@
|
|
|
3505
3505
|
}
|
|
3506
3506
|
]
|
|
3507
3507
|
},
|
|
3508
|
+
"/Lotus/Types/Recipes/Components/StalkerBallBlueprint": {
|
|
3509
|
+
"resultType": "/Lotus/Types/Restoratives/Consumable/StalkerBall",
|
|
3510
|
+
"buildPrice": 7500,
|
|
3511
|
+
"buildTime": 28800,
|
|
3512
|
+
"skipBuildTimePrice": 10,
|
|
3513
|
+
"consumeOnUse": false,
|
|
3514
|
+
"num": 1,
|
|
3515
|
+
"codexSecret": true,
|
|
3516
|
+
"excludeFromCodex": true,
|
|
3517
|
+
"ingredients": [
|
|
3518
|
+
{
|
|
3519
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Nanospores",
|
|
3520
|
+
"ItemCount": 2500
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
|
|
3524
|
+
"ItemCount": 2500
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
|
|
3528
|
+
"ItemCount": 2500
|
|
3529
|
+
}
|
|
3530
|
+
]
|
|
3531
|
+
},
|
|
3508
3532
|
"/Lotus/Types/Recipes/Components/UmbraEchoesBlueprint": {
|
|
3509
3533
|
"resultType": "/Lotus/Types/Items/MiscItems/UmbraEchoes",
|
|
3510
3534
|
"buildPrice": 35000,
|
|
@@ -6538,6 +6562,33 @@
|
|
|
6538
6562
|
}
|
|
6539
6563
|
]
|
|
6540
6564
|
},
|
|
6565
|
+
"/Lotus/Types/Recipes/Helmets/JadeAltHelmetBlueprint": {
|
|
6566
|
+
"resultType": "/Lotus/Upgrades/Skins/Choir/ChoirAltHelmet",
|
|
6567
|
+
"buildPrice": 20000,
|
|
6568
|
+
"buildTime": 43200,
|
|
6569
|
+
"skipBuildTimePrice": 25,
|
|
6570
|
+
"consumeOnUse": true,
|
|
6571
|
+
"num": 1,
|
|
6572
|
+
"codexSecret": false,
|
|
6573
|
+
"ingredients": [
|
|
6574
|
+
{
|
|
6575
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Nanospores",
|
|
6576
|
+
"ItemCount": 1500
|
|
6577
|
+
},
|
|
6578
|
+
{
|
|
6579
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
|
|
6580
|
+
"ItemCount": 1200
|
|
6581
|
+
},
|
|
6582
|
+
{
|
|
6583
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Plastids",
|
|
6584
|
+
"ItemCount": 600
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/ArgonCrystal",
|
|
6588
|
+
"ItemCount": 2
|
|
6589
|
+
}
|
|
6590
|
+
]
|
|
6591
|
+
},
|
|
6541
6592
|
"/Lotus/Types/Recipes/Helmets/KhoraAltHelmetBlueprint": {
|
|
6542
6593
|
"resultType": "/Lotus/Upgrades/Skins/Khora/KhoraAltHelmet",
|
|
6543
6594
|
"buildPrice": 20000,
|
|
@@ -12398,6 +12449,34 @@
|
|
|
12398
12449
|
}
|
|
12399
12450
|
]
|
|
12400
12451
|
},
|
|
12452
|
+
"/Lotus/Types/Recipes/SentinelRecipes/NautilusPrimeSentinelBlueprint": {
|
|
12453
|
+
"resultType": "/Lotus/Types/Sentinels/SentinelPowersuits/NautilusPrimeSentinelPowerSuit",
|
|
12454
|
+
"buildPrice": 15000,
|
|
12455
|
+
"buildTime": 86400,
|
|
12456
|
+
"skipBuildTimePrice": 30,
|
|
12457
|
+
"consumeOnUse": true,
|
|
12458
|
+
"num": 1,
|
|
12459
|
+
"codexSecret": false,
|
|
12460
|
+
"primeSellingPrice": 100,
|
|
12461
|
+
"ingredients": [
|
|
12462
|
+
{
|
|
12463
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/NautilusPrimeCerebrum",
|
|
12464
|
+
"ItemCount": 1
|
|
12465
|
+
},
|
|
12466
|
+
{
|
|
12467
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/NautilusPrimeCarapace",
|
|
12468
|
+
"ItemCount": 1
|
|
12469
|
+
},
|
|
12470
|
+
{
|
|
12471
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/NautilusPrimeSystems",
|
|
12472
|
+
"ItemCount": 1
|
|
12473
|
+
},
|
|
12474
|
+
{
|
|
12475
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
12476
|
+
"ItemCount": 6
|
|
12477
|
+
}
|
|
12478
|
+
]
|
|
12479
|
+
},
|
|
12401
12480
|
"/Lotus/Types/Recipes/SentinelRecipes/PrimeCarrierSentinelBlueprint": {
|
|
12402
12481
|
"resultType": "/Lotus/Types/Sentinels/SentinelPowersuits/PrimeCarrierPowerSuit",
|
|
12403
12482
|
"buildPrice": 15000,
|
|
@@ -22106,6 +22185,118 @@
|
|
|
22106
22185
|
}
|
|
22107
22186
|
]
|
|
22108
22187
|
},
|
|
22188
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeBlueprint": {
|
|
22189
|
+
"resultType": "/Lotus/Powersuits/Wraith/SevagothPrime",
|
|
22190
|
+
"buildPrice": 25000,
|
|
22191
|
+
"buildTime": 259200,
|
|
22192
|
+
"skipBuildTimePrice": 50,
|
|
22193
|
+
"consumeOnUse": true,
|
|
22194
|
+
"num": 1,
|
|
22195
|
+
"codexSecret": false,
|
|
22196
|
+
"primeSellingPrice": 45,
|
|
22197
|
+
"ingredients": [
|
|
22198
|
+
{
|
|
22199
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeHelmetComponent",
|
|
22200
|
+
"ItemCount": 1
|
|
22201
|
+
},
|
|
22202
|
+
{
|
|
22203
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeChassisComponent",
|
|
22204
|
+
"ItemCount": 1
|
|
22205
|
+
},
|
|
22206
|
+
{
|
|
22207
|
+
"ItemType": "/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeSystemsComponent",
|
|
22208
|
+
"ItemCount": 1
|
|
22209
|
+
},
|
|
22210
|
+
{
|
|
22211
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
22212
|
+
"ItemCount": 1
|
|
22213
|
+
}
|
|
22214
|
+
]
|
|
22215
|
+
},
|
|
22216
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeChassisBlueprint": {
|
|
22217
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeChassisComponent",
|
|
22218
|
+
"buildPrice": 15000,
|
|
22219
|
+
"buildTime": 43200,
|
|
22220
|
+
"skipBuildTimePrice": 25,
|
|
22221
|
+
"consumeOnUse": true,
|
|
22222
|
+
"num": 1,
|
|
22223
|
+
"codexSecret": false,
|
|
22224
|
+
"primeSellingPrice": 100,
|
|
22225
|
+
"ingredients": [
|
|
22226
|
+
{
|
|
22227
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Neurode",
|
|
22228
|
+
"ItemCount": 8
|
|
22229
|
+
},
|
|
22230
|
+
{
|
|
22231
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Alertium",
|
|
22232
|
+
"ItemCount": 2
|
|
22233
|
+
},
|
|
22234
|
+
{
|
|
22235
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/PolymerBundle",
|
|
22236
|
+
"ItemCount": 1100
|
|
22237
|
+
},
|
|
22238
|
+
{
|
|
22239
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/AlloyPlate",
|
|
22240
|
+
"ItemCount": 3750
|
|
22241
|
+
}
|
|
22242
|
+
]
|
|
22243
|
+
},
|
|
22244
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeHelmetBlueprint": {
|
|
22245
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeHelmetComponent",
|
|
22246
|
+
"buildPrice": 15000,
|
|
22247
|
+
"buildTime": 43200,
|
|
22248
|
+
"skipBuildTimePrice": 25,
|
|
22249
|
+
"consumeOnUse": true,
|
|
22250
|
+
"num": 1,
|
|
22251
|
+
"codexSecret": false,
|
|
22252
|
+
"primeSellingPrice": 15,
|
|
22253
|
+
"ingredients": [
|
|
22254
|
+
{
|
|
22255
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/NeuralSensor",
|
|
22256
|
+
"ItemCount": 4
|
|
22257
|
+
},
|
|
22258
|
+
{
|
|
22259
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Tellurium",
|
|
22260
|
+
"ItemCount": 2
|
|
22261
|
+
},
|
|
22262
|
+
{
|
|
22263
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
|
|
22264
|
+
"ItemCount": 5250
|
|
22265
|
+
},
|
|
22266
|
+
{
|
|
22267
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
|
|
22268
|
+
"ItemCount": 1675
|
|
22269
|
+
}
|
|
22270
|
+
]
|
|
22271
|
+
},
|
|
22272
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeSystemsBlueprint": {
|
|
22273
|
+
"resultType": "/Lotus/Types/Recipes/WarframeRecipes/SevagothPrimeSystemsComponent",
|
|
22274
|
+
"buildPrice": 15000,
|
|
22275
|
+
"buildTime": 43200,
|
|
22276
|
+
"skipBuildTimePrice": 25,
|
|
22277
|
+
"consumeOnUse": true,
|
|
22278
|
+
"num": 1,
|
|
22279
|
+
"codexSecret": false,
|
|
22280
|
+
"primeSellingPrice": 15,
|
|
22281
|
+
"ingredients": [
|
|
22282
|
+
{
|
|
22283
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/ArgonCrystal",
|
|
22284
|
+
"ItemCount": 2
|
|
22285
|
+
},
|
|
22286
|
+
{
|
|
22287
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
|
|
22288
|
+
"ItemCount": 10
|
|
22289
|
+
},
|
|
22290
|
+
{
|
|
22291
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
|
|
22292
|
+
"ItemCount": 4250
|
|
22293
|
+
},
|
|
22294
|
+
{
|
|
22295
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Circuits",
|
|
22296
|
+
"ItemCount": 1200
|
|
22297
|
+
}
|
|
22298
|
+
]
|
|
22299
|
+
},
|
|
22109
22300
|
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxBlueprint": {
|
|
22110
22301
|
"resultType": "/Lotus/Powersuits/Hoplite/Hoplite",
|
|
22111
22302
|
"buildPrice": 25000,
|
|
@@ -27266,8 +27457,7 @@
|
|
|
27266
27457
|
"skipBuildTimePrice": 50,
|
|
27267
27458
|
"consumeOnUse": true,
|
|
27268
27459
|
"num": 1,
|
|
27269
|
-
"codexSecret":
|
|
27270
|
-
"excludeFromCodex": true,
|
|
27460
|
+
"codexSecret": true,
|
|
27271
27461
|
"primeSellingPrice": 15,
|
|
27272
27462
|
"ingredients": [
|
|
27273
27463
|
{
|
|
@@ -30112,6 +30302,30 @@
|
|
|
30112
30302
|
}
|
|
30113
30303
|
]
|
|
30114
30304
|
},
|
|
30305
|
+
"/Lotus/Types/Recipes/Weapons/EpitaphPrimeBlueprint": {
|
|
30306
|
+
"resultType": "/Lotus/Weapons/Tenno/Pistols/PrimeEpitaph/PrimeEpitaphSidearmWeapon",
|
|
30307
|
+
"buildPrice": 15000,
|
|
30308
|
+
"buildTime": 43200,
|
|
30309
|
+
"skipBuildTimePrice": 50,
|
|
30310
|
+
"consumeOnUse": true,
|
|
30311
|
+
"num": 1,
|
|
30312
|
+
"codexSecret": false,
|
|
30313
|
+
"primeSellingPrice": 15,
|
|
30314
|
+
"ingredients": [
|
|
30315
|
+
{
|
|
30316
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/EpitaphPrimeBarrel",
|
|
30317
|
+
"ItemCount": 1
|
|
30318
|
+
},
|
|
30319
|
+
{
|
|
30320
|
+
"ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/EpitaphPrimeReceiver",
|
|
30321
|
+
"ItemCount": 1
|
|
30322
|
+
},
|
|
30323
|
+
{
|
|
30324
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/OrokinCell",
|
|
30325
|
+
"ItemCount": 10
|
|
30326
|
+
}
|
|
30327
|
+
]
|
|
30328
|
+
},
|
|
30115
30329
|
"/Lotus/Types/Recipes/Weapons/EtherScytheBlueprint": {
|
|
30116
30330
|
"resultType": "/Lotus/Weapons/Tenno/Melee/Scythe/EtherScytheWeapon",
|
|
30117
30331
|
"buildPrice": 15000,
|
|
@@ -38408,6 +38622,34 @@
|
|
|
38408
38622
|
}
|
|
38409
38623
|
]
|
|
38410
38624
|
},
|
|
38625
|
+
"/Lotus/Types/StoreItems/Consumables/LisetAirSupportHundredBlueprint": {
|
|
38626
|
+
"resultType": "/Lotus/Types/Restoratives/LisetAirSupport",
|
|
38627
|
+
"buildPrice": 40000,
|
|
38628
|
+
"buildTime": 60,
|
|
38629
|
+
"skipBuildTimePrice": 1,
|
|
38630
|
+
"consumeOnUse": false,
|
|
38631
|
+
"num": 100,
|
|
38632
|
+
"codexSecret": false,
|
|
38633
|
+
"excludeFromCodex": true,
|
|
38634
|
+
"ingredients": [
|
|
38635
|
+
{
|
|
38636
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
|
|
38637
|
+
"ItemCount": 12000
|
|
38638
|
+
},
|
|
38639
|
+
{
|
|
38640
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
|
|
38641
|
+
"ItemCount": 20000
|
|
38642
|
+
},
|
|
38643
|
+
{
|
|
38644
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Plastids",
|
|
38645
|
+
"ItemCount": 7000
|
|
38646
|
+
},
|
|
38647
|
+
{
|
|
38648
|
+
"ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
|
|
38649
|
+
"ItemCount": 10
|
|
38650
|
+
}
|
|
38651
|
+
]
|
|
38652
|
+
},
|
|
38411
38653
|
"/Lotus/Types/StoreItems/Consumables/TenCipherBlueprint": {
|
|
38412
38654
|
"resultType": "/Lotus/Types/Restoratives/Cipher",
|
|
38413
38655
|
"buildPrice": 9000,
|