warframe-public-export-plus 0.5.24 → 0.5.25

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/ExportKeys.json CHANGED
@@ -12,7 +12,10 @@
12
12
  "messageToSendWhenTriggered": {
13
13
  "sender": "/Lotus/Language/EntratiLab/EntratiGeneral/HumanLoid",
14
14
  "title": "/Lotus/Language/LotusEaters/PostQuestInboxTitle",
15
- "body": "/Lotus/Language/LotusEaters/PostQuestInboxBody"
15
+ "body": "/Lotus/Language/LotusEaters/PostQuestInboxBody",
16
+ "attachments": [
17
+ "/Lotus/Types/Items/ShipDecos/ArthurPagerShipDeco"
18
+ ]
16
19
  }
17
20
  }
18
21
  ]
@@ -37,7 +40,10 @@
37
40
  "messageToSendWhenTriggered": {
38
41
  "sender": "/Lotus/Language/Bosses/Arthur",
39
42
  "title": "/Lotus/Language/1999Quest/QuestCompGoodEndInboxSubject",
40
- "body": "/Lotus/Language/1999Quest/QuestCompGoodEndInboxBody"
43
+ "body": "/Lotus/Language/1999Quest/QuestCompGoodEndInboxBody",
44
+ "attachments": [
45
+ "/Lotus/Types/StoreItems/Packages/HexNoggleBundle"
46
+ ]
41
47
  }
42
48
  }
43
49
  ]
@@ -114,7 +120,12 @@
114
120
  "messageToSendWhenTriggered": {
115
121
  "sender": "/Lotus/Language/EntratiLab/EntratiGeneral/HumanLoid",
116
122
  "title": "/Lotus/Language/1999Quest/QuestCompBadEndInboxSubject",
117
- "body": "/Lotus/Language/1999Quest/QuestCompBadEndInboxBody"
123
+ "body": "/Lotus/Language/1999Quest/QuestCompBadEndInboxBody",
124
+ "attachments": [
125
+ "/Lotus/Types/Recipes/WarframeRecipes/Cyte09Blueprint",
126
+ "/Lotus/Upgrades/Mods/Pistol/DualStat/MagneticCritDamagePistolMod",
127
+ "/Lotus/Types/Items/MiscItems/Forma"
128
+ ]
118
129
  }
119
130
  }
120
131
  ]
@@ -230,7 +241,10 @@
230
241
  "messageToSendWhenTriggered": {
231
242
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
232
243
  "title": "/Lotus/Language/G1Quests/AWQIntroMessageTitle",
233
- "body": "/Lotus/Language/G1Quests/AWQIntroMessageBody"
244
+ "body": "/Lotus/Language/G1Quests/AWQIntroMessageBody",
245
+ "attachments": [
246
+ "/Lotus/Types/Recipes/ArchwingRecipes/StandardArchwing/StandardArchwingBlueprint"
247
+ ]
234
248
  }
235
249
  },
236
250
  {
@@ -361,7 +375,8 @@
361
375
  "messageToSendWhenTriggered": {
362
376
  "sender": "/Lotus/Language/Bosses/Ordis",
363
377
  "title": "/Lotus/Language/BardQuest/BardQuestOrdisMailTitle",
364
- "body": "/Lotus/Language/Subtitles/BardQuest/DBQOrokinTowerLiset00700Ordis"
378
+ "body": "/Lotus/Language/Subtitles/BardQuest/DBQOrokinTowerLiset00700Ordis",
379
+ "attachments": []
365
380
  }
366
381
  },
367
382
  {
@@ -369,14 +384,18 @@
369
384
  "messageToSendWhenTriggered": {
370
385
  "sender": "/Lotus/Language/Syndicates/CephalonSudaName",
371
386
  "title": "/Lotus/Language/BardQuest/BardQuestRivenRewardTitle",
372
- "body": "/Lotus/Language/BardQuest/BardQuestRivenRewardBody"
387
+ "body": "/Lotus/Language/BardQuest/BardQuestRivenRewardBody",
388
+ "attachments": [
389
+ "/Lotus/Upgrades/Mods/Randomized/RawPistolRandomMod"
390
+ ]
373
391
  }
374
392
  }
375
393
  ],
376
394
  "rewards": [
377
395
  {
378
396
  "rewardType": "RT_RECIPE",
379
- "itemType": "/Lotus/Types/Recipes/WarframeRecipes/OctaviaBlueprint"
397
+ "itemType": "/Lotus/Types/Recipes/WarframeRecipes/OctaviaBlueprint",
398
+ "amount": 1
380
399
  }
381
400
  ]
382
401
  },
@@ -435,7 +454,8 @@
435
454
  "rewards": [
436
455
  {
437
456
  "rewardType": "RT_RECIPE",
438
- "itemType": "/Lotus/Types/Recipes/Weapons/BallasSwordBlueprint"
457
+ "itemType": "/Lotus/Types/Recipes/Weapons/BallasSwordBlueprint",
458
+ "amount": 1
439
459
  }
440
460
  ]
441
461
  },
@@ -514,7 +534,8 @@
514
534
  "rewards": [
515
535
  {
516
536
  "rewardType": "RT_RECIPE",
517
- "itemType": "/Lotus/Types/Recipes/WarframeRecipes/ChromaBlueprint"
537
+ "itemType": "/Lotus/Types/Recipes/WarframeRecipes/ChromaBlueprint",
538
+ "amount": 1
518
539
  }
519
540
  ]
520
541
  },
@@ -599,7 +620,12 @@
599
620
  "messageToSendWhenTriggered": {
600
621
  "sender": "/Lotus/Language/Duviri/Acrithis",
601
622
  "title": "/Lotus/Language/Duviri/QuestCompleteRewardInboxTitle",
602
- "body": "/Lotus/Language/Duviri/QuestCompleteRewardInboxMsg"
623
+ "body": "/Lotus/Language/Duviri/QuestCompleteRewardInboxMsg",
624
+ "attachments": [
625
+ "/Lotus/Types/Recipes/Weapons/DuviriDualSwordsBlueprint",
626
+ "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualKatanaCmbOneMeleeTree",
627
+ "/Lotus/Types/Items/ShipDecos/DuviriBookQuestReward"
628
+ ]
603
629
  }
604
630
  }
605
631
  ]
@@ -734,7 +760,10 @@
734
760
  "messageToSendWhenTriggered": {
735
761
  "sender": "/Lotus/Language/EntratiLab/EntratiGeneral/HumanLoid",
736
762
  "title": "/Lotus/Language/EntratiLab/EntratiQuest/PostQuestInboxTitle",
737
- "body": "/Lotus/Language/EntratiLab/EntratiQuest/PostQuestInboxBody"
763
+ "body": "/Lotus/Language/EntratiLab/EntratiQuest/PostQuestInboxBody",
764
+ "attachments": [
765
+ "/Lotus/Types/Recipes/WarframeRecipes/ConcreteFrameBlueprint"
766
+ ]
738
767
  }
739
768
  }
740
769
  ]
@@ -779,7 +808,12 @@
779
808
  "name": "/Lotus/Language/EntratiLab/EntratiQuest/StageSixVoidVaults",
780
809
  "parentName": "/Lotus/Types/Keys/EntratiLab/EntratiQuestBaseKey",
781
810
  "codexSecret": true,
782
- "rewards": []
811
+ "rewards": [
812
+ {
813
+ "rewardType": "RT_STORE_ITEM",
814
+ "itemType": "/Lotus/StoreItems/Types/Gameplay/EntratiLab/Resources/EntratiLabDogTagCommon"
815
+ }
816
+ ]
783
817
  },
784
818
  "/Lotus/Types/Keys/EntratiLab/EntratiQuestStage7BlairWitch": {
785
819
  "name": "/Lotus/Language/EntratiLab/EntratiQuest/StageSevenGargolye",
@@ -823,7 +857,10 @@
823
857
  "messageToSendWhenTriggered": {
824
858
  "sender": "/Lotus/Language/G1Quests/FairyQuestAmarynName",
825
859
  "title": "/Lotus/Language/G1Quests/FairyQuestInboxStartTitle",
826
- "body": "/Lotus/Language/G1Quests/FairyQuestInboxStartBody"
860
+ "body": "/Lotus/Language/G1Quests/FairyQuestInboxStartBody",
861
+ "attachments": [
862
+ "/Lotus/Types/StoreItems/Consumables/Restoratives/TitaniaQuest/SpecterSummonKnaveLokiBlueprint"
863
+ ]
827
864
  }
828
865
  },
829
866
  {
@@ -876,7 +913,10 @@
876
913
  "messageToSendWhenTriggered": {
877
914
  "sender": "/Lotus/Language/G1Quests/FairyQuestAmarynName",
878
915
  "title": "/Lotus/Language/G1Quests/FairyQuestInboxEndTitle",
879
- "body": "/Lotus/Language/G1Quests/FairyQuestInboxEndBody"
916
+ "body": "/Lotus/Language/G1Quests/FairyQuestInboxEndBody",
917
+ "attachments": [
918
+ "/Lotus/Types/Recipes/WarframeRecipes/FairyBlueprint"
919
+ ]
880
920
  }
881
921
  }
882
922
  ]
@@ -961,7 +1001,8 @@
961
1001
  "messageToSendWhenTriggered": {
962
1002
  "sender": "/Lotus/Language/Game/DarvoName",
963
1003
  "title": "/Lotus/Language/G1Quests/GetClemCompleteInboxTitle",
964
- "body": "/Lotus/Language/G1Quests/GetClemCompleteInboxBody"
1004
+ "body": "/Lotus/Language/G1Quests/GetClemCompleteInboxBody",
1005
+ "attachments": []
965
1006
  }
966
1007
  }
967
1008
  ]
@@ -1022,7 +1063,10 @@
1022
1063
  "messageToSendWhenTriggered": {
1023
1064
  "sender": "/Lotus/Language/Bosses/Lotus",
1024
1065
  "title": "/Lotus/Language/GlassQuest/ScannersMessageTitle",
1025
- "body": "/Lotus/Language/GlassQuest/ScannersMessageBody"
1066
+ "body": "/Lotus/Language/GlassQuest/ScannersMessageBody",
1067
+ "attachments": [
1068
+ "/Lotus/Types/Restoratives/Consumable/Scanner"
1069
+ ]
1026
1070
  }
1027
1071
  },
1028
1072
  {
@@ -1041,7 +1085,8 @@
1041
1085
  "messageToSendWhenTriggered": {
1042
1086
  "sender": "/Lotus/Language/Bosses/Saya",
1043
1087
  "title": "/Lotus/Language/FiveFates/FiveFatesUnlockedInboxTitle",
1044
- "body": "/Lotus/Language/FiveFates/FiveFatesUnlockedInboxBody"
1088
+ "body": "/Lotus/Language/FiveFates/FiveFatesUnlockedInboxBody",
1089
+ "attachments": []
1045
1090
  }
1046
1091
  },
1047
1092
  {
@@ -1049,7 +1094,8 @@
1049
1094
  "messageToSendWhenTriggered": {
1050
1095
  "sender": "/Lotus/Language/Npcs/TheBusiness",
1051
1096
  "title": "/Lotus/Language/SolarisQuest/SayasVigilFortunaTitle",
1052
- "body": "/Lotus/Language/SolarisQuest/SayasVigilFortunaDesc"
1097
+ "body": "/Lotus/Language/SolarisQuest/SayasVigilFortunaDesc",
1098
+ "attachments": []
1053
1099
  }
1054
1100
  },
1055
1101
  {
@@ -1058,7 +1104,8 @@
1058
1104
  "messageToSendWhenTriggered": {
1059
1105
  "sender": "/Lotus/Language/Npcs/Unknown",
1060
1106
  "title": "/Lotus/Language/GlassQuest/QuillsVisitInboxSubject",
1061
- "body": "/Lotus/Language/GlassQuest/QuillsVisitInboxBody"
1107
+ "body": "/Lotus/Language/GlassQuest/QuillsVisitInboxBody",
1108
+ "attachments": []
1062
1109
  }
1063
1110
  },
1064
1111
  {
@@ -1066,7 +1113,10 @@
1066
1113
  "messageToSendWhenTriggered": {
1067
1114
  "sender": "/Lotus/Language/Bosses/Lotus",
1068
1115
  "title": "/Lotus/Language/GlassQuest/GaraInboxTitle",
1069
- "body": "/Lotus/Language/GlassQuest/GaraInboxBody"
1116
+ "body": "/Lotus/Language/GlassQuest/GaraInboxBody",
1117
+ "attachments": [
1118
+ "/Lotus/Types/Recipes/WarframeRecipes/GlassBlueprint"
1119
+ ]
1070
1120
  }
1071
1121
  },
1072
1122
  {
@@ -1074,7 +1124,10 @@
1074
1124
  "messageToSendWhenTriggered": {
1075
1125
  "sender": "/Lotus/Language/Bosses/Lotus",
1076
1126
  "title": "/Lotus/Language/GlassQuest/RivenInboxTitle",
1077
- "body": "/Lotus/Language/GlassQuest/RivenInboxBody"
1127
+ "body": "/Lotus/Language/GlassQuest/RivenInboxBody",
1128
+ "attachments": [
1129
+ "/Lotus/Upgrades/Mods/Randomized/RawShotgunRandomMod"
1130
+ ]
1078
1131
  }
1079
1132
  }
1080
1133
  ]
@@ -1134,7 +1187,10 @@
1134
1187
  "messageToSendWhenTriggered": {
1135
1188
  "sender": "/Lotus/Language/G1Quests/GolemQuestJordasName",
1136
1189
  "title": "/Lotus/Language/G1Quests/GolemQuestPotencyTitle",
1137
- "body": "/Lotus/Language/G1Quests/GolemQuestPotencyBody"
1190
+ "body": "/Lotus/Language/G1Quests/GolemQuestPotencyBody",
1191
+ "attachments": [
1192
+ "/Lotus/Types/Recipes/Components/InfestedIrradiatedBaitBallBlueprint"
1193
+ ]
1138
1194
  }
1139
1195
  },
1140
1196
  {
@@ -1148,7 +1204,8 @@
1148
1204
  "rewards": [
1149
1205
  {
1150
1206
  "rewardType": "RT_RECIPE",
1151
- "itemType": "/Lotus/Types/Recipes/WarframeRecipes/BrawlerBlueprint"
1207
+ "itemType": "/Lotus/Types/Recipes/WarframeRecipes/BrawlerBlueprint",
1208
+ "amount": 1
1152
1209
  }
1153
1210
  ]
1154
1211
  },
@@ -1163,7 +1220,12 @@
1163
1220
  "name": "/Lotus/Language/G1Quests/GolemQuestObjAssassinate",
1164
1221
  "parentName": "/Lotus/Types/Game/KeyItem",
1165
1222
  "codexSecret": true,
1166
- "rewards": []
1223
+ "rewards": [
1224
+ {
1225
+ "rewardType": "RT_STORE_ITEM",
1226
+ "itemType": "/Lotus/StoreItems/Types/Keys/TestKeyErisBoss"
1227
+ }
1228
+ ]
1167
1229
  },
1168
1230
  "/Lotus/Types/Keys/IndexQuest/IndexQuestKeyChain": {
1169
1231
  "name": "/Lotus/Language/G1Quests/IndexTitle",
@@ -1177,7 +1239,10 @@
1177
1239
  "messageToSendWhenTriggered": {
1178
1240
  "sender": "/Lotus/Language/G1Quests/ErgoGlastName",
1179
1241
  "title": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing1Title",
1180
- "body": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing1Body"
1242
+ "body": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing1Body",
1243
+ "attachments": [
1244
+ "/Lotus/Types/Items/ShipDecos/ChildDrawingA"
1245
+ ]
1181
1246
  }
1182
1247
  },
1183
1248
  {
@@ -1203,7 +1268,10 @@
1203
1268
  "messageToSendWhenTriggered": {
1204
1269
  "sender": "/Lotus/Language/G1Quests/ErgoGlastName",
1205
1270
  "title": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing2Title",
1206
- "body": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing2Body"
1271
+ "body": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing2Body",
1272
+ "attachments": [
1273
+ "/Lotus/Types/Items/ShipDecos/ChildDrawingB"
1274
+ ]
1207
1275
  }
1208
1276
  },
1209
1277
  {
@@ -1222,7 +1290,10 @@
1222
1290
  "messageToSendWhenTriggered": {
1223
1291
  "sender": "/Lotus/Language/G1Quests/ErgoGlastName",
1224
1292
  "title": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing3Title",
1225
- "body": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing3Body"
1293
+ "body": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing3Body",
1294
+ "attachments": [
1295
+ "/Lotus/Types/Items/ShipDecos/ChildDrawingC"
1296
+ ]
1226
1297
  }
1227
1298
  },
1228
1299
  {
@@ -1238,7 +1309,10 @@
1238
1309
  "messageToSendWhenTriggered": {
1239
1310
  "sender": "/Lotus/Language/G1Quests/ErgoGlastName",
1240
1311
  "title": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing4Title",
1241
- "body": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing4Body"
1312
+ "body": "/Lotus/Language/G1Quests/IndexQuestNeewaDrawing4Body",
1313
+ "attachments": [
1314
+ "/Lotus/Types/Items/ShipDecos/ChildDrawingD"
1315
+ ]
1242
1316
  }
1243
1317
  },
1244
1318
  {
@@ -1256,7 +1330,10 @@
1256
1330
  "messageToSendWhenTriggered": {
1257
1331
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
1258
1332
  "title": "/Lotus/Language/G1Quests/IndexQuestCureHerTitle",
1259
- "body": "/Lotus/Language/G1Quests/IndexQuestCureHerBody"
1333
+ "body": "/Lotus/Language/G1Quests/IndexQuestCureHerBody",
1334
+ "attachments": [
1335
+ "/Lotus/Types/Items/ShipDecos/ChildDrawingE"
1336
+ ]
1260
1337
  }
1261
1338
  },
1262
1339
  {
@@ -1264,7 +1341,10 @@
1264
1341
  "messageToSendWhenTriggered": {
1265
1342
  "sender": "/Lotus/Language/G1Quests/ErgoGlastName",
1266
1343
  "title": "/Lotus/Language/G1Quests/IndexQuestSendHerHomeTitle",
1267
- "body": "/Lotus/Language/G1Quests/IndexQuestSendHerHomeBody"
1344
+ "body": "/Lotus/Language/G1Quests/IndexQuestSendHerHomeBody",
1345
+ "attachments": [
1346
+ "/Lotus/Types/Items/ShipDecos/ChildDrawingF"
1347
+ ]
1268
1348
  }
1269
1349
  },
1270
1350
  {
@@ -1272,14 +1352,18 @@
1272
1352
  "messageToSendWhenTriggered": {
1273
1353
  "sender": "/Lotus/Language/G1Quests/ErgoGlastName",
1274
1354
  "title": "/Lotus/Language/G1Quests/IndexQuestLetHerChooseTitle",
1275
- "body": "/Lotus/Language/G1Quests/IndexQuestLetHerChooseBody"
1355
+ "body": "/Lotus/Language/G1Quests/IndexQuestLetHerChooseBody",
1356
+ "attachments": [
1357
+ "/Lotus/Types/Items/ShipDecos/ChildDrawingG"
1358
+ ]
1276
1359
  }
1277
1360
  }
1278
1361
  ],
1279
1362
  "rewards": [
1280
1363
  {
1281
1364
  "rewardType": "RT_RECIPE",
1282
- "itemType": "/Lotus/Types/Recipes/WarframeRecipes/NidusBlueprint"
1365
+ "itemType": "/Lotus/Types/Recipes/WarframeRecipes/NidusBlueprint",
1366
+ "amount": 1
1283
1367
  }
1284
1368
  ]
1285
1369
  },
@@ -1400,7 +1484,10 @@
1400
1484
  "messageToSendWhenTriggered": {
1401
1485
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
1402
1486
  "title": "/Lotus/Language/G1Quests/IAVQConclusionTitle",
1403
- "body": "/Lotus/Language/G1Quests/IAVQConclusionBody"
1487
+ "body": "/Lotus/Language/G1Quests/IAVQConclusionBody",
1488
+ "attachments": [
1489
+ "InfestedAladKeyBlueprint"
1490
+ ]
1404
1491
  }
1405
1492
  }
1406
1493
  ]
@@ -1447,7 +1534,8 @@
1447
1534
  "messageToSendWhenTriggered": {
1448
1535
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
1449
1536
  "title": "/Lotus/Language/G1Quests/IIQIntroMessageTitle",
1450
- "body": "/Lotus/Language/G1Quests/IIQIntroMessageBody"
1537
+ "body": "/Lotus/Language/G1Quests/IIQIntroMessageBody",
1538
+ "attachments": []
1451
1539
  }
1452
1540
  },
1453
1541
  {
@@ -1463,7 +1551,10 @@
1463
1551
  "messageToSendWhenTriggered": {
1464
1552
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
1465
1553
  "title": "/Lotus/Language/G1Quests/IIQFireModMessageTitle",
1466
- "body": "/Lotus/Language/G1Quests/IIQFireModMessageBody"
1554
+ "body": "/Lotus/Language/G1Quests/IIQFireModMessageBody",
1555
+ "attachments": [
1556
+ "/Lotus/Upgrades/Mods/Melee/WeaponFireDamageMod"
1557
+ ]
1467
1558
  }
1468
1559
  },
1469
1560
  {
@@ -1475,7 +1566,10 @@
1475
1566
  "messageToSendWhenTriggered": {
1476
1567
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
1477
1568
  "title": "/Lotus/Language/G1Quests/IIQCompleteRewardsMessageTitle",
1478
- "body": "/Lotus/Language/G1Quests/IIQCompleteRewardsMessageBody"
1569
+ "body": "/Lotus/Language/G1Quests/IIQCompleteRewardsMessageBody",
1570
+ "attachments": [
1571
+ "/Lotus/Types/Recipes/Weapons/HeatSwordBlueprint"
1572
+ ]
1479
1573
  }
1480
1574
  },
1481
1575
  {
@@ -1543,7 +1637,14 @@
1543
1637
  "messageToSendWhenTriggered": {
1544
1638
  "sender": "/Lotus/Language/Bosses/DeimosFather",
1545
1639
  "title": "/Lotus/Language/InfestedMicroplanetQuest/QuestEndCraftInboxTitle",
1546
- "body": "/Lotus/Language/InfestedMicroplanetQuest/QuestEndCraftInboxBody"
1640
+ "body": "/Lotus/Language/InfestedMicroplanetQuest/QuestEndCraftInboxBody",
1641
+ "attachments": [
1642
+ "/Lotus/Types/Recipes/DeimosRecipes/Mechs/NecromechBlueprint",
1643
+ "/Lotus/Types/Recipes/DeimosRecipes/Mechs/NecromechPartChassisBlueprint",
1644
+ "/Lotus/Types/Recipes/DeimosRecipes/Mechs/NecromechPartEngineBlueprint",
1645
+ "/Lotus/Types/Recipes/DeimosRecipes/Mechs/NecromechPartSystemsBlueprint",
1646
+ "/Lotus/Types/Recipes/DeimosRecipes/Mechs/NecromechPartWeaponPodBlueprint"
1647
+ ]
1547
1648
  }
1548
1649
  },
1549
1650
  {
@@ -1551,14 +1652,18 @@
1551
1652
  "messageToSendWhenTriggered": {
1552
1653
  "sender": "/Lotus/Language/Bosses/DeimosGrandmother",
1553
1654
  "title": "/Lotus/Language/InfestedMicroplanetQuest/ExtraRewardMailTitle",
1554
- "body": "/Lotus/Language/InfestedMicroplanetQuest/ExtraRewardMailBody"
1655
+ "body": "/Lotus/Language/InfestedMicroplanetQuest/ExtraRewardMailBody",
1656
+ "attachments": [
1657
+ "/Lotus/Upgrades/Mods/Randomized/RawShotgunRandomMod"
1658
+ ]
1555
1659
  }
1556
1660
  }
1557
1661
  ],
1558
1662
  "rewards": [
1559
1663
  {
1560
1664
  "rewardType": "RT_RECIPE",
1561
- "itemType": "/Lotus/Types/Recipes/WarframeRecipes/BrokenFrameBlueprint"
1665
+ "itemType": "/Lotus/Types/Recipes/WarframeRecipes/BrokenFrameBlueprint",
1666
+ "amount": 1
1562
1667
  }
1563
1668
  ]
1564
1669
  },
@@ -1603,7 +1708,14 @@
1603
1708
  "messageToSendWhenTriggered": {
1604
1709
  "sender": "/Lotus/Language/Bosses/Hunhow",
1605
1710
  "title": "/Lotus/Language/JadeShadows/PostQuestInboxTitle",
1606
- "body": "/Lotus/Language/Subtitles/JadeShadowsQuest/DMissionSix0610Hunhow"
1711
+ "body": "/Lotus/Language/Subtitles/JadeShadowsQuest/DMissionSix0610Hunhow",
1712
+ "attachments": [
1713
+ "/Lotus/Types/Recipes/WarframeRecipes/ChoirBlueprint",
1714
+ "/Lotus/Types/Items/PhotoBooth/JadeShadows/PhotoboothTileStalkerCave",
1715
+ "/Lotus/Types/Items/ShipDecos/JadeShadowsAlonePoster",
1716
+ "/Lotus/Types/Items/ShipDecos/JadeShadowsEmbracePoster",
1717
+ "/Lotus/Types/Items/ShipDecos/JadeShadowsFamilyPoster"
1718
+ ]
1607
1719
  }
1608
1720
  }
1609
1721
  ]
@@ -1669,7 +1781,8 @@
1669
1781
  "messageToSendWhenTriggered": {
1670
1782
  "sender": "/Lotus/Language/Bosses/DeimosDaughter",
1671
1783
  "title": "/Lotus/Language/KahlQuest/IntroInboxSubject",
1672
- "body": "/Lotus/Language/KahlQuest/IntroInboxBody"
1784
+ "body": "/Lotus/Language/KahlQuest/IntroInboxBody",
1785
+ "attachments": []
1673
1786
  }
1674
1787
  },
1675
1788
  {
@@ -1684,7 +1797,10 @@
1684
1797
  "messageToSendWhenTriggered": {
1685
1798
  "sender": "/Lotus/Language/Bosses/DeimosDaughter",
1686
1799
  "title": "/Lotus/Language/KahlQuest/KahlQuestRewardInboxSubject",
1687
- "body": "/Lotus/Language/KahlQuest/KahlQuestRewardInboxBody"
1800
+ "body": "/Lotus/Language/KahlQuest/KahlQuestRewardInboxBody",
1801
+ "attachments": [
1802
+ "/Lotus/Types/Items/ShipFeatureItems/InfestedFoundryArchonShardBlueprint"
1803
+ ]
1688
1804
  }
1689
1805
  }
1690
1806
  ]
@@ -1785,7 +1901,10 @@
1785
1901
  "messageToSendWhenTriggered": {
1786
1902
  "sender": "/Lotus/Language/Menu/ShipSystemsMessageSender",
1787
1903
  "title": "/Lotus/Language/G1Quests/LimboQIntroMessageTitle",
1788
- "body": "/Lotus/Language/G1Quests/LimboQIntroMessageBody"
1904
+ "body": "/Lotus/Language/G1Quests/LimboQIntroMessageBody",
1905
+ "attachments": [
1906
+ "LimboHelmetKeyBlueprint"
1907
+ ]
1789
1908
  }
1790
1909
  },
1791
1910
  {
@@ -1974,7 +2093,8 @@
1974
2093
  "messageToSendWhenTriggered": {
1975
2094
  "sender": "/Lotus/Language/G1Quests/VoidTraderName",
1976
2095
  "title": "/Lotus/Language/G1Quests/MummyQuestStartingInboxMsgSub",
1977
- "body": "/Lotus/Language/G1Quests/MummyQuestStartingInboxMsg"
2096
+ "body": "/Lotus/Language/G1Quests/MummyQuestStartingInboxMsg",
2097
+ "attachments": []
1978
2098
  }
1979
2099
  },
1980
2100
  {
@@ -2016,7 +2136,8 @@
2016
2136
  "messageToSendWhenTriggered": {
2017
2137
  "sender": "/Lotus/Language/G1Quests/VoidTraderName",
2018
2138
  "title": "/Lotus/Language/G1Quests/MummyQuestCompleteInboxMsgSub",
2019
- "body": "/Lotus/Language/G1Quests/MummyQuestCompleteInboxMsg"
2139
+ "body": "/Lotus/Language/G1Quests/MummyQuestCompleteInboxMsg",
2140
+ "attachments": []
2020
2141
  }
2021
2142
  }
2022
2143
  ]
@@ -2113,7 +2234,8 @@
2113
2234
  "rewards": [
2114
2235
  {
2115
2236
  "rewardType": "RT_RECIPE",
2116
- "itemType": "/Lotus/Types/Recipes/Weapons/SheduHeavyWeaponBlueprint"
2237
+ "itemType": "/Lotus/Types/Recipes/Weapons/SheduHeavyWeaponBlueprint",
2238
+ "amount": 1
2117
2239
  }
2118
2240
  ]
2119
2241
  },
@@ -2219,7 +2341,21 @@
2219
2341
  "messageToSendWhenTriggered": {
2220
2342
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender_PostWar",
2221
2343
  "title": "/Lotus/Language/NewWar/RewardsMessageSubject",
2222
- "body": "/Lotus/Language/NewWar/RewardsMessageBody"
2344
+ "body": "/Lotus/Language/NewWar/RewardsMessageBody",
2345
+ "attachments": [
2346
+ "/Lotus/Weapons/Operator/Pistols/DrifterPistol/DrifterPistolPlayerWeapon",
2347
+ "/Lotus/Weapons/Tenno/Bows/Omicrus/OmicrusPlayerWep",
2348
+ "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropFamilyPortrait",
2349
+ "/Lotus/Types/Items/ShipDecos/NewWar/LisetPropBallasStaff",
2350
+ "/Lotus/Types/Items/MiscItems/PhotoboothTileDrifterCamp",
2351
+ "/Lotus/Upgrades/Skins/Operator/Amp/DrifterAmpSkin",
2352
+ "/Lotus/Weapons/Operator/Melee/DrifterTazer/DrifterTazerPlayerWep",
2353
+ "/Lotus/Types/StoreItems/Boosters/AffinityBooster3DayStoreItem",
2354
+ "/Lotus/Types/StoreItems/Boosters/CreditBooster3DayStoreItem",
2355
+ "/Lotus/Types/Keys/ZarimanQuest/ZarimanQuestKeyChain",
2356
+ "/Lotus/Types/Keys/KahlQuest/KahlQuestKeyChain",
2357
+ "/Lotus/Types/Keys/JadeShadows/JadeShadowQuestKeyChain"
2358
+ ]
2223
2359
  }
2224
2360
  }
2225
2361
  ]
@@ -2475,7 +2611,8 @@
2475
2611
  "messageToSendWhenTriggered": {
2476
2612
  "sender": "/Lotus/Language/Bosses/PalladinoName",
2477
2613
  "title": "/Lotus/Language/Messages/PriestQuestHarrowRewardTitle",
2478
- "body": "/Lotus/Language/Subtitles/PriestQuest/DVeilTemple01420Palladino"
2614
+ "body": "/Lotus/Language/Subtitles/PriestQuest/DVeilTemple01420Palladino",
2615
+ "attachments": []
2479
2616
  }
2480
2617
  },
2481
2618
  {
@@ -2483,14 +2620,18 @@
2483
2620
  "messageToSendWhenTriggered": {
2484
2621
  "sender": "/Lotus/Language/Bosses/PalladinoName",
2485
2622
  "title": "/Lotus/Language/Messages/PriestQuestRivenRewardTitle",
2486
- "body": "/Lotus/Language/Messages/PriestQuestRivenRewardBody"
2623
+ "body": "/Lotus/Language/Messages/PriestQuestRivenRewardBody",
2624
+ "attachments": [
2625
+ "/Lotus/Upgrades/Mods/Randomized/RawMeleeRandomMod"
2626
+ ]
2487
2627
  }
2488
2628
  }
2489
2629
  ],
2490
2630
  "rewards": [
2491
2631
  {
2492
2632
  "rewardType": "RT_RECIPE",
2493
- "itemType": "/Lotus/Types/Recipes/WarframeRecipes/PriestBlueprint"
2633
+ "itemType": "/Lotus/Types/Recipes/WarframeRecipes/PriestBlueprint",
2634
+ "amount": 1
2494
2635
  }
2495
2636
  ]
2496
2637
  },
@@ -2593,7 +2734,10 @@
2593
2734
  "messageToSendWhenTriggered": {
2594
2735
  "sender": "/Lotus/Language/Bosses/NefAnyoName",
2595
2736
  "title": "/Lotus/Language/DeadlockProtocol/ProteaQuestGlaiveBlueprintSubject",
2596
- "body": "/Lotus/Language/Subtitles/ProteaQuest/DM3Orbiter0240NefAnyo"
2737
+ "body": "/Lotus/Language/Subtitles/ProteaQuest/DM3Orbiter0240NefAnyo",
2738
+ "attachments": [
2739
+ "/Lotus/Types/Recipes/Weapons/CrpGhostCatcherGlaiveBlueprint"
2740
+ ]
2597
2741
  }
2598
2742
  },
2599
2743
  {
@@ -2615,7 +2759,10 @@
2615
2759
  "messageToSendWhenTriggered": {
2616
2760
  "sender": "/Lotus/Language/Npcs/ParvosGranum",
2617
2761
  "title": "/Lotus/Language/DeadlockProtocol/ProteaQuestRewardSubject",
2618
- "body": "/Lotus/Language/Subtitles/ProteaQuest/DQuestDoneInbox1240Parvos"
2762
+ "body": "/Lotus/Language/Subtitles/ProteaQuest/DQuestDoneInbox1240Parvos",
2763
+ "attachments": [
2764
+ "/Lotus/Types/Items/MiscItems/PhotoboothTilePurgatory"
2765
+ ]
2619
2766
  }
2620
2767
  },
2621
2768
  {
@@ -2623,7 +2770,10 @@
2623
2770
  "messageToSendWhenTriggered": {
2624
2771
  "sender": "/Lotus/Language/Npcs/TheBusiness",
2625
2772
  "title": "/Lotus/Language/DeadlockProtocol/ProteaQuestExtraRewardSubject",
2626
- "body": "/Lotus/Language/DeadlockProtocol/ProteaQuestExtraRewardBody"
2773
+ "body": "/Lotus/Language/DeadlockProtocol/ProteaQuestExtraRewardBody",
2774
+ "attachments": [
2775
+ "/Lotus/Upgrades/Mods/Randomized/RawRifleRandomMod"
2776
+ ]
2627
2777
  }
2628
2778
  }
2629
2779
  ],
@@ -2688,7 +2838,10 @@
2688
2838
  "messageToSendWhenTriggered": {
2689
2839
  "sender": "/Lotus/Language/Bosses/Ordis",
2690
2840
  "title": "/Lotus/Language/Railjack/RailjackBuildQuestOrdisDockTitle",
2691
- "body": "/Lotus/Language/Railjack/RailjackBuildQuestOrdisDockBody"
2841
+ "body": "/Lotus/Language/Railjack/RailjackBuildQuestOrdisDockBody",
2842
+ "attachments": [
2843
+ "/Lotus/Types/Recipes/Railjack/RailjackCephalonBlueprint"
2844
+ ]
2692
2845
  }
2693
2846
  },
2694
2847
  {
@@ -2703,7 +2856,8 @@
2703
2856
  "messageToSendWhenTriggered": {
2704
2857
  "sender": "/Lotus/Language/Bosses/CephalonCy",
2705
2858
  "title": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage1MailTitle",
2706
- "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage1MailDesc"
2859
+ "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage1MailDesc",
2860
+ "attachments": []
2707
2861
  }
2708
2862
  },
2709
2863
  {
@@ -2718,7 +2872,8 @@
2718
2872
  "messageToSendWhenTriggered": {
2719
2873
  "sender": "/Lotus/Language/Bosses/CephalonCy",
2720
2874
  "title": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage4MailTitle",
2721
- "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage4MailDesc"
2875
+ "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage4MailDesc",
2876
+ "attachments": []
2722
2877
  }
2723
2878
  },
2724
2879
  {
@@ -2733,7 +2888,8 @@
2733
2888
  "messageToSendWhenTriggered": {
2734
2889
  "sender": "/Lotus/Language/Bosses/CephalonCy",
2735
2890
  "title": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage13MailTitle",
2736
- "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage13MailDesc"
2891
+ "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage13MailDesc",
2892
+ "attachments": []
2737
2893
  }
2738
2894
  },
2739
2895
  {
@@ -2748,7 +2904,8 @@
2748
2904
  "messageToSendWhenTriggered": {
2749
2905
  "sender": "/Lotus/Language/Bosses/CephalonCy",
2750
2906
  "title": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage7MailTitle",
2751
- "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage7MailDesc"
2907
+ "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage7MailDesc",
2908
+ "attachments": []
2752
2909
  }
2753
2910
  },
2754
2911
  {
@@ -2763,7 +2920,8 @@
2763
2920
  "messageToSendWhenTriggered": {
2764
2921
  "sender": "/Lotus/Language/Bosses/CephalonCy",
2765
2922
  "title": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage10MailTitle",
2766
- "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage10MailDesc"
2923
+ "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage10MailDesc",
2924
+ "attachments": []
2767
2925
  }
2768
2926
  },
2769
2927
  {
@@ -2778,7 +2936,8 @@
2778
2936
  "messageToSendWhenTriggered": {
2779
2937
  "sender": "/Lotus/Language/Bosses/CephalonCy",
2780
2938
  "title": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage16MailTitle",
2781
- "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage16MailDesc"
2939
+ "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage16MailDesc",
2940
+ "attachments": []
2782
2941
  }
2783
2942
  },
2784
2943
  {
@@ -2792,7 +2951,8 @@
2792
2951
  "messageToSendWhenTriggered": {
2793
2952
  "sender": "/Lotus/Language/Bosses/CephalonCy",
2794
2953
  "title": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage19MailTitle",
2795
- "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage19MailDesc"
2954
+ "body": "/Lotus/Language/G1Quests/RailjackBuildQuest_Stage19MailDesc",
2955
+ "attachments": []
2796
2956
  }
2797
2957
  },
2798
2958
  {
@@ -2800,7 +2960,10 @@
2800
2960
  "messageToSendWhenTriggered": {
2801
2961
  "sender": "/Lotus/Language/Bosses/CephalonCy",
2802
2962
  "title": "/Lotus/Language/WraithQuest/RisingTideCompleteInboxTitle",
2803
- "body": "/Lotus/Language/WraithQuest/RisingTideCompleteInboxBody"
2963
+ "body": "/Lotus/Language/WraithQuest/RisingTideCompleteInboxBody",
2964
+ "attachments": [
2965
+ "/Lotus/Types/Keys/WraithQuest/WraithQuestKeyChain"
2966
+ ]
2804
2967
  }
2805
2968
  }
2806
2969
  ],
@@ -2817,6 +2980,10 @@
2817
2980
  "parentName": "/Lotus/Types/Game/KeyItems/VoidKeyItem",
2818
2981
  "codexSecret": true,
2819
2982
  "rewards": [
2983
+ {
2984
+ "rewardType": "RT_STORE_ITEM",
2985
+ "itemType": "/Lotus/StoreItems/Types/Items/ShipFeatureItems/Railjack/RailjackHullFeatureItem"
2986
+ },
2820
2987
  {
2821
2988
  "rewardType": "RT_CREDITS",
2822
2989
  "amount": 5000
@@ -2829,6 +2996,10 @@
2829
2996
  "parentName": "/Lotus/Types/Game/KeyItems/VoidKeyItem",
2830
2997
  "codexSecret": true,
2831
2998
  "rewards": [
2999
+ {
3000
+ "rewardType": "RT_STORE_ITEM",
3001
+ "itemType": "/Lotus/StoreItems/Types/Items/ShipFeatureItems/Railjack/RailjackHoodBraceFeatureItem"
3002
+ },
2832
3003
  {
2833
3004
  "rewardType": "RT_CREDITS",
2834
3005
  "amount": 5000
@@ -2841,6 +3012,10 @@
2841
3012
  "parentName": "/Lotus/Types/Game/KeyItems/VoidKeyItem",
2842
3013
  "codexSecret": true,
2843
3014
  "rewards": [
3015
+ {
3016
+ "rewardType": "RT_STORE_ITEM",
3017
+ "itemType": "/Lotus/StoreItems/Types/Items/ShipFeatureItems/Railjack/RailjackNacelleLeftFeatureItem"
3018
+ },
2844
3019
  {
2845
3020
  "rewardType": "RT_CREDITS",
2846
3021
  "amount": 5000
@@ -2853,6 +3028,10 @@
2853
3028
  "parentName": "/Lotus/Types/Game/KeyItems/VoidKeyItem",
2854
3029
  "codexSecret": true,
2855
3030
  "rewards": [
3031
+ {
3032
+ "rewardType": "RT_STORE_ITEM",
3033
+ "itemType": "/Lotus/StoreItems/Types/Items/ShipFeatureItems/Railjack/RailjackNacelleRightFeatureItem"
3034
+ },
2856
3035
  {
2857
3036
  "rewardType": "RT_CREDITS",
2858
3037
  "amount": 5000
@@ -2865,6 +3044,10 @@
2865
3044
  "parentName": "/Lotus/Types/Game/KeyItems/VoidKeyItem",
2866
3045
  "codexSecret": true,
2867
3046
  "rewards": [
3047
+ {
3048
+ "rewardType": "RT_STORE_ITEM",
3049
+ "itemType": "/Lotus/StoreItems/Types/Items/ShipFeatureItems/Railjack/RailjackTailFeatureItem"
3050
+ },
2868
3051
  {
2869
3052
  "rewardType": "RT_CREDITS",
2870
3053
  "amount": 5000
@@ -2877,6 +3060,10 @@
2877
3060
  "parentName": "/Lotus/Types/Game/KeyItems/VoidKeyItem",
2878
3061
  "codexSecret": true,
2879
3062
  "rewards": [
3063
+ {
3064
+ "rewardType": "RT_STORE_ITEM",
3065
+ "itemType": "/Lotus/StoreItems/Types/Items/ShipFeatureItems/Railjack/RailjackHoodFeatureItem"
3066
+ },
2880
3067
  {
2881
3068
  "rewardType": "RT_CREDITS",
2882
3069
  "amount": 5000
@@ -2909,7 +3096,8 @@
2909
3096
  "rewards": [
2910
3097
  {
2911
3098
  "rewardType": "RT_RECIPE",
2912
- "itemType": "/Lotus/Types/Recipes/WarframeRecipes/RevenantBlueprint"
3099
+ "itemType": "/Lotus/Types/Recipes/WarframeRecipes/RevenantBlueprint",
3100
+ "amount": 1
2913
3101
  }
2914
3102
  ]
2915
3103
  },
@@ -2975,7 +3163,13 @@
2975
3163
  "messageToSendWhenTriggered": {
2976
3164
  "sender": "/Lotus/Language/Bosses/Ordis",
2977
3165
  "title": "/Lotus/Language/Sacrifice/SacrificeRewardsInboxTitle",
2978
- "body": "/Lotus/Language/Sacrifice/SacrificeRewardsInboxBody"
3166
+ "body": "/Lotus/Language/Sacrifice/SacrificeRewardsInboxBody",
3167
+ "attachments": [
3168
+ "/Lotus/Upgrades/Skins/Umbra/UmbraAltHelmet",
3169
+ "/Lotus/Types/Items/MiscItems/PhotoboothTileSacrificeCourtyard",
3170
+ "/Lotus/Upgrades/Skins/Excalibur/UnlockExcaliburUmbraAgile",
3171
+ "/Lotus/Upgrades/Skins/Excalibur/UnlockExcaliburUmbraNoble"
3172
+ ]
2979
3173
  }
2980
3174
  }
2981
3175
  ]
@@ -2997,7 +3191,13 @@
2997
3191
  "description": "",
2998
3192
  "parentName": "/Lotus/Types/Game/KeyItems/VoidKeyItem",
2999
3193
  "codexSecret": true,
3000
- "rewards": []
3194
+ "rewards": [
3195
+ {
3196
+ "rewardType": "RT_RESOURCE",
3197
+ "itemType": "/Lotus/Types/Items/MiscItems/Kuva",
3198
+ "amount": 60
3199
+ }
3200
+ ]
3001
3201
  },
3002
3202
  "/Lotus/Types/Keys/SacrificeQuest/SacrificeQuestKeyTrackUmbraA": {
3003
3203
  "name": "/Lotus/Language/Sacrifice/MissionTitle3",
@@ -3068,7 +3268,8 @@
3068
3268
  "messageToSendWhenTriggered": {
3069
3269
  "sender": "/Lotus/Language/Bosses/Ordis",
3070
3270
  "title": "/Lotus/Language/G1Quests/SentientQuestIntercept_Title",
3071
- "body": "/Lotus/Language/G1Quests/SentientQuestIntercept_Desc"
3271
+ "body": "/Lotus/Language/G1Quests/SentientQuestIntercept_Desc",
3272
+ "attachments": []
3072
3273
  }
3073
3274
  },
3074
3275
  {
@@ -3087,7 +3288,10 @@
3087
3288
  "messageToSendWhenTriggered": {
3088
3289
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
3089
3290
  "title": "/Lotus/Language/G1Quests/SentientQuestComplete_Title",
3090
- "body": "/Lotus/Language/G1Quests/SentientQuestComplete_Desc"
3291
+ "body": "/Lotus/Language/G1Quests/SentientQuestComplete_Desc",
3292
+ "attachments": [
3293
+ "/Lotus/Types/Items/MiscItems/UtilityUnlocker"
3294
+ ]
3091
3295
  }
3092
3296
  },
3093
3297
  {
@@ -3095,7 +3299,8 @@
3095
3299
  "messageToSendWhenTriggered": {
3096
3300
  "sender": "/Lotus/Language/Bosses/BossTylRegor",
3097
3301
  "title": "/Lotus/Language/G1Quests/SentientQuestTylThreat_Title",
3098
- "body": ""
3302
+ "body": "",
3303
+ "attachments": []
3099
3304
  }
3100
3305
  }
3101
3306
  ]
@@ -3168,7 +3373,10 @@
3168
3373
  "messageToSendWhenTriggered": {
3169
3374
  "sender": "/Lotus/Language/Npcs/Eudico",
3170
3375
  "title": "/Lotus/Language/SolarisQuest/RewardMailTitle",
3171
- "body": "/Lotus/Language/SolarisQuest/RewardMailBody"
3376
+ "body": "/Lotus/Language/SolarisQuest/RewardMailBody",
3377
+ "attachments": [
3378
+ "/Lotus/Types/Recipes/WarframeRecipes/GarudaBlueprint"
3379
+ ]
3172
3380
  }
3173
3381
  },
3174
3382
  {
@@ -3176,7 +3384,10 @@
3176
3384
  "messageToSendWhenTriggered": {
3177
3385
  "sender": "/Lotus/Language/Npcs/Roky",
3178
3386
  "title": "/Lotus/Language/SolarisQuest/YareliMessageTitle",
3179
- "body": "/Lotus/Language/SolarisQuest/YareliMessage"
3387
+ "body": "/Lotus/Language/SolarisQuest/YareliMessage",
3388
+ "attachments": [
3389
+ "/Lotus/Types/Keys/YareliQuest/YareliQuestKeyChain"
3390
+ ]
3180
3391
  }
3181
3392
  }
3182
3393
  ]
@@ -3193,7 +3404,8 @@
3193
3404
  "messageToSendWhenTriggered": {
3194
3405
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
3195
3406
  "title": "/Lotus/Language/G1Quests/SpyQuestOpeningMessageTitle",
3196
- "body": "/Lotus/Language/G1Quests/SpyQuestOpeningMessageBody"
3407
+ "body": "/Lotus/Language/G1Quests/SpyQuestOpeningMessageBody",
3408
+ "attachments": []
3197
3409
  }
3198
3410
  },
3199
3411
  {
@@ -3205,7 +3417,8 @@
3205
3417
  "messageToSendWhenTriggered": {
3206
3418
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
3207
3419
  "title": "/Lotus/Language/G1Quests/SpyQuestMarooDebriefTitle",
3208
- "body": "/Lotus/Language/G1Quests/SpyQuestMarooDebriefBody"
3420
+ "body": "/Lotus/Language/G1Quests/SpyQuestMarooDebriefBody",
3421
+ "attachments": []
3209
3422
  }
3210
3423
  },
3211
3424
  {
@@ -3322,7 +3535,8 @@
3322
3535
  "messageToSendWhenTriggered": {
3323
3536
  "sender": "/Lotus/Language/Bosses/Darvo",
3324
3537
  "title": "/Lotus/Language/Inbox/DarvoWeaponCraftingMessageBTitle",
3325
- "body": "/Lotus/Language/Inbox/DarvoWeaponCraftingMessageBDesc"
3538
+ "body": "/Lotus/Language/Inbox/DarvoWeaponCraftingMessageBDesc",
3539
+ "attachments": []
3326
3540
  }
3327
3541
  },
3328
3542
  {
@@ -3330,7 +3544,8 @@
3330
3544
  "messageToSendWhenTriggered": {
3331
3545
  "sender": "/Lotus/Language/Menu/Mailbox_WarframeSender",
3332
3546
  "title": "/Lotus/Language/G1Quests/Beginner_Growth_Inbox_Title",
3333
- "body": "/Lotus/Language/G1Quests/Beginner_Growth_Inbox_Desc"
3547
+ "body": "/Lotus/Language/G1Quests/Beginner_Growth_Inbox_Desc",
3548
+ "attachments": []
3334
3549
  }
3335
3550
  }
3336
3551
  ]
@@ -3437,6 +3652,21 @@
3437
3652
  "parentName": "/Lotus/Types/Keys/TestKeyA",
3438
3653
  "codexSecret": true,
3439
3654
  "rewards": [
3655
+ {
3656
+ "rewardType": "RT_RESOURCE",
3657
+ "itemType": "/Lotus/Types/Items/MiscItems/Morphic",
3658
+ "amount": 2
3659
+ },
3660
+ {
3661
+ "rewardType": "RT_RESOURCE",
3662
+ "itemType": "/Lotus/Types/Items/MiscItems/Salvage",
3663
+ "amount": 1000
3664
+ },
3665
+ {
3666
+ "rewardType": "RT_RESOURCE",
3667
+ "itemType": "/Lotus/Types/Items/MiscItems/PolymerBundle",
3668
+ "amount": 500
3669
+ },
3440
3670
  {
3441
3671
  "rewardType": "RT_STORE_ITEM",
3442
3672
  "itemType": "/Lotus/StoreItems/Upgrades/Mods/Warframe/AvatarPickupBonusMod"
@@ -3591,7 +3821,8 @@
3591
3821
  "messageToSendWhenTriggered": {
3592
3822
  "sender": "/Lotus/Language/Npcs/Unknown",
3593
3823
  "title": "/Lotus/Language/GlassQuest/QuillsVisitInboxSubject",
3594
- "body": "/Lotus/Language/GlassQuest/QuillsVisitInboxBody"
3824
+ "body": "/Lotus/Language/GlassQuest/QuillsVisitInboxBody",
3825
+ "attachments": []
3595
3826
  }
3596
3827
  },
3597
3828
  {
@@ -3600,7 +3831,10 @@
3600
3831
  "messageToSendWhenTriggered": {
3601
3832
  "sender": "/Lotus/Language/Bosses/Ordis",
3602
3833
  "title": "/Lotus/Language/PersonalQuarters/BlueprintMailTitle",
3603
- "body": "/Lotus/Language/PersonalQuarters/BlueprintMailBody"
3834
+ "body": "/Lotus/Language/PersonalQuarters/BlueprintMailBody",
3835
+ "attachments": [
3836
+ "/Lotus/Types/Items/ShipFeatureItems/PersonalQuartersFeatureBlueprint"
3837
+ ]
3604
3838
  }
3605
3839
  },
3606
3840
  {
@@ -3608,7 +3842,14 @@
3608
3842
  "messageToSendWhenTriggered": {
3609
3843
  "sender": "/Lotus/Language/Bosses/Teshin",
3610
3844
  "title": "/Lotus/Language/G1Quests/WarWithinFinalInboxSubject",
3611
- "body": "/Lotus/Language/G1Quests/WarWithinFinalInboxBody"
3845
+ "body": "/Lotus/Language/G1Quests/WarWithinFinalInboxBody",
3846
+ "attachments": [
3847
+ "/Lotus/Weapons/Grineer/Melee/GrnQueenSceptre/GrnQueenSceptreWeapon",
3848
+ "/Lotus/Types/Recipes/Weapons/TeshinGlaiveBlueprint",
3849
+ "/Lotus/Upgrades/Mods/Randomized/RawRifleRandomMod",
3850
+ "/Lotus/Types/StoreItems/AvatarImages/AvatarImageGrineerQueensVed",
3851
+ "/Lotus/Types/Items/MiscItems/PhotoboothTileTWWTeshinEnding"
3852
+ ]
3612
3853
  }
3613
3854
  }
3614
3855
  ]
@@ -3769,7 +4010,8 @@
3769
4010
  "messageToSendWhenTriggered": {
3770
4011
  "sender": "/Lotus/Language/Bosses/CephalonCy",
3771
4012
  "title": "/Lotus/Language/WraithQuest/WraithQuestInboxSubject",
3772
- "body": "/Lotus/Language/WraithQuest/WraithQuestInboxBody"
4013
+ "body": "/Lotus/Language/WraithQuest/WraithQuestInboxBody",
4014
+ "attachments": []
3773
4015
  }
3774
4016
  },
3775
4017
  {
@@ -3786,7 +4028,13 @@
3786
4028
  "messageToSendWhenTriggered": {
3787
4029
  "sender": "/Lotus/Language/Bosses/CephalonCy",
3788
4030
  "title": "/Lotus/Language/WraithQuest/WraithQuestExtraRewardInboxTitle",
3789
- "body": "/Lotus/Language/WraithQuest/WraithQuestExtraRewardInboxBody"
4031
+ "body": "/Lotus/Language/WraithQuest/WraithQuestExtraRewardInboxBody",
4032
+ "attachments": [
4033
+ "/Lotus/Upgrades/Skins/RailJack/RailjackGhostSkin",
4034
+ "/Lotus/Types/Items/ShipDecos/TarotCardSevagoth",
4035
+ "/Lotus/Types/Items/ShipDecos/WraithQuestRewardDeco",
4036
+ "/Lotus/Types/Items/MiscItems/PhotoboothTileWraithQuestArena"
4037
+ ]
3790
4038
  }
3791
4039
  },
3792
4040
  {
@@ -3794,14 +4042,22 @@
3794
4042
  "messageToSendWhenTriggered": {
3795
4043
  "sender": "/Lotus/Language/Bosses/CephalonCy",
3796
4044
  "title": "/Lotus/Language/WraithQuest/WraithQuestExtraRewardInboxTitle",
3797
- "body": "/Lotus/Language/WraithQuest/WraithQuestExtraRewardInboxBody"
4045
+ "body": "/Lotus/Language/WraithQuest/WraithQuestExtraRewardInboxBody",
4046
+ "attachments": [
4047
+ "/Lotus/Upgrades/Mods/Randomized/RawRifleRandomMod",
4048
+ "/Lotus/Upgrades/Skins/RailJack/RailjackGhostSkin",
4049
+ "/Lotus/Types/Items/ShipDecos/TarotCardSevagoth",
4050
+ "/Lotus/Types/Items/ShipDecos/WraithQuestRewardDeco",
4051
+ "/Lotus/Types/Items/MiscItems/PhotoboothTileWraithQuestArena"
4052
+ ]
3798
4053
  }
3799
4054
  }
3800
4055
  ],
3801
4056
  "rewards": [
3802
4057
  {
3803
4058
  "rewardType": "RT_RECIPE",
3804
- "itemType": "/Lotus/Types/Recipes/WarframeRecipes/WraithBlueprint"
4059
+ "itemType": "/Lotus/Types/Recipes/WarframeRecipes/WraithBlueprint",
4060
+ "amount": 1
3805
4061
  }
3806
4062
  ]
3807
4063
  },
@@ -3835,7 +4091,8 @@
3835
4091
  "messageToSendWhenTriggered": {
3836
4092
  "sender": "/Lotus/Language/Npcs/Roky",
3837
4093
  "title": "/Lotus/Language/YareliQuest/RokyInboxTitle",
3838
- "body": "/Lotus/Language/YareliQuest/RokyInboxBody"
4094
+ "body": "/Lotus/Language/YareliQuest/RokyInboxBody",
4095
+ "attachments": []
3839
4096
  }
3840
4097
  },
3841
4098
  {
@@ -3843,7 +4100,8 @@
3843
4100
  "messageToSendWhenTriggered": {
3844
4101
  "sender": "/Lotus/Language/Npcs/Roky",
3845
4102
  "title": "/Lotus/Language/YareliQuest/RokyInboxTitle",
3846
- "body": "/Lotus/Language/YareliQuest/RokyInboxBody"
4103
+ "body": "/Lotus/Language/YareliQuest/RokyInboxBody",
4104
+ "attachments": []
3847
4105
  }
3848
4106
  },
3849
4107
  {
@@ -3869,7 +4127,13 @@
3869
4127
  "messageToSendWhenTriggered": {
3870
4128
  "sender": "/Lotus/Language/Bosses/DeimosGrandmother",
3871
4129
  "title": "/Lotus/Language/YareliQuest/GrandmotherInboxTitle",
3872
- "body": "/Lotus/Language/YareliQuest/GrandmotherInboxBody"
4130
+ "body": "/Lotus/Language/YareliQuest/GrandmotherInboxBody",
4131
+ "attachments": [
4132
+ "/Lotus/Types/Recipes/WarframeRecipes/YareliBlueprint",
4133
+ "/Lotus/Types/Items/ShipDecos/YareliBobbleHead",
4134
+ "/Lotus/Types/Items/ShipDecos/Venus/VentKidBooster",
4135
+ "/Lotus/Types/Items/ShipDecos/TarotCardYareli"
4136
+ ]
3873
4137
  }
3874
4138
  },
3875
4139
  {
@@ -3877,7 +4141,10 @@
3877
4141
  "messageToSendWhenTriggered": {
3878
4142
  "sender": "/Lotus/Language/Bosses/DeimosGrandmother",
3879
4143
  "title": "/Lotus/Language/YareliQuest/ExtraRewardsSubject",
3880
- "body": "/Lotus/Language/YareliQuest/ExtraRewardsBody"
4144
+ "body": "/Lotus/Language/YareliQuest/ExtraRewardsBody",
4145
+ "attachments": [
4146
+ "/Lotus/Upgrades/Mods/Randomized/RawPistolRandomMod"
4147
+ ]
3881
4148
  }
3882
4149
  }
3883
4150
  ],
@@ -3928,14 +4195,25 @@
3928
4195
  "messageToSendWhenTriggered": {
3929
4196
  "sender": "/Lotus/Language/Zariman/Hombask",
3930
4197
  "title": "/Lotus/Language/ZarimanQuest/ZQEndInboxTitle",
3931
- "body": "/Lotus/Language/ZarimanQuest/ZQEndInboxBody"
4198
+ "body": "/Lotus/Language/ZarimanQuest/ZQEndInboxBody",
4199
+ "attachments": [
4200
+ "/Lotus/Upgrades/Skins/Operator/BodySuits/BodySuitAdultChameleon",
4201
+ "/Lotus/Upgrades/Skins/Operator/Hoods/HoodAdultChameleon",
4202
+ "/Lotus/Upgrades/Skins/Operator/Leggings/LeggingsAdultChameleon",
4203
+ "/Lotus/Upgrades/Skins/Operator/Sleeves/SleevesAdultChameleon",
4204
+ "/Lotus/Upgrades/Skins/Operator/BodySuits/BodySuitChameleon",
4205
+ "/Lotus/Upgrades/Skins/Operator/Hoods/HoodChameleon",
4206
+ "/Lotus/Upgrades/Skins/Operator/Leggings/LeggingsChameleon",
4207
+ "/Lotus/Upgrades/Skins/Operator/Sleeves/SleevesChameleon"
4208
+ ]
3932
4209
  }
3933
4210
  }
3934
4211
  ],
3935
4212
  "rewards": [
3936
4213
  {
3937
4214
  "rewardType": "RT_RESOURCE",
3938
- "itemType": "/Lotus/Types/Gameplay/Zariman/Resources/VoidAngelItem"
4215
+ "itemType": "/Lotus/Types/Gameplay/Zariman/Resources/VoidAngelItem",
4216
+ "amount": 1
3939
4217
  }
3940
4218
  ]
3941
4219
  },