warframe-public-export-plus 0.6.1 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ExportAchievements.json +4 -0
- package/ExportArcanes.json +13719 -0
- package/ExportBoosterPacks.json +54 -54
- package/ExportBundles.json +242 -84
- package/ExportChallenges.json +10 -1
- package/ExportCodex.json +5 -0
- package/ExportCustoms.json +488 -20
- package/ExportDojoRecipes.json +1580 -0
- package/ExportEmailItems.json +5 -3
- package/ExportEnemies.json +2459 -699
- package/ExportFlavour.json +481 -0
- package/ExportImages.json +360 -18
- package/ExportKeys.json +227 -42
- package/ExportRailjackWeapons.json +2135 -167
- package/ExportRecipes.json +761 -0
- package/ExportRelics.json +693 -9
- package/ExportResources.json +484 -12
- package/ExportRewards.json +616 -4
- package/ExportSyndicates.json +56 -0
- package/ExportTilesets.json +16 -0
- package/ExportUpgrades.json +2925 -1468
- package/ExportVendors.json +1423 -254
- package/ExportVirtuals.json +3 -0
- package/ExportWarframes.json +163 -2
- package/ExportWeapons.json +592 -42
- package/README.md +2 -2
- package/dict.de.json +743 -63
- package/dict.en.json +755 -75
- package/dict.es.json +782 -102
- package/dict.fr.json +712 -32
- package/dict.it.json +730 -50
- package/dict.ja.json +714 -34
- package/dict.ko.json +747 -67
- package/dict.pl.json +1007 -327
- package/dict.pt.json +752 -72
- package/dict.ru.json +725 -45
- package/dict.tc.json +724 -44
- package/dict.th.json +741 -61
- package/dict.tr.json +1332 -652
- package/dict.uk.json +1203 -523
- package/dict.zh.json +758 -78
- package/index.d.ts +19 -4
- package/package.json +3 -4
- package/supplementals/getScaledPowersuitValues.pluto +17 -0
- package/validate-typings.js +17 -17
package/ExportResources.json
CHANGED
|
@@ -7508,6 +7508,17 @@
|
|
|
7508
7508
|
"platinumCost": 20,
|
|
7509
7509
|
"excludeFromMarket": true
|
|
7510
7510
|
},
|
|
7511
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Melee/DestrezaIncarnonUnlocker": {
|
|
7512
|
+
"name": "/Lotus/Language/Weapons/DestrezaIncarnonUnlockerName",
|
|
7513
|
+
"description": "/Lotus/Language/Weapons/DestrezaIncarnonUnlockerDesc",
|
|
7514
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/DestrezaIncarnonAdapter.png",
|
|
7515
|
+
"codexSecret": false,
|
|
7516
|
+
"parentName": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/BaseIncarnonUnlocker",
|
|
7517
|
+
"productCategory": "MiscItems",
|
|
7518
|
+
"excludeFromCodex": true,
|
|
7519
|
+
"platinumCost": 20,
|
|
7520
|
+
"excludeFromMarket": true
|
|
7521
|
+
},
|
|
7511
7522
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Melee/DualIchorIncarnonUnlocker": {
|
|
7512
7523
|
"name": "/Lotus/Language/Weapons/DualIchorIncarnonUnlockerName",
|
|
7513
7524
|
"description": "/Lotus/Language/Weapons/DualIchorIncarnonUnlockerDesc",
|
|
@@ -7563,6 +7574,17 @@
|
|
|
7563
7574
|
"platinumCost": 20,
|
|
7564
7575
|
"excludeFromMarket": true
|
|
7565
7576
|
},
|
|
7577
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Melee/ObexIncarnonUnlocker": {
|
|
7578
|
+
"name": "/Lotus/Language/Weapons/ObexIncarnonUnlockerName",
|
|
7579
|
+
"description": "/Lotus/Language/Weapons/ObexIncarnonUnlockerDesc",
|
|
7580
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/ObexIncarnonAdapter.png",
|
|
7581
|
+
"codexSecret": false,
|
|
7582
|
+
"parentName": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/BaseIncarnonUnlocker",
|
|
7583
|
+
"productCategory": "MiscItems",
|
|
7584
|
+
"excludeFromCodex": true,
|
|
7585
|
+
"platinumCost": 20,
|
|
7586
|
+
"excludeFromMarket": true
|
|
7587
|
+
},
|
|
7566
7588
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Melee/OkinaIncarnonUnlocker": {
|
|
7567
7589
|
"name": "/Lotus/Language/Weapons/OkinaIncarnonUnlockerName",
|
|
7568
7590
|
"description": "/Lotus/Language/Weapons/OkinaIncarnonUnlockerDesc",
|
|
@@ -7750,6 +7772,17 @@
|
|
|
7750
7772
|
"platinumCost": 20,
|
|
7751
7773
|
"excludeFromMarket": true
|
|
7752
7774
|
},
|
|
7775
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Primary/VectisIncarnonUnlocker": {
|
|
7776
|
+
"name": "/Lotus/Language/Weapons/VectisIncarnonUnlockerName",
|
|
7777
|
+
"description": "/Lotus/Language/Weapons/VectisIncarnonUnlockerDesc",
|
|
7778
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/VectisIncarnonAdapter.png",
|
|
7779
|
+
"codexSecret": false,
|
|
7780
|
+
"parentName": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/BaseIncarnonUnlocker",
|
|
7781
|
+
"productCategory": "MiscItems",
|
|
7782
|
+
"excludeFromCodex": true,
|
|
7783
|
+
"platinumCost": 20,
|
|
7784
|
+
"excludeFromMarket": true
|
|
7785
|
+
},
|
|
7753
7786
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/AngstrumIncarnonUnlocker": {
|
|
7754
7787
|
"name": "/Lotus/Language/Weapons/AngstrumIncarnonUnlockerName",
|
|
7755
7788
|
"description": "/Lotus/Language/Weapons/AngstrumIncarnonUnlockerDesc",
|
|
@@ -7772,6 +7805,17 @@
|
|
|
7772
7805
|
"platinumCost": 20,
|
|
7773
7806
|
"excludeFromMarket": true
|
|
7774
7807
|
},
|
|
7808
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/BallisticaIncarnonUnlocker": {
|
|
7809
|
+
"name": "/Lotus/Language/Weapons/BallisticaIncarnonUnlockerName",
|
|
7810
|
+
"description": "/Lotus/Language/Weapons/BallisticaIncarnonUnlockerDesc",
|
|
7811
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/BallisticaIncarnonAdapter.png",
|
|
7812
|
+
"codexSecret": false,
|
|
7813
|
+
"parentName": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/BaseIncarnonUnlocker",
|
|
7814
|
+
"productCategory": "MiscItems",
|
|
7815
|
+
"excludeFromCodex": true,
|
|
7816
|
+
"platinumCost": 20,
|
|
7817
|
+
"excludeFromMarket": true
|
|
7818
|
+
},
|
|
7775
7819
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/BroncoIncarnonUnlocker": {
|
|
7776
7820
|
"name": "/Lotus/Language/Weapons/BroncoIncarnonUnlockerName",
|
|
7777
7821
|
"description": "/Lotus/Language/Weapons/BroncoIncarnonUnlockerDesc",
|
|
@@ -7882,6 +7926,17 @@
|
|
|
7882
7926
|
"platinumCost": 20,
|
|
7883
7927
|
"excludeFromMarket": true
|
|
7884
7928
|
},
|
|
7929
|
+
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/StugIncarnonUnlocker": {
|
|
7930
|
+
"name": "/Lotus/Language/Weapons/StugIncarnonUnlockerName",
|
|
7931
|
+
"description": "/Lotus/Language/Weapons/StugIncarnonUnlockerDesc",
|
|
7932
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/IncarnonWeapons/StugIncarnonAdapter.png",
|
|
7933
|
+
"codexSecret": false,
|
|
7934
|
+
"parentName": "/Lotus/Types/Items/MiscItems/IncarnonAdapters/BaseIncarnonUnlocker",
|
|
7935
|
+
"productCategory": "MiscItems",
|
|
7936
|
+
"excludeFromCodex": true,
|
|
7937
|
+
"platinumCost": 20,
|
|
7938
|
+
"excludeFromMarket": true
|
|
7939
|
+
},
|
|
7885
7940
|
"/Lotus/Types/Items/MiscItems/IncarnonAdapters/Secondary/VastoIncarnonUnlocker": {
|
|
7886
7941
|
"name": "/Lotus/Language/Weapons/VastoIncarnonUnlockerName",
|
|
7887
7942
|
"description": "/Lotus/Language/Weapons/VastoIncarnonUnlockerDesc",
|
|
@@ -10972,6 +11027,33 @@
|
|
|
10972
11027
|
"parentName": "/Lotus/Types/Items/MiscItems/PhotoboothTileBaseEntrati",
|
|
10973
11028
|
"productCategory": "MiscItems"
|
|
10974
11029
|
},
|
|
11030
|
+
"/Lotus/Types/Items/PhotoBooth/JadeShadows/PhotoboothTileJS2AshShipInterior": {
|
|
11031
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/CapturaScoriasAngelName",
|
|
11032
|
+
"description": "/Lotus/Language/CapturaScenes/PhotoboothTileDesc",
|
|
11033
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Captura/JS2AshShipInterior.png",
|
|
11034
|
+
"codexSecret": false,
|
|
11035
|
+
"parentName": "/Lotus/Types/Items/MiscItems/PhotoboothTileBaseQuestReqQuest",
|
|
11036
|
+
"productCategory": "MiscItems",
|
|
11037
|
+
"excludeFromCodex": true
|
|
11038
|
+
},
|
|
11039
|
+
"/Lotus/Types/Items/PhotoBooth/JadeShadows/PhotoboothTileJS2GarShipInterior": {
|
|
11040
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/CapturaKuvaWytchName",
|
|
11041
|
+
"description": "/Lotus/Language/CapturaScenes/PhotoboothTileDesc",
|
|
11042
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Captura/JS2GarShipInterior.png",
|
|
11043
|
+
"codexSecret": false,
|
|
11044
|
+
"parentName": "/Lotus/Types/Items/MiscItems/PhotoboothTileBaseQuestReqQuest",
|
|
11045
|
+
"productCategory": "MiscItems",
|
|
11046
|
+
"excludeFromCodex": true
|
|
11047
|
+
},
|
|
11048
|
+
"/Lotus/Types/Items/PhotoBooth/JadeShadows/PhotoboothTileJS2Hub": {
|
|
11049
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/CapturaPontisTowerName",
|
|
11050
|
+
"description": "/Lotus/Language/CapturaScenes/PhotoboothTileDesc",
|
|
11051
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Captura/JS2Hub.png",
|
|
11052
|
+
"codexSecret": false,
|
|
11053
|
+
"parentName": "/Lotus/Types/Items/MiscItems/PhotoboothTileBaseQuestReqQuest",
|
|
11054
|
+
"productCategory": "MiscItems",
|
|
11055
|
+
"excludeFromCodex": true
|
|
11056
|
+
},
|
|
10975
11057
|
"/Lotus/Types/Items/PhotoBooth/JadeShadows/PhotoboothTileStalkerCave": {
|
|
10976
11058
|
"name": "/Lotus/Language/CapturaScenes/PhotoboothStalkerCave",
|
|
10977
11059
|
"description": "/Lotus/Language/CapturaScenes/PhotoboothTileDesc",
|
|
@@ -14781,6 +14863,19 @@
|
|
|
14781
14863
|
"platinumCost": 35,
|
|
14782
14864
|
"excludeFromMarket": true
|
|
14783
14865
|
},
|
|
14866
|
+
"/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyDeepSpaceBronze": {
|
|
14867
|
+
"name": "/Lotus/Language/ShipDecorations/PlanetTrophyDeepSpaceBronzeName",
|
|
14868
|
+
"description": "/Lotus/Language/ShipDecorations/PlanetTrophyDeepSpaceBronzeDesc",
|
|
14869
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/PlanetTrophy/DeepSpaceTrophyBronze.png",
|
|
14870
|
+
"codexSecret": false,
|
|
14871
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
14872
|
+
"productCategory": "ShipDecorations",
|
|
14873
|
+
"deco": "/Lotus/Objects/Tenno/Props/Ships/DeepSpaceTrophyBronze",
|
|
14874
|
+
"capacityCost": 5,
|
|
14875
|
+
"dojoCapacityCost": 5,
|
|
14876
|
+
"platinumCost": 35,
|
|
14877
|
+
"excludeFromMarket": true
|
|
14878
|
+
},
|
|
14784
14879
|
"/Lotus/Types/Items/ShipDecos/PlanetTrophies/PlanetTrophyDeimosBronze": {
|
|
14785
14880
|
"name": "/Lotus/Language/ShipDecorations/PlanetTrophyDeimosBronzeName",
|
|
14786
14881
|
"description": "/Lotus/Language/ShipDecorations/PlanetTrophyDeimosBronzeDesc",
|
|
@@ -17777,6 +17872,18 @@
|
|
|
17777
17872
|
"dojoCapacityCost": 5,
|
|
17778
17873
|
"excludeFromMarket": true
|
|
17779
17874
|
},
|
|
17875
|
+
"/Lotus/Types/Items/ShipDecos/Props/LisetPropJS2Crib": {
|
|
17876
|
+
"name": "/Lotus/Language/ShipDecorations/LisetPropJS2CribName",
|
|
17877
|
+
"description": "/Lotus/Language/ShipDecorations/LisetPropJS2CribDesc",
|
|
17878
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Decorations/LisetPropJS2Crib.png",
|
|
17879
|
+
"codexSecret": false,
|
|
17880
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
17881
|
+
"productCategory": "ShipDecorations",
|
|
17882
|
+
"deco": "/Lotus/Objects/Tenno/Props/Ships/LandCraftPlayerProps/Props/LisetPropJS2CribDeco",
|
|
17883
|
+
"capacityCost": 5,
|
|
17884
|
+
"dojoCapacityCost": 5,
|
|
17885
|
+
"platinumCost": 35
|
|
17886
|
+
},
|
|
17780
17887
|
"/Lotus/Types/Items/ShipDecos/Props/LisetPropLASxArcRelayStand": {
|
|
17781
17888
|
"name": "/Lotus/Language/Props/LisetPropLASxArcRelayStand",
|
|
17782
17889
|
"description": "/Lotus/Language/Props/LisetPropLASxArcRelayStandDesc",
|
|
@@ -22168,7 +22275,6 @@
|
|
|
22168
22275
|
"codexSecret": false,
|
|
22169
22276
|
"parentName": "/Lotus/Types/Items/ShipDecos/ChildDrawingBase",
|
|
22170
22277
|
"productCategory": "ShipDecorations",
|
|
22171
|
-
"showInInventory": false,
|
|
22172
22278
|
"deco": "/Lotus/Interface/FragmentArtwork/CommunityRoatheDisplayDeco",
|
|
22173
22279
|
"capacityCost": 5,
|
|
22174
22280
|
"dojoCapacityCost": 5,
|
|
@@ -23902,6 +24008,46 @@
|
|
|
23902
24008
|
"platinumCost": 35,
|
|
23903
24009
|
"excludeFromMarket": true
|
|
23904
24010
|
},
|
|
24011
|
+
"/Lotus/Types/Items/ShipDecos/JS2HunhowStare2in1Display": {
|
|
24012
|
+
"name": "/Lotus/Language/ShipDecorations/JS2HunhowStare2in1DisplayName",
|
|
24013
|
+
"description": "/Lotus/Language/ShipDecorations/JS2HunhowStare2in1DisplayDesc",
|
|
24014
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Displays/JS2HunhowStare2in1Display.png",
|
|
24015
|
+
"codexSecret": false,
|
|
24016
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ChildDrawingBase",
|
|
24017
|
+
"productCategory": "ShipDecorations",
|
|
24018
|
+
"deco": "/Lotus/Interface/FragmentArtwork/Holographic/JS2HunhowStare2in1DisplayDeco",
|
|
24019
|
+
"capacityCost": 5,
|
|
24020
|
+
"dojoCapacityCost": 5,
|
|
24021
|
+
"platinumCost": 40
|
|
24022
|
+
},
|
|
24023
|
+
"/Lotus/Types/Items/ShipDecos/JS2MAshPoster": {
|
|
24024
|
+
"name": "/Lotus/Language/ShipDecorations/JS2MAshPosterName",
|
|
24025
|
+
"description": "/Lotus/Language/ShipDecorations/JS2MAshPosterDesc",
|
|
24026
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Posters/JS2MAshPoster.png",
|
|
24027
|
+
"codexSecret": false,
|
|
24028
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
24029
|
+
"productCategory": "ShipDecorations",
|
|
24030
|
+
"excludeFromCodex": true,
|
|
24031
|
+
"deco": "/Lotus/Interface/FragmentArtwork/JS2MAshPosterDeco",
|
|
24032
|
+
"capacityCost": 5,
|
|
24033
|
+
"dojoCapacityCost": 5,
|
|
24034
|
+
"platinumCost": 35,
|
|
24035
|
+
"excludeFromMarket": true
|
|
24036
|
+
},
|
|
24037
|
+
"/Lotus/Types/Items/ShipDecos/JS2MGarudaPoster": {
|
|
24038
|
+
"name": "/Lotus/Language/ShipDecorations/JS2MGarudaPosterName",
|
|
24039
|
+
"description": "/Lotus/Language/ShipDecorations/JS2MGarudaPosterDesc",
|
|
24040
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Posters/JS2MGarudaPoster.png",
|
|
24041
|
+
"codexSecret": false,
|
|
24042
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
24043
|
+
"productCategory": "ShipDecorations",
|
|
24044
|
+
"excludeFromCodex": true,
|
|
24045
|
+
"deco": "/Lotus/Interface/FragmentArtwork/JS2MGarudaPosterDeco",
|
|
24046
|
+
"capacityCost": 5,
|
|
24047
|
+
"dojoCapacityCost": 5,
|
|
24048
|
+
"platinumCost": 35,
|
|
24049
|
+
"excludeFromMarket": true
|
|
24050
|
+
},
|
|
23905
24051
|
"/Lotus/Types/Items/ShipDecos/JackONaughtBobbleHead": {
|
|
23906
24052
|
"name": "/Lotus/Language/ShipDecorations/BobbleheadJackONautName",
|
|
23907
24053
|
"description": "/Lotus/Language/ShipDecorations/BobbleheadJackONautDesc",
|
|
@@ -23928,6 +24074,46 @@
|
|
|
23928
24074
|
"platinumCost": 35,
|
|
23929
24075
|
"excludeFromMarket": true
|
|
23930
24076
|
},
|
|
24077
|
+
"/Lotus/Types/Items/ShipDecos/JadeShadows2FightPoster": {
|
|
24078
|
+
"name": "/Lotus/Language/ShipDecorations/JadeShadows2FightPosterName",
|
|
24079
|
+
"description": "/Lotus/Language/ShipDecorations/JadeShadows2FightPosterDesc",
|
|
24080
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Posters/JadeShadows2FightPoster.png",
|
|
24081
|
+
"codexSecret": true,
|
|
24082
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
24083
|
+
"productCategory": "ShipDecorations",
|
|
24084
|
+
"deco": "/Lotus/Interface/FragmentArtwork/JadeShadows2FightPosterDeco",
|
|
24085
|
+
"capacityCost": 5,
|
|
24086
|
+
"dojoCapacityCost": 5,
|
|
24087
|
+
"platinumCost": 15,
|
|
24088
|
+
"excludeFromMarket": true
|
|
24089
|
+
},
|
|
24090
|
+
"/Lotus/Types/Items/ShipDecos/JadeShadows2OrionPoster": {
|
|
24091
|
+
"name": "/Lotus/Language/ShipDecorations/JadeShadows2OrionPosterName",
|
|
24092
|
+
"description": "/Lotus/Language/ShipDecorations/JadeShadows2OrionPosterDesc",
|
|
24093
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Posters/JadeShadows2OrionPoster.png",
|
|
24094
|
+
"codexSecret": true,
|
|
24095
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
24096
|
+
"productCategory": "ShipDecorations",
|
|
24097
|
+
"deco": "/Lotus/Interface/FragmentArtwork/JadeShadows2OrionPosterDeco",
|
|
24098
|
+
"capacityCost": 5,
|
|
24099
|
+
"dojoCapacityCost": 5,
|
|
24100
|
+
"platinumCost": 15,
|
|
24101
|
+
"excludeFromMarket": true
|
|
24102
|
+
},
|
|
24103
|
+
"/Lotus/Types/Items/ShipDecos/JadeShadows2SiriusPoster": {
|
|
24104
|
+
"name": "/Lotus/Language/ShipDecorations/JadeShadows2SiriusPosterName",
|
|
24105
|
+
"description": "/Lotus/Language/ShipDecorations/JadeShadows2SiriusPosterDesc",
|
|
24106
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Posters/JadeShadows2SiriusPoster.png",
|
|
24107
|
+
"codexSecret": true,
|
|
24108
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
24109
|
+
"productCategory": "ShipDecorations",
|
|
24110
|
+
"excludeFromCodex": true,
|
|
24111
|
+
"deco": "/Lotus/Interface/FragmentArtwork/JadeShadows2SiriusPosterDeco",
|
|
24112
|
+
"capacityCost": 5,
|
|
24113
|
+
"dojoCapacityCost": 5,
|
|
24114
|
+
"platinumCost": 15,
|
|
24115
|
+
"excludeFromMarket": true
|
|
24116
|
+
},
|
|
23931
24117
|
"/Lotus/Types/Items/ShipDecos/JadeShadowsAlonePoster": {
|
|
23932
24118
|
"name": "/Lotus/Language/ShipDecorations/JadeShadowsAlonePosterName",
|
|
23933
24119
|
"description": "/Lotus/Language/ShipDecorations/JadeShadowsAlonePosterDesc",
|
|
@@ -24491,6 +24677,19 @@
|
|
|
24491
24677
|
"dojoCapacityCost": 5,
|
|
24492
24678
|
"platinumCost": 100
|
|
24493
24679
|
},
|
|
24680
|
+
"/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneAshGemini": {
|
|
24681
|
+
"name": "/Lotus/Language/ShipDecorations/LisetPropCleaningDroneAshGeminiName",
|
|
24682
|
+
"description": "/Lotus/Language/ShipDecorations/LisetPropCleaningDroneAshGeminiDesc",
|
|
24683
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Drones/LisetPropCleaningDroneAshGemini.png",
|
|
24684
|
+
"codexSecret": false,
|
|
24685
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
24686
|
+
"productCategory": "ShipDecorations",
|
|
24687
|
+
"deco": "/Lotus/Objects/Tenno/Props/Ships/LandCraftPlayerProps/LisetPropCleaningDroneAshGeminiDeco",
|
|
24688
|
+
"capacityCost": 5,
|
|
24689
|
+
"dojoCapacityCost": 5,
|
|
24690
|
+
"platinumCost": 50,
|
|
24691
|
+
"excludeFromMarket": true
|
|
24692
|
+
},
|
|
24494
24693
|
"/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneBaro": {
|
|
24495
24694
|
"name": "/Lotus/Language/ShipDecorations/LisetPropCleaningDroneBaroName",
|
|
24496
24695
|
"description": "/Lotus/Language/ShipDecorations/LisetPropCleaningDroneBaroDesc",
|
|
@@ -24613,6 +24812,32 @@
|
|
|
24613
24812
|
"dojoCapacityCost": 5,
|
|
24614
24813
|
"excludeFromMarket": true
|
|
24615
24814
|
},
|
|
24815
|
+
"/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneGarudaGemini": {
|
|
24816
|
+
"name": "/Lotus/Language/ShipDecorations/LisetPropCleaningDroneGarudaGeminiName",
|
|
24817
|
+
"description": "/Lotus/Language/ShipDecorations/LisetPropCleaningDroneGarudaGeminiDesc",
|
|
24818
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Drones/LisetPropCleaningDroneGarudaGemini.png",
|
|
24819
|
+
"codexSecret": false,
|
|
24820
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
24821
|
+
"productCategory": "ShipDecorations",
|
|
24822
|
+
"deco": "/Lotus/Objects/Tenno/Props/Ships/LandCraftPlayerProps/LisetPropCleaningDroneGarudaGeminiDeco",
|
|
24823
|
+
"capacityCost": 5,
|
|
24824
|
+
"dojoCapacityCost": 5,
|
|
24825
|
+
"platinumCost": 50,
|
|
24826
|
+
"excludeFromMarket": true
|
|
24827
|
+
},
|
|
24828
|
+
"/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneGrineer": {
|
|
24829
|
+
"name": "/Lotus/Language/ShipDecorations/LisetPropCleaningDroneGrineerName",
|
|
24830
|
+
"description": "/Lotus/Language/ShipDecorations/LisetPropCleaningDroneGrineerDesc",
|
|
24831
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Drones/LisetPropCleaningDroneGrineer.png",
|
|
24832
|
+
"codexSecret": true,
|
|
24833
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
24834
|
+
"productCategory": "ShipDecorations",
|
|
24835
|
+
"deco": "/Lotus/Objects/Tenno/Props/Ships/LandCraftPlayerProps/LisetPropCleaningDroneGrineerDeco",
|
|
24836
|
+
"capacityCost": 5,
|
|
24837
|
+
"dojoCapacityCost": 5,
|
|
24838
|
+
"platinumCost": 100,
|
|
24839
|
+
"excludeFromMarket": true
|
|
24840
|
+
},
|
|
24616
24841
|
"/Lotus/Types/Items/ShipDecos/LisetPropCleaningDroneInfested": {
|
|
24617
24842
|
"name": "/Lotus/Language/ShipDecorations/OrokinMaggotName",
|
|
24618
24843
|
"description": "/Lotus/Language/ShipDecorations/OrokinMaggotDesc",
|
|
@@ -25481,6 +25706,19 @@
|
|
|
25481
25706
|
"dojoCapacityCost": 5,
|
|
25482
25707
|
"platinumCost": 35
|
|
25483
25708
|
},
|
|
25709
|
+
"/Lotus/Types/Items/ShipDecos/LisetPropStyanaxPrimeSpearShieldDeco": {
|
|
25710
|
+
"name": "/Lotus/Language/ShipDecorations/LisetPropStyanaxPrimeSpearShieldName",
|
|
25711
|
+
"description": "/Lotus/Language/ShipDecorations/LisetPropStyanaxPrimeSpearShieldDesc",
|
|
25712
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Decorations/LisetPrimeStyanaxPrimeSpearShieldDeco.png",
|
|
25713
|
+
"codexSecret": false,
|
|
25714
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
25715
|
+
"productCategory": "ShipDecorations",
|
|
25716
|
+
"deco": "/Lotus/Objects/Tenno/Props/Ships/LandCraftPlayerProps/LisetPropStyanaxPrimeSpearShieldDeco",
|
|
25717
|
+
"capacityCost": 5,
|
|
25718
|
+
"dojoCapacityCost": 5,
|
|
25719
|
+
"platinumCost": 35,
|
|
25720
|
+
"excludeFromMarket": true
|
|
25721
|
+
},
|
|
25484
25722
|
"/Lotus/Types/Items/ShipDecos/LisetPropStyanaxSpearShieldDeco": {
|
|
25485
25723
|
"name": "/Lotus/Language/ShipDecorations/LisetPropStyanaxSpearShieldName",
|
|
25486
25724
|
"description": "/Lotus/Language/ShipDecorations/LisetPropStyanaxSpearShieldDesc",
|
|
@@ -27517,6 +27755,19 @@
|
|
|
27517
27755
|
"platinumCost": 15,
|
|
27518
27756
|
"excludeFromMarket": true
|
|
27519
27757
|
},
|
|
27758
|
+
"/Lotus/Types/Items/ShipDecos/TarotCardSiriusOrion": {
|
|
27759
|
+
"name": "/Lotus/Language/Tarot/TarotCardSiriusOrionName",
|
|
27760
|
+
"description": "/Lotus/Language/Tarot/TarotCardSiriusOrionDesc",
|
|
27761
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/PlayerShip/Tarot/TarotCardSiriusOrion.png",
|
|
27762
|
+
"codexSecret": false,
|
|
27763
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ShipDecoItem",
|
|
27764
|
+
"productCategory": "ShipDecorations",
|
|
27765
|
+
"deco": "/Lotus/Objects/Festivities/TarotCards/TarotCardSiriusOrionCardDeco",
|
|
27766
|
+
"capacityCost": 5,
|
|
27767
|
+
"dojoCapacityCost": 5,
|
|
27768
|
+
"platinumCost": 15,
|
|
27769
|
+
"excludeFromMarket": true
|
|
27770
|
+
},
|
|
27520
27771
|
"/Lotus/Types/Items/ShipDecos/TarotCardStyanax": {
|
|
27521
27772
|
"name": "/Lotus/Language/Tarot/TarotCardStyanaxName",
|
|
27522
27773
|
"description": "/Lotus/Language/Tarot/TarotCardStyanaxDesc",
|
|
@@ -28694,6 +28945,33 @@
|
|
|
28694
28945
|
"platinumCost": 15,
|
|
28695
28946
|
"excludeFromMarket": true
|
|
28696
28947
|
},
|
|
28948
|
+
"/Lotus/Types/Items/ShipDecos/Tennocon2026CosplayDisplay": {
|
|
28949
|
+
"name": "/Lotus/Language/ShipDecorations/Tennocon2026CosplayDisplayName",
|
|
28950
|
+
"description": "/Lotus/Language/ShipDecorations/Tennocon2026CosplayDisplayDesc",
|
|
28951
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Posters/TennoCon2026CosplayDisplay.png",
|
|
28952
|
+
"codexSecret": true,
|
|
28953
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ChildDrawingBase",
|
|
28954
|
+
"productCategory": "ShipDecorations",
|
|
28955
|
+
"excludeFromCodex": true,
|
|
28956
|
+
"deco": "/Lotus/Interface/FragmentArtwork/Tennocon2026CosplayDisplayDeco",
|
|
28957
|
+
"capacityCost": 5,
|
|
28958
|
+
"dojoCapacityCost": 5,
|
|
28959
|
+
"platinumCost": 15,
|
|
28960
|
+
"excludeFromMarket": true
|
|
28961
|
+
},
|
|
28962
|
+
"/Lotus/Types/Items/ShipDecos/Tennocon2026DigitalItemDisplay": {
|
|
28963
|
+
"name": "/Lotus/Language/ShipDecorations/Tennoncon2026DigitalItemDisplayName",
|
|
28964
|
+
"description": "/Lotus/Language/ShipDecorations/Tennoncon2026DigitalItemDisplayDesc",
|
|
28965
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/ShipDecos/Posters/Tennocon2026DigitalItemDisplay.png",
|
|
28966
|
+
"codexSecret": true,
|
|
28967
|
+
"parentName": "/Lotus/Types/Items/ShipDecos/ChildDrawingBase",
|
|
28968
|
+
"productCategory": "ShipDecorations",
|
|
28969
|
+
"deco": "/Lotus/Interface/FragmentArtwork/Tennocon2026DigitalItemDisplayDeco",
|
|
28970
|
+
"capacityCost": 5,
|
|
28971
|
+
"dojoCapacityCost": 5,
|
|
28972
|
+
"platinumCost": 15,
|
|
28973
|
+
"excludeFromMarket": true
|
|
28974
|
+
},
|
|
28697
28975
|
"/Lotus/Types/Items/ShipDecos/Tennocon2026Display": {
|
|
28698
28976
|
"name": "/Lotus/Language/ShipDecorations/Tennoncon2026DisplayName",
|
|
28699
28977
|
"description": "/Lotus/Language/ShipDecorations/Tennoncon2026DisplayDesc",
|
|
@@ -30331,6 +30609,17 @@
|
|
|
30331
30609
|
"showInInventory": false,
|
|
30332
30610
|
"excludeFromMarket": true
|
|
30333
30611
|
},
|
|
30612
|
+
"/Lotus/Types/Items/SongItems/CelestialClashSongItem": {
|
|
30613
|
+
"name": "/Lotus/Language/Fragments/CelestialClashSongName",
|
|
30614
|
+
"description": "/Lotus/Language/Fragments/CelestialClashSongDesc",
|
|
30615
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/SongItem/CelestialClashSongItemStoreIcon.png",
|
|
30616
|
+
"codexSecret": false,
|
|
30617
|
+
"parentName": "/Lotus/Types/Game/SongItem",
|
|
30618
|
+
"productCategory": "MiscItems",
|
|
30619
|
+
"excludeFromCodex": true,
|
|
30620
|
+
"showInInventory": false,
|
|
30621
|
+
"excludeFromMarket": true
|
|
30622
|
+
},
|
|
30334
30623
|
"/Lotus/Types/Items/SongItems/CorpusLichLoginSongItem": {
|
|
30335
30624
|
"name": "/Lotus/Language/Fragments/CorpusLichLoginSongName",
|
|
30336
30625
|
"description": "/Lotus/Language/Fragments/CorpusLichLoginSongDesc",
|
|
@@ -30736,6 +31025,17 @@
|
|
|
30736
31025
|
"showInInventory": false,
|
|
30737
31026
|
"excludeFromMarket": true
|
|
30738
31027
|
},
|
|
31028
|
+
"/Lotus/Types/Items/SongItems/SacredLightSongItem": {
|
|
31029
|
+
"name": "/Lotus/Language/Fragments/SacredLightSongName",
|
|
31030
|
+
"description": "/Lotus/Language/Fragments/CelestialClashSongDesc",
|
|
31031
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/SongItem/SacredLightSongItemStoreIcon.png",
|
|
31032
|
+
"codexSecret": false,
|
|
31033
|
+
"parentName": "/Lotus/Types/Game/SongItem",
|
|
31034
|
+
"productCategory": "MiscItems",
|
|
31035
|
+
"excludeFromCodex": true,
|
|
31036
|
+
"showInInventory": false,
|
|
31037
|
+
"excludeFromMarket": true
|
|
31038
|
+
},
|
|
30739
31039
|
"/Lotus/Types/Items/SongItems/SevagothDeluxeSongItem": {
|
|
30740
31040
|
"name": "/Lotus/Language/Fragments/SevagothDeluxeSongName",
|
|
30741
31041
|
"description": "/Lotus/Language/Fragments/SevagothDeluxeSongDesc",
|
|
@@ -30768,17 +31068,6 @@
|
|
|
30768
31068
|
"showInInventory": false,
|
|
30769
31069
|
"excludeFromMarket": true
|
|
30770
31070
|
},
|
|
30771
|
-
"/Lotus/Types/Items/SongItems/TheAwakeningSongItem": {
|
|
30772
|
-
"name": "/Lotus/Language/Fragments/TheAwakeningSongName",
|
|
30773
|
-
"description": "",
|
|
30774
|
-
"icon": "/Lotus/Interface/Icons/StoreIcons/SongItem/AwakeningSongItemStoreIcon.png",
|
|
30775
|
-
"codexSecret": false,
|
|
30776
|
-
"parentName": "/Lotus/Types/Game/SongItem",
|
|
30777
|
-
"productCategory": "MiscItems",
|
|
30778
|
-
"excludeFromCodex": true,
|
|
30779
|
-
"showInInventory": false,
|
|
30780
|
-
"excludeFromMarket": true
|
|
30781
|
-
},
|
|
30782
31071
|
"/Lotus/Types/Items/SongItems/TheNewWarLoginSongItem": {
|
|
30783
31072
|
"name": "/Lotus/Language/Fragments/TheNewWarLoginSongName",
|
|
30784
31073
|
"description": "/Lotus/Language/Fragments/TheNewWarLoginSongDesc",
|
|
@@ -30887,6 +31176,16 @@
|
|
|
30887
31176
|
"showInInventory": false,
|
|
30888
31177
|
"excludeFromMarket": true
|
|
30889
31178
|
},
|
|
31179
|
+
"/Lotus/Types/Items/SongItems/YareliPrimeSongItem": {
|
|
31180
|
+
"name": "/Lotus/Language/Fragments/YareliPrimeSongName",
|
|
31181
|
+
"description": "/Lotus/Language/Fragments/YareliPrimeSongName",
|
|
31182
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/SongItem/YareliPrimeSongItemStoreIcon.png",
|
|
31183
|
+
"codexSecret": false,
|
|
31184
|
+
"parentName": "/Lotus/Types/Game/SongItem",
|
|
31185
|
+
"productCategory": "MiscItems",
|
|
31186
|
+
"showInInventory": false,
|
|
31187
|
+
"excludeFromMarket": true
|
|
31188
|
+
},
|
|
30890
31189
|
"/Lotus/Types/Items/SongItems/ZarimanLoginSongItem": {
|
|
30891
31190
|
"name": "/Lotus/Language/Fragments/ZarimanLoginSongName",
|
|
30892
31191
|
"description": "/Lotus/Language/Fragments/ZarimanLoginSongDesc",
|
|
@@ -31227,6 +31526,36 @@
|
|
|
31227
31526
|
"showInInventory": false,
|
|
31228
31527
|
"excludeFromMarket": true
|
|
31229
31528
|
},
|
|
31529
|
+
"/Lotus/Types/JadeShadowsPart2Mission/Gameplay/Resources/AshFavor": {
|
|
31530
|
+
"name": "/Lotus/Language/JadeShadowsPart2Mission/JS2MAshFavorName",
|
|
31531
|
+
"description": "/Lotus/Language/JadeShadowsPart2Mission/JS2MAshFavorDesc",
|
|
31532
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/SiriusCoinResource.png",
|
|
31533
|
+
"codexSecret": false,
|
|
31534
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
31535
|
+
"productCategory": "MiscItems",
|
|
31536
|
+
"platinumCost": 30,
|
|
31537
|
+
"excludeFromMarket": true
|
|
31538
|
+
},
|
|
31539
|
+
"/Lotus/Types/JadeShadowsPart2Mission/Gameplay/Resources/GarudaFavor": {
|
|
31540
|
+
"name": "/Lotus/Language/JadeShadowsPart2Mission/JS2MGarudaFavorName",
|
|
31541
|
+
"description": "/Lotus/Language/JadeShadowsPart2Mission/JS2MGarudaFavorDesc",
|
|
31542
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/OrionCoinResource.png",
|
|
31543
|
+
"codexSecret": false,
|
|
31544
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
31545
|
+
"productCategory": "MiscItems",
|
|
31546
|
+
"platinumCost": 30,
|
|
31547
|
+
"excludeFromMarket": true
|
|
31548
|
+
},
|
|
31549
|
+
"/Lotus/Types/JadeShadowsPart2Mission/Gameplay/Resources/HunhowTrinketMiscItem": {
|
|
31550
|
+
"name": "/Lotus/Language/JadeShadowsPart2Constellations/HunhowTrinketBlueprintName",
|
|
31551
|
+
"description": "/Lotus/Language/JadeShadowsPart2Constellations/HunhowTrinketBlueprintDesc",
|
|
31552
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/Quests/HunhowTrinket.png",
|
|
31553
|
+
"codexSecret": false,
|
|
31554
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
31555
|
+
"productCategory": "SupplyDrop",
|
|
31556
|
+
"excludeFromCodex": true,
|
|
31557
|
+
"excludeFromMarket": true
|
|
31558
|
+
},
|
|
31230
31559
|
"/Lotus/Types/Keys/BardQuest/BardQuestSequencerItem": {
|
|
31231
31560
|
"name": "/Lotus/Language/BardQuest/BardQuestSequencer",
|
|
31232
31561
|
"description": "/Lotus/Language/BardQuest/BardQuestSequencerDesc",
|
|
@@ -34237,6 +34566,33 @@
|
|
|
34237
34566
|
"primeSellingPrice": 15,
|
|
34238
34567
|
"excludeFromMarket": true
|
|
34239
34568
|
},
|
|
34569
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionChassisComponent": {
|
|
34570
|
+
"name": "/Lotus/Language/Suits/SiriusChassisComponentName",
|
|
34571
|
+
"description": "/Lotus/Language/Suits/SiriusChassisComponentDesc",
|
|
34572
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframeChassis.png",
|
|
34573
|
+
"codexSecret": false,
|
|
34574
|
+
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
34575
|
+
"productCategory": "MiscItems",
|
|
34576
|
+
"excludeFromMarket": true
|
|
34577
|
+
},
|
|
34578
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionHelmetComponent": {
|
|
34579
|
+
"name": "/Lotus/Language/Suits/SiriusHelmetComponentName",
|
|
34580
|
+
"description": "/Lotus/Language/Suits/SiriusHelmetComponentDesc",
|
|
34581
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframeHelmet.png",
|
|
34582
|
+
"codexSecret": false,
|
|
34583
|
+
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
34584
|
+
"productCategory": "MiscItems",
|
|
34585
|
+
"excludeFromMarket": true
|
|
34586
|
+
},
|
|
34587
|
+
"/Lotus/Types/Recipes/WarframeRecipes/SiriusOrionSystemsComponent": {
|
|
34588
|
+
"name": "/Lotus/Language/Suits/SiriusSystemsComponentName",
|
|
34589
|
+
"description": "/Lotus/Language/Suits/SiriusSystemsComponentDesc",
|
|
34590
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframeSystem.png",
|
|
34591
|
+
"codexSecret": false,
|
|
34592
|
+
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
34593
|
+
"productCategory": "MiscItems",
|
|
34594
|
+
"excludeFromMarket": true
|
|
34595
|
+
},
|
|
34240
34596
|
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxChassisComponent": {
|
|
34241
34597
|
"name": "/Lotus/Language/Suits/StyanaxChassisComponentName",
|
|
34242
34598
|
"description": "/Lotus/Language/Suits/StyanaxChassisComponentDesc",
|
|
@@ -34255,6 +34611,36 @@
|
|
|
34255
34611
|
"productCategory": "MiscItems",
|
|
34256
34612
|
"excludeFromMarket": true
|
|
34257
34613
|
},
|
|
34614
|
+
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeChassisComponent": {
|
|
34615
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_StyanaxPrimeChassisName",
|
|
34616
|
+
"description": "/Lotus/Language/Primes/CraftingComponent_StyanaxPrimeChassisDesc",
|
|
34617
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframePrimeChassis.png",
|
|
34618
|
+
"codexSecret": false,
|
|
34619
|
+
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
34620
|
+
"productCategory": "MiscItems",
|
|
34621
|
+
"primeSellingPrice": 45,
|
|
34622
|
+
"excludeFromMarket": true
|
|
34623
|
+
},
|
|
34624
|
+
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeHelmetComponent": {
|
|
34625
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_StyanaxPrimeHelmetName",
|
|
34626
|
+
"description": "/Lotus/Language/Primes/CraftingComponent_StyanaxPrimeHelmetDesc",
|
|
34627
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframePrimeHelmet.png",
|
|
34628
|
+
"codexSecret": false,
|
|
34629
|
+
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
34630
|
+
"productCategory": "MiscItems",
|
|
34631
|
+
"primeSellingPrice": 100,
|
|
34632
|
+
"excludeFromMarket": true
|
|
34633
|
+
},
|
|
34634
|
+
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxPrimeSystemsComponent": {
|
|
34635
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_StyanaxPrimeSystemsName",
|
|
34636
|
+
"description": "/Lotus/Language/Primes/CraftingComponent_StyanaxPrimeSystemsDesc",
|
|
34637
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWarframePrimeSystem.png",
|
|
34638
|
+
"codexSecret": false,
|
|
34639
|
+
"parentName": "/Lotus/Types/Items/MiscItems/WarframeComponentItem",
|
|
34640
|
+
"productCategory": "MiscItems",
|
|
34641
|
+
"primeSellingPrice": 45,
|
|
34642
|
+
"excludeFromMarket": true
|
|
34643
|
+
},
|
|
34258
34644
|
"/Lotus/Types/Recipes/WarframeRecipes/StyanaxSystemsComponent": {
|
|
34259
34645
|
"name": "/Lotus/Language/Suits/StyanaxSystemsComponentName",
|
|
34260
34646
|
"description": "/Lotus/Language/Suits/StyanaxSystemsComponentDesc",
|
|
@@ -34949,6 +35335,36 @@
|
|
|
34949
35335
|
"primeSellingPrice": 65,
|
|
34950
35336
|
"excludeFromMarket": true
|
|
34951
35337
|
},
|
|
35338
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/AfentisPrimeBarrel": {
|
|
35339
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_AfentisPrimeBarrel",
|
|
35340
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
35341
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericGunPrimeBarrel.png",
|
|
35342
|
+
"codexSecret": false,
|
|
35343
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
35344
|
+
"productCategory": "MiscItems",
|
|
35345
|
+
"primeSellingPrice": 45,
|
|
35346
|
+
"excludeFromMarket": true
|
|
35347
|
+
},
|
|
35348
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/AfentisPrimeBlade": {
|
|
35349
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_AfentisPrimeBlade",
|
|
35350
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
35351
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWeaponPrimeBlade.png",
|
|
35352
|
+
"codexSecret": false,
|
|
35353
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
35354
|
+
"productCategory": "MiscItems",
|
|
35355
|
+
"primeSellingPrice": 100,
|
|
35356
|
+
"excludeFromMarket": true
|
|
35357
|
+
},
|
|
35358
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/AfentisPrimeHandle": {
|
|
35359
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_AfentisPrimeHandle",
|
|
35360
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
35361
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWeaponPrimeHilt.png",
|
|
35362
|
+
"codexSecret": false,
|
|
35363
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
35364
|
+
"productCategory": "MiscItems",
|
|
35365
|
+
"primeSellingPrice": 15,
|
|
35366
|
+
"excludeFromMarket": true
|
|
35367
|
+
},
|
|
34952
35368
|
"/Lotus/Types/Recipes/Weapons/WeaponParts/AfurisPrimeBarrel": {
|
|
34953
35369
|
"name": "/Lotus/Language/Primes/CraftingComponent_AfurisPrimeBarrel",
|
|
34954
35370
|
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
@@ -35530,6 +35946,26 @@
|
|
|
35530
35946
|
"rarity": "UNCOMMON",
|
|
35531
35947
|
"excludeFromMarket": true
|
|
35532
35948
|
},
|
|
35949
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/AthodaiPrimeBarrel": {
|
|
35950
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_AthodaiPrimeBarrel",
|
|
35951
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
35952
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericGunPrimeBarrel.png",
|
|
35953
|
+
"codexSecret": false,
|
|
35954
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
35955
|
+
"productCategory": "MiscItems",
|
|
35956
|
+
"primeSellingPrice": 100,
|
|
35957
|
+
"excludeFromMarket": true
|
|
35958
|
+
},
|
|
35959
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/AthodaiPrimeReceiver": {
|
|
35960
|
+
"name": "/Lotus/Language/Primes/CraftingComponent_AthodaiPrimeReceiver",
|
|
35961
|
+
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
35962
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericGunPrimeReceiver.png",
|
|
35963
|
+
"codexSecret": false,
|
|
35964
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
35965
|
+
"productCategory": "MiscItems",
|
|
35966
|
+
"primeSellingPrice": 45,
|
|
35967
|
+
"excludeFromMarket": true
|
|
35968
|
+
},
|
|
35533
35969
|
"/Lotus/Types/Recipes/Weapons/WeaponParts/BazaPrimeBarrel": {
|
|
35534
35970
|
"name": "/Lotus/Language/Primes/CraftingComponent_BazaPrimeBarrel",
|
|
35535
35971
|
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
@@ -37432,6 +37868,24 @@
|
|
|
37432
37868
|
"primeSellingPrice": 45,
|
|
37433
37869
|
"excludeFromMarket": true
|
|
37434
37870
|
},
|
|
37871
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/OrionScytheBlade": {
|
|
37872
|
+
"name": "/Lotus/Language/CraftingComponents/OrionScytheBladeName",
|
|
37873
|
+
"description": "/Lotus/Language/CraftingComponents/OrionScytheBladeDesc",
|
|
37874
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWeaponBlade.png",
|
|
37875
|
+
"codexSecret": false,
|
|
37876
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
37877
|
+
"productCategory": "MiscItems",
|
|
37878
|
+
"excludeFromMarket": true
|
|
37879
|
+
},
|
|
37880
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/OrionScytheHandle": {
|
|
37881
|
+
"name": "/Lotus/Language/CraftingComponents/OrionScytheHandleName",
|
|
37882
|
+
"description": "/Lotus/Language/CraftingComponents/OrionScytheHandleDesc",
|
|
37883
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWeaponHilt.png",
|
|
37884
|
+
"codexSecret": false,
|
|
37885
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
37886
|
+
"productCategory": "MiscItems",
|
|
37887
|
+
"excludeFromMarket": true
|
|
37888
|
+
},
|
|
37435
37889
|
"/Lotus/Types/Recipes/Weapons/WeaponParts/PanderoPrimeBarrel": {
|
|
37436
37890
|
"name": "/Lotus/Language/Primes/CraftingComponent_PanderoPrimeBarrel",
|
|
37437
37891
|
"description": "/Lotus/Language/CraftingComponents/PrimeWeaponCraftingComponentDesc",
|
|
@@ -38530,6 +38984,24 @@
|
|
|
38530
38984
|
"primeSellingPrice": 15,
|
|
38531
38985
|
"excludeFromMarket": true
|
|
38532
38986
|
},
|
|
38987
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/SiriusScytheBlade": {
|
|
38988
|
+
"name": "/Lotus/Language/CraftingComponents/SiriusScytheBladeName",
|
|
38989
|
+
"description": "/Lotus/Language/CraftingComponents/SiriusScytheBladeDesc",
|
|
38990
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWeaponBlade.png",
|
|
38991
|
+
"codexSecret": false,
|
|
38992
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
38993
|
+
"productCategory": "MiscItems",
|
|
38994
|
+
"excludeFromMarket": true
|
|
38995
|
+
},
|
|
38996
|
+
"/Lotus/Types/Recipes/Weapons/WeaponParts/SiriusScytheHandle": {
|
|
38997
|
+
"name": "/Lotus/Language/CraftingComponents/SiriusScytheHandleName",
|
|
38998
|
+
"description": "/Lotus/Language/CraftingComponents/SiriusScytheHandleDesc",
|
|
38999
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Resources/CraftingComponents/GenericWeaponHilt.png",
|
|
39000
|
+
"codexSecret": false,
|
|
39001
|
+
"parentName": "/Lotus/Types/Items/MiscItems/MiscItemBase",
|
|
39002
|
+
"productCategory": "MiscItems",
|
|
39003
|
+
"excludeFromMarket": true
|
|
39004
|
+
},
|
|
38533
39005
|
"/Lotus/Types/Recipes/Weapons/WeaponParts/SnipetronVandalBarrel": {
|
|
38534
39006
|
"name": "/Lotus/Language/Menu/CraftingComponent_SnipetronVandalBarrel",
|
|
38535
39007
|
"description": "/Lotus/Language/CraftingComponents/NonPrimeWeaponCraftingComponentDesc",
|