warframe-public-export-plus 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4754,6 +4754,28 @@
4754
4754
  }
4755
4755
  ]
4756
4756
  },
4757
+ "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVIridosArmorSet": {
4758
+ "name": "/Lotus/Language/PrimeStore/MPVIridosArmorSetName",
4759
+ "description": "/Lotus/Language/Cosmetics/CrpModularArmourDesc",
4760
+ "icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/PrimeVault/IridosArmorBundle.png",
4761
+ "components": [
4762
+ {
4763
+ "typeName": "/Lotus/StoreItems/Upgrades/Skins/Armor/CrpModular/CrpModularAArmorTwitch",
4764
+ "purchaseQuantity": 1,
4765
+ "durability": "COMMON"
4766
+ },
4767
+ {
4768
+ "typeName": "/Lotus/StoreItems/Upgrades/Skins/Armor/CrpModular/CrpModularCArmorTwitch",
4769
+ "purchaseQuantity": 1,
4770
+ "durability": "COMMON"
4771
+ },
4772
+ {
4773
+ "typeName": "/Lotus/StoreItems/Upgrades/Skins/Armor/CrpModular/CrpModularLArmorTwitch",
4774
+ "purchaseQuantity": 1,
4775
+ "durability": "COMMON"
4776
+ }
4777
+ ]
4778
+ },
4757
4779
  "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVIvaraOberonPrimeDualPack": {
4758
4780
  "name": "/Lotus/Language/PrimePacks/MPVIvaraOberonDualPackName",
4759
4781
  "description": "/Lotus/Language/PrimePacks/MPVIvaraOberonDualPackDesc",
@@ -15244,6 +15244,18 @@
15244
15244
  "description": "/Lotus/Language/Operator/DrifterTattooTennoGDesc",
15245
15245
  "icon": "/Lotus/Interface/Icons/StoreIcons/Operator/Cosmetics/Tattoo/TattooTennoG.png"
15246
15246
  },
15247
+ "/Lotus/Upgrades/Skins/Operator/Tattoos/TattooTennoH": {
15248
+ "name": "/Lotus/Language/Operator/DrifterTattooTennoHName",
15249
+ "codexSecret": false,
15250
+ "description": "/Lotus/Language/Operator/DrifterTattooTennoHDesc",
15251
+ "icon": "/Lotus/Interface/Icons/StoreIcons/Operator/Cosmetics/Tattoo/TattooTennoH.png"
15252
+ },
15253
+ "/Lotus/Upgrades/Skins/Operator/Tattoos/TattooTennoI": {
15254
+ "name": "/Lotus/Language/Operator/DrifterTattooTennoIName",
15255
+ "codexSecret": false,
15256
+ "description": "/Lotus/Language/Operator/DrifterTattooTennoIDesc",
15257
+ "icon": "/Lotus/Interface/Icons/StoreIcons/Operator/Cosmetics/Tattoo/TattooTennoI.png"
15258
+ },
15247
15259
  "/Lotus/Upgrades/Skins/Operator/OperatorCustomization": {
15248
15260
  "name": "OperatorCustomization",
15249
15261
  "codexSecret": false,
@@ -20991,6 +21003,13 @@
20991
21003
  "description": "/Lotus/Language/Sigils/MonquisSigilDesc",
20992
21004
  "icon": "/Lotus/Interface/Icons/Sigils/Monquis.png"
20993
21005
  },
21006
+ "/Lotus/Upgrades/Skins/Sigils/NWStalkerSigil": {
21007
+ "name": "/Lotus/Language/Sigils/NWStalkerSigilName",
21008
+ "codexSecret": false,
21009
+ "excludeFromCodex": true,
21010
+ "description": "/Lotus/Language/Sigils/NWStalkerSigilDesc",
21011
+ "icon": "/Lotus/Interface/Icons/Sigils/StalkerSigil.png"
21012
+ },
20994
21013
  "/Lotus/Upgrades/Skins/Sigils/NarmerEyeSigil": {
20995
21014
  "name": "/Lotus/Language/Sigils/NarmerEyeSigilName",
20996
21015
  "codexSecret": false,
@@ -11925,6 +11925,12 @@
11925
11925
  }
11926
11926
  ]
11927
11927
  },
11928
+ "/Lotus/Types/Enemies/Infested/AiWeek/InfestedMoas/StealthBipedAgent": {
11929
+ "baseLevel": 1,
11930
+ "avatarTypes": {
11931
+ "STANDARD": "/Lotus/Types/Enemies/Infested/AiWeek/InfestedMoas/StealthBipedAvatar"
11932
+ }
11933
+ },
11928
11934
  "/Lotus/Types/Enemies/Infested/AiWeek/Quadrupeds/Juggernaut": {
11929
11935
  "baseLevel": 15,
11930
11936
  "avatarTypes": {
@@ -27683,6 +27689,16 @@
27683
27689
  "killXPReward": 500,
27684
27690
  "droptable": "/Lotus/Types/DropTables/TarMutalistMoaDropTable"
27685
27691
  },
27692
+ "/Lotus/Types/Enemies/Infested/AiWeek/InfestedMoas/StealthBipedAvatar": {
27693
+ "name": "/Lotus/Language/Game/InfestedMoaNanite",
27694
+ "icon": "/Lotus/Interface/Icons/Npcs/Infested/NaniteInfestedMoa.png",
27695
+ "description": "/Lotus/Language/Game/InfestedMoaNaniteDesc",
27696
+ "faction": "Infestation",
27697
+ "damageController": "/Lotus/Types/Enemies/Infested/AiWeek/InfestedMoas/SlowBombMoaDamageController",
27698
+ "factionResistanceKeyword": "RK_INFESTED_FACTION",
27699
+ "killXPReward": 150,
27700
+ "droptable": "/Lotus/Types/DropTables/SwarmMutalistMoaDropTable"
27701
+ },
27686
27702
  "/Lotus/Types/Enemies/Infested/AiWeek/Quadrupeds/JuggernautAvatar": {
27687
27703
  "name": "/Lotus/Language/Game/JuggernautName",
27688
27704
  "icon": "/Lotus/Interface/Icons/Npcs/Infested/Juggernaut.png",
@@ -92228,7 +92244,29 @@
92228
92244
  }
92229
92245
  ]
92230
92246
  },
92231
- "/Lotus/Types/Enemies/Orokin/Weapons/LaserRifle": {},
92247
+ "/Lotus/Types/Enemies/Orokin/Weapons/LaserRifle": {
92248
+ "name": "/Weapons/AK74",
92249
+ "behaviours": [
92250
+ {
92251
+ "stateName": "/Lotus/Language/Menu/Loadout_TriggerAuto",
92252
+ "projectile": {
92253
+ "attack": {
92254
+ "DT_IMPACT": 0.7,
92255
+ "DT_PUNCTURE": 4.9,
92256
+ "DT_SLASH": 1.4
92257
+ }
92258
+ },
92259
+ "impact": {
92260
+ "DT_IMPACT": 0.999999,
92261
+ "DT_PUNCTURE": 0.999999,
92262
+ "DT_SLASH": 1.000002
92263
+ }
92264
+ },
92265
+ {
92266
+ "impact": {}
92267
+ }
92268
+ ]
92269
+ },
92232
92270
  "/Lotus/Types/Enemies/Orokin/Weapons/LaserShotgun": {
92233
92271
  "name": "/Lotus/Language/Items/ShotgunName",
92234
92272
  "description": "/Lotus/Language/Items/ShotgunDesc",
@@ -7082,6 +7082,27 @@
7082
7082
  "base": "/Lotus/Types/Items/AvatarImageItem",
7083
7083
  "codexSecret": true
7084
7084
  },
7085
+ "/Lotus/Types/StoreItems/AvatarImages/AvatarImageConqueraGlyphVI": {
7086
+ "name": "/Lotus/Language/Glyphs/ConqueraGlyphVIName",
7087
+ "description": "/Lotus/Language/Glyphs/ConqueraGlyphVIDesc",
7088
+ "icon": "/Lotus/Interface/Icons/Player/ConqueraTitaniaGlyph.png",
7089
+ "base": "/Lotus/Types/Items/AvatarImageItem",
7090
+ "codexSecret": true
7091
+ },
7092
+ "/Lotus/Types/StoreItems/AvatarImages/AvatarImageConqueraGlyphVII": {
7093
+ "name": "/Lotus/Language/Glyphs/ConqueraGlyphVIIName",
7094
+ "description": "/Lotus/Language/Glyphs/ConqueraGlyphVIIDesc",
7095
+ "icon": "/Lotus/Interface/Icons/Player/ConqueraBaruukGlyph.png",
7096
+ "base": "/Lotus/Types/Items/AvatarImageItem",
7097
+ "codexSecret": true
7098
+ },
7099
+ "/Lotus/Types/StoreItems/AvatarImages/AvatarImageConqueraOrdis": {
7100
+ "name": "/Lotus/Language/Glyphs/ConqueraOrdisGlyphName",
7101
+ "description": "/Lotus/Language/Glyphs/ConqueraOrdisGlyphDesc",
7102
+ "icon": "/Lotus/Interface/Icons/Player/ConqueraOrdisGlyph.png",
7103
+ "base": "/Lotus/Types/Items/AvatarImageItem",
7104
+ "codexSecret": true
7105
+ },
7085
7106
  "/Lotus/Types/StoreItems/AvatarImages/AvatarImageCreatorAGGP": {
7086
7107
  "name": "/Lotus/Language/Items/CreatorAGGPGlyphName",
7087
7108
  "description": "/Lotus/Language/Glyphs/GenericGlyphDesc",
@@ -8640,6 +8661,14 @@
8640
8661
  "base": "/Lotus/Types/Items/AvatarImageItem",
8641
8662
  "codexSecret": true
8642
8663
  },
8664
+ "/Lotus/Types/StoreItems/AvatarImages/AvatarImageVoidAngelBaro": {
8665
+ "name": "/Lotus/Language/Glyphs/VoidAngelBaroGlyphName",
8666
+ "description": "/Lotus/Language/Glyphs/GenericGlyphDesc",
8667
+ "icon": "/Lotus/Interface/Icons/Player/VoidAngelGlyph.png",
8668
+ "base": "/Lotus/Types/Items/AvatarImageItem",
8669
+ "codexSecret": true,
8670
+ "excludeFromCodex": true
8671
+ },
8643
8672
  "/Lotus/Types/StoreItems/AvatarImages/AvatarImageVoidrigAction": {
8644
8673
  "name": "/Lotus/Language/Glyphs/VoidrigActionGlyphName",
8645
8674
  "description": "/Lotus/Language/Glyphs/GenericGlyphDesc",
package/ExportImages.json CHANGED
@@ -1643,6 +1643,12 @@
1643
1643
  "/Lotus/Interface/Cards/Images/Nightwave/NightwaveSporothrixAugmentMod.jpg": {
1644
1644
  "contentHash": "00_pTuqihIZxRgdSCBmOEb3Cg"
1645
1645
  },
1646
+ "/Lotus/Interface/Cards/Images/Nightwave/NightwaveStalkerBowAugmentMod.jpg": {
1647
+ "contentHash": "00_xMEiPRUhBM21nX5LsjOS+Q"
1648
+ },
1649
+ "/Lotus/Interface/Cards/Images/Nightwave/NightwaveStalkerScytheAugmentMod.jpg": {
1650
+ "contentHash": "00_+KBLqyq-pq8Gsn7zfdw2dQ"
1651
+ },
1646
1652
  "/Lotus/Interface/Cards/Images/Nightwave/NightwaveTiberonAugmentMod.jpg": {
1647
1653
  "contentHash": "00_+H3F-7EdkbNPezd2A4lD2w"
1648
1654
  },
@@ -6143,6 +6149,9 @@
6143
6149
  "/Lotus/Interface/Icons/Player/CommunityTitaniaGlyph.png": {
6144
6150
  "contentHash": "00_9HBlA5MVSNA7TIAGNwMmAg"
6145
6151
  },
6152
+ "/Lotus/Interface/Icons/Player/ConqueraBaruukGlyph.png": {
6153
+ "contentHash": "00_uZXgDwiQ5TCq3QJ7FKY3sQ"
6154
+ },
6146
6155
  "/Lotus/Interface/Icons/Player/ConqueraGlyph.png": {
6147
6156
  "contentHash": "00_Fc1Ead9yK-NHiR7cAVje+Q"
6148
6157
  },
@@ -6164,6 +6173,12 @@
6164
6173
  "/Lotus/Interface/Icons/Player/ConqueraGlyphV.png": {
6165
6174
  "contentHash": "00_v-I7LLnsvDGEiDd2hcYe-g"
6166
6175
  },
6176
+ "/Lotus/Interface/Icons/Player/ConqueraOrdisGlyph.png": {
6177
+ "contentHash": "00_9BBd5SCqeF3njBZgDB+Q3A"
6178
+ },
6179
+ "/Lotus/Interface/Icons/Player/ConqueraTitaniaGlyph.png": {
6180
+ "contentHash": "00_0pDafKt-Zs3QyXoJyXDLKQ"
6181
+ },
6167
6182
  "/Lotus/Interface/Icons/Player/ConservationVendorGlyphEidolonCritter.png": {
6168
6183
  "contentHash": "00_RngpFFjrLiJ1Z2xz5f4JJQ"
6169
6184
  },
@@ -9626,6 +9641,9 @@
9626
9641
  "/Lotus/Interface/Icons/Player/VitruvianGlyphV5.png": {
9627
9642
  "contentHash": "00_uDLhEpPpYtUUdvxCttUVDQ"
9628
9643
  },
9644
+ "/Lotus/Interface/Icons/Player/VoidAngelGlyph.png": {
9645
+ "contentHash": "00_CTO8I7B7MMpb+X8YQ7ViuQ"
9646
+ },
9629
9647
  "/Lotus/Interface/Icons/Player/VoltAvatarBright.png": {
9630
9648
  "contentHash": "00_ayQFN0V4ep7DrLsweFRYQw"
9631
9649
  },
@@ -10205,6 +10223,9 @@
10205
10223
  "/Lotus/Interface/Icons/Sigils/SplashEventIcon.png": {
10206
10224
  "contentHash": "00_wIscXOgcIFmdkeKNyrkzLA"
10207
10225
  },
10226
+ "/Lotus/Interface/Icons/Sigils/StalkerSigil.png": {
10227
+ "contentHash": "00_eIMlH8nHIcJ0sLnpQZGg1A"
10228
+ },
10208
10229
  "/Lotus/Interface/Icons/Sigils/StarterBundleSigil.png": {
10209
10230
  "contentHash": "00_XFkTNleb5Ax6NcbM9VJ8aQ"
10210
10231
  },
@@ -10406,9 +10427,6 @@
10406
10427
  "/Lotus/Interface/Icons/Store/GenericComponent.png": {
10407
10428
  "contentHash": "00_NPny3u9klLH57oVcXF9hNA"
10408
10429
  },
10409
- "/Lotus/Interface/Icons/Store/GrenadeLauncher.jpg": {
10410
- "contentHash": "00_h81EWqSYLKTL6cqfHeUTFQ"
10411
- },
10412
10430
  "/Lotus/Interface/Icons/Store/Hoverboards/Theme/HoverboardCorpusADeck.png": {
10413
10431
  "contentHash": "00_zH02wOgQ6+wlvdGVpiqbkQ"
10414
10432
  },
@@ -22301,6 +22319,12 @@
22301
22319
  "/Lotus/Interface/Icons/StoreIcons/Operator/Cosmetics/Tattoo/TattooTennoG.png": {
22302
22320
  "contentHash": "00_EOhUlE-Dcrr8pRL6y36hVA"
22303
22321
  },
22322
+ "/Lotus/Interface/Icons/StoreIcons/Operator/Cosmetics/Tattoo/TattooTennoH.png": {
22323
+ "contentHash": "00_bwD3N8AaqSEVRYslE103Wg"
22324
+ },
22325
+ "/Lotus/Interface/Icons/StoreIcons/Operator/Cosmetics/Tattoo/TattooTennoI.png": {
22326
+ "contentHash": "00_-Hvh-6-uhhBtWZhN1RCrUA"
22327
+ },
22304
22328
  "/Lotus/Interface/Icons/StoreIcons/Operator/Cosmetics/Temples/TempleDots.png": {
22305
22329
  "contentHash": "00_GahjiZdcWWJQ8+Vct37ocg"
22306
22330
  },
@@ -25575,6 +25575,62 @@
25575
25575
  }
25576
25576
  ]
25577
25577
  },
25578
+ "/Lotus/Types/Recipes/Weapons/Skins/ArcaPlasmorSolsticeSkinBlueprint": {
25579
+ "resultType": "/Lotus/Upgrades/Skins/Promo/Seasonal/TennobaumArcaPlasmorSkin",
25580
+ "buildPrice": 30000,
25581
+ "buildTime": 43200,
25582
+ "skipBuildTimePrice": 35,
25583
+ "consumeOnUse": true,
25584
+ "num": 1,
25585
+ "codexSecret": false,
25586
+ "excludeFromCodex": true,
25587
+ "ingredients": [
25588
+ {
25589
+ "ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
25590
+ "ItemCount": 3
25591
+ },
25592
+ {
25593
+ "ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
25594
+ "ItemCount": 775
25595
+ },
25596
+ {
25597
+ "ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
25598
+ "ItemCount": 100
25599
+ },
25600
+ {
25601
+ "ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
25602
+ "ItemCount": 350
25603
+ }
25604
+ ]
25605
+ },
25606
+ "/Lotus/Types/Recipes/Weapons/Skins/AtomosSolsticeSkinBlueprint": {
25607
+ "resultType": "/Lotus/Upgrades/Skins/Promo/Seasonal/TennobaumAtomosSkin",
25608
+ "buildPrice": 30000,
25609
+ "buildTime": 43200,
25610
+ "skipBuildTimePrice": 35,
25611
+ "consumeOnUse": true,
25612
+ "num": 1,
25613
+ "codexSecret": false,
25614
+ "excludeFromCodex": true,
25615
+ "ingredients": [
25616
+ {
25617
+ "ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
25618
+ "ItemCount": 3
25619
+ },
25620
+ {
25621
+ "ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
25622
+ "ItemCount": 775
25623
+ },
25624
+ {
25625
+ "ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
25626
+ "ItemCount": 100
25627
+ },
25628
+ {
25629
+ "ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
25630
+ "ItemCount": 350
25631
+ }
25632
+ ]
25633
+ },
25578
25634
  "/Lotus/Types/Recipes/Weapons/Skins/BurstonSolsticeSkinBlueprint": {
25579
25635
  "resultType": "/Lotus/Upgrades/Skins/Weapons/LongGuns/SolsticeBurston",
25580
25636
  "buildPrice": 30000,
@@ -25715,6 +25771,34 @@
25715
25771
  }
25716
25772
  ]
25717
25773
  },
25774
+ "/Lotus/Types/Recipes/Weapons/Skins/CycronSolsticeSkinBlueprint": {
25775
+ "resultType": "/Lotus/Upgrades/Skins/Promo/Seasonal/TennobaumCycronSkin",
25776
+ "buildPrice": 30000,
25777
+ "buildTime": 43200,
25778
+ "skipBuildTimePrice": 35,
25779
+ "consumeOnUse": true,
25780
+ "num": 1,
25781
+ "codexSecret": false,
25782
+ "excludeFromCodex": true,
25783
+ "ingredients": [
25784
+ {
25785
+ "ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
25786
+ "ItemCount": 3
25787
+ },
25788
+ {
25789
+ "ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
25790
+ "ItemCount": 775
25791
+ },
25792
+ {
25793
+ "ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
25794
+ "ItemCount": 100
25795
+ },
25796
+ {
25797
+ "ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
25798
+ "ItemCount": 350
25799
+ }
25800
+ ]
25801
+ },
25718
25802
  "/Lotus/Types/Recipes/Weapons/Skins/DaggerAxeBlueprint": {
25719
25803
  "resultType": "/Lotus/Upgrades/Skins/Axe/DaggerAxe",
25720
25804
  "buildPrice": 15000,
@@ -25965,6 +26049,62 @@
25965
26049
  }
25966
26050
  ]
25967
26051
  },
26052
+ "/Lotus/Types/Recipes/Weapons/Skins/DualKeresSolsticeSkinBlueprint": {
26053
+ "resultType": "/Lotus/Upgrades/Skins/Promo/Seasonal/TennobaumDualKeresSkin",
26054
+ "buildPrice": 30000,
26055
+ "buildTime": 43200,
26056
+ "skipBuildTimePrice": 35,
26057
+ "consumeOnUse": true,
26058
+ "num": 1,
26059
+ "codexSecret": false,
26060
+ "excludeFromCodex": true,
26061
+ "ingredients": [
26062
+ {
26063
+ "ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
26064
+ "ItemCount": 3
26065
+ },
26066
+ {
26067
+ "ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
26068
+ "ItemCount": 775
26069
+ },
26070
+ {
26071
+ "ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
26072
+ "ItemCount": 100
26073
+ },
26074
+ {
26075
+ "ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
26076
+ "ItemCount": 350
26077
+ }
26078
+ ]
26079
+ },
26080
+ "/Lotus/Types/Recipes/Weapons/Skins/FulminSolsticeSkinBlueprint": {
26081
+ "resultType": "/Lotus/Upgrades/Skins/Promo/Seasonal/TennobaumFulminSkin",
26082
+ "buildPrice": 30000,
26083
+ "buildTime": 43200,
26084
+ "skipBuildTimePrice": 35,
26085
+ "consumeOnUse": true,
26086
+ "num": 1,
26087
+ "codexSecret": false,
26088
+ "excludeFromCodex": true,
26089
+ "ingredients": [
26090
+ {
26091
+ "ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
26092
+ "ItemCount": 3
26093
+ },
26094
+ {
26095
+ "ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
26096
+ "ItemCount": 775
26097
+ },
26098
+ {
26099
+ "ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
26100
+ "ItemCount": 100
26101
+ },
26102
+ {
26103
+ "ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
26104
+ "ItemCount": 350
26105
+ }
26106
+ ]
26107
+ },
25968
26108
  "/Lotus/Types/Recipes/Weapons/Skins/GalatineSolsticeSkinBlueprint": {
25969
26109
  "resultType": "/Lotus/Upgrades/Skins/WinterSolstice/SolsticeGalatineSkin",
25970
26110
  "buildPrice": 30000,
@@ -25993,6 +26133,34 @@
25993
26133
  }
25994
26134
  ]
25995
26135
  },
26136
+ "/Lotus/Types/Recipes/Weapons/Skins/GramSolsticeSkinBlueprint": {
26137
+ "resultType": "/Lotus/Upgrades/Skins/Promo/Seasonal/TennobaumGramSkin",
26138
+ "buildPrice": 30000,
26139
+ "buildTime": 43200,
26140
+ "skipBuildTimePrice": 35,
26141
+ "consumeOnUse": true,
26142
+ "num": 1,
26143
+ "codexSecret": false,
26144
+ "excludeFromCodex": true,
26145
+ "ingredients": [
26146
+ {
26147
+ "ItemType": "/Lotus/Types/Items/MiscItems/Morphic",
26148
+ "ItemCount": 3
26149
+ },
26150
+ {
26151
+ "ItemType": "/Lotus/Types/Items/MiscItems/Salvage",
26152
+ "ItemCount": 775
26153
+ },
26154
+ {
26155
+ "ItemType": "/Lotus/Types/Items/MiscItems/Rubedo",
26156
+ "ItemCount": 100
26157
+ },
26158
+ {
26159
+ "ItemType": "/Lotus/Types/Items/MiscItems/Ferrite",
26160
+ "ItemCount": 350
26161
+ }
26162
+ ]
26163
+ },
25996
26164
  "/Lotus/Types/Recipes/Weapons/Skins/GrnAxeBlueprint": {
25997
26165
  "resultType": "/Lotus/Upgrades/Skins/HeavyAxe/GrnAxe",
25998
26166
  "buildPrice": 30000,
@@ -43685,6 +43853,7 @@
43685
43853
  "codexSecret": false,
43686
43854
  "excludeFromCodex": true,
43687
43855
  "hidden": true,
43856
+ "ingredients": [],
43688
43857
  "secretIngredientAction": "SIA_GILD_WEAPON",
43689
43858
  "secretIngredients": []
43690
43859
  },
@@ -43717,6 +43886,7 @@
43717
43886
  "codexSecret": false,
43718
43887
  "excludeFromCodex": true,
43719
43888
  "hidden": true,
43889
+ "ingredients": [],
43720
43890
  "secretIngredientAction": "SIA_GILD_WEAPON",
43721
43891
  "secretIngredients": []
43722
43892
  },
@@ -43730,6 +43900,7 @@
43730
43900
  "codexSecret": false,
43731
43901
  "excludeFromCodex": true,
43732
43902
  "hidden": true,
43903
+ "ingredients": [],
43733
43904
  "secretIngredientAction": "SIA_GILD_WEAPON",
43734
43905
  "secretIngredients": []
43735
43906
  },
@@ -8526,6 +8526,17 @@
8526
8526
  "compatName": "Ack & Brunt",
8527
8527
  "type": "MELEE"
8528
8528
  },
8529
+ "/Lotus/Upgrades/Mods/Melee/Event/Nightwave/NightwaveStalkerScytheAugmentMod": {
8530
+ "name": "/Lotus/Language/Mods/NightwaveStalkerScytheAugmentModName",
8531
+ "icon": "/Lotus/Interface/Cards/Images/Nightwave/NightwaveStalkerScytheAugmentMod.png",
8532
+ "polarity": "AP_ATTACK",
8533
+ "rarity": "RARE",
8534
+ "codexSecret": false,
8535
+ "baseDrain": 2,
8536
+ "fusionLimit": 5,
8537
+ "compatName": "Hate",
8538
+ "type": "MELEE"
8539
+ },
8529
8540
  "/Lotus/Upgrades/Mods/Melee/Event/CorpusArena/ProvaCorpusArenaMod": {
8530
8541
  "name": "/Lotus/Language/Mods/ProvaCorpusArenaMod",
8531
8542
  "icon": "/Lotus/Interface/Cards/Images/Melee/ProvaCorpusArenaMod.png",
@@ -9340,6 +9351,17 @@
9340
9351
  "compatName": "Parazon",
9341
9352
  "type": "PARAZON"
9342
9353
  },
9354
+ "/Lotus/Upgrades/Mods/Bows/Event/Nightwave/NightwaveStalkerBowAugmentMod": {
9355
+ "name": "/Lotus/Language/Mods/NightwaveStalkerBowAugmentModName",
9356
+ "icon": "/Lotus/Interface/Cards/Images/Nightwave/NightwaveStalkerBowAugmentMod.png",
9357
+ "polarity": "AP_ATTACK",
9358
+ "rarity": "RARE",
9359
+ "codexSecret": false,
9360
+ "baseDrain": 2,
9361
+ "fusionLimit": 5,
9362
+ "compatName": "Dread",
9363
+ "type": "PRIMARY"
9364
+ },
9343
9365
  "/Lotus/Upgrades/Mods/Aura/WarframeAuraWickedStrikesMod": {
9344
9366
  "name": "/Lotus/Language/Mods/WarframeAuraWickedStrikesName",
9345
9367
  "icon": "/Lotus/Interface/Cards/Images/Auras/WarframeAuraWickedStrikesMod.png",
@@ -6871,6 +6871,105 @@
6871
6871
  "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6872
6872
  }
6873
6873
  ]
6874
+ },
6875
+ {
6876
+ "storeItem": "/Lotus/StoreItems/Types/Recipes/Helmets/JadeAltHelmetBlueprint",
6877
+ "itemPrices": [
6878
+ {
6879
+ "ItemCount": 35,
6880
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6881
+ }
6882
+ ]
6883
+ },
6884
+ {
6885
+ "storeItem": "/Lotus/StoreItems/Upgrades/Mods/Rifle/Event/Arbitration/GrnGrenadeLauncherArbitrationMod",
6886
+ "itemPrices": [
6887
+ {
6888
+ "ItemCount": 20,
6889
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6890
+ }
6891
+ ]
6892
+ },
6893
+ {
6894
+ "storeItem": "/Lotus/StoreItems/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveAkjagaraAugmentMod",
6895
+ "itemPrices": [
6896
+ {
6897
+ "ItemCount": 20,
6898
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6899
+ }
6900
+ ]
6901
+ },
6902
+ {
6903
+ "storeItem": "/Lotus/StoreItems/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveTigrisAugmentMod",
6904
+ "itemPrices": [
6905
+ {
6906
+ "ItemCount": 20,
6907
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6908
+ }
6909
+ ]
6910
+ },
6911
+ {
6912
+ "storeItem": "/Lotus/StoreItems/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveTiberonAugmentMod",
6913
+ "itemPrices": [
6914
+ {
6915
+ "ItemCount": 20,
6916
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6917
+ }
6918
+ ]
6919
+ },
6920
+ {
6921
+ "storeItem": "/Lotus/StoreItems/Types/Recipes/Weapons/Skins/ArcaPlasmorSolsticeSkinBlueprint",
6922
+ "itemPrices": [
6923
+ {
6924
+ "ItemCount": 35,
6925
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6926
+ }
6927
+ ]
6928
+ },
6929
+ {
6930
+ "storeItem": "/Lotus/StoreItems/Types/Recipes/Weapons/Skins/AtomosSolsticeSkinBlueprint",
6931
+ "itemPrices": [
6932
+ {
6933
+ "ItemCount": 35,
6934
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6935
+ }
6936
+ ]
6937
+ },
6938
+ {
6939
+ "storeItem": "/Lotus/StoreItems/Types/Recipes/Weapons/Skins/CycronSolsticeSkinBlueprint",
6940
+ "itemPrices": [
6941
+ {
6942
+ "ItemCount": 35,
6943
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6944
+ }
6945
+ ]
6946
+ },
6947
+ {
6948
+ "storeItem": "/Lotus/StoreItems/Types/Recipes/Weapons/Skins/DualKeresSolsticeSkinBlueprint",
6949
+ "itemPrices": [
6950
+ {
6951
+ "ItemCount": 35,
6952
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6953
+ }
6954
+ ]
6955
+ },
6956
+ {
6957
+ "storeItem": "/Lotus/StoreItems/Types/Recipes/Weapons/Skins/FulminSolsticeSkinBlueprint",
6958
+ "itemPrices": [
6959
+ {
6960
+ "ItemCount": 35,
6961
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6962
+ }
6963
+ ]
6964
+ },
6965
+ {
6966
+ "storeItem": "/Lotus/StoreItems/Types/Recipes/Weapons/Skins/GramSolsticeSkinBlueprint",
6967
+ "itemPrices": [
6968
+ {
6969
+ "ItemCount": 35,
6970
+ "ItemType": "/Lotus/Types/Items/MiscItems/NoraIntermissionElevenCreds"
6971
+ }
6972
+ ]
6874
6973
  }
6875
6974
  ]
6876
6975
  },