From ee3a520606f8367fdddf0cb3160e227db4fb588f Mon Sep 17 00:00:00 2001 From: erwan-joly Date: Fri, 14 Aug 2026 16:48:18 +1200 Subject: [PATCH] chore: bump all NuGet packages to latest and add Game18NConstString 2851-2868 Co-Authored-By: Claude Fable 5 --- .../Game18NConstString.verified.cs | 60 +++++++++++++++++++ .../NosCore.Packets.Benchmark.csproj | 2 +- .../NosCore.Packets.Tests.csproj | 12 ++-- 3 files changed, 67 insertions(+), 7 deletions(-) diff --git a/src/NosCore.Packets/Enumerations/Game18NConstString.verified.cs b/src/NosCore.Packets/Enumerations/Game18NConstString.verified.cs index 98040c3f..46b5748e 100644 --- a/src/NosCore.Packets/Enumerations/Game18NConstString.verified.cs +++ b/src/NosCore.Packets/Enumerations/Game18NConstString.verified.cs @@ -11737,5 +11737,65 @@ public enum Game18NConstString : short // A party member's level is too low to continue. // APartyMemberSLevelIs = 2850, + // + // Destroy all the pillars by attacking them with the opposite element. + // + DestroyAllThePillarsByAttacking = 2851, + // + // Dodge the meteors! Try to avoid being hit as far as possible. + // + DodgeTheMeteorsTryToAvoid = 2852, + // + // Purify the twisted heroes! + // + PurifyTheTwistedHeroes = 2853, + // + // If you fail to purify them, everything is lost. + // + IfYouFailToPurifyThem = 2854, + // + // Defeat all mini-bosses. Only the opposite element can deal damage to them. + // + DefeatAllMiniBossesOnlyThe = 2855, + // + // Celine, Grand Master of the Petal Knights + // + CelineGrandMasterOfThePetal = 2856, + // + // Unequip the amulet first, then you can use the scroll for betting. + // + UnequipTheAmuletFirstThenYou = 2857, + // + // The shell engraving can only be applied to champion level equipment. + // + TheShellEngravingCanOnlyBe = 2861, + // + // That is someone else's exclusive item. Shell upgrades can only be performed on your own exclusive items. + // + ThatIsSomeoneElseSExclusive = 2862, + // + // The shell engraving is complete. + // + TheShellEngravingIsComplete = 2863, + // + // The effect stats could not be re-rolled. + // + TheEffectStatsCouldNotBe = 2864, + // + // Chat is accessible from rank NosBlue or level 65+. + // + ChatIsAccessibleFromRankNosBlue = 2865, + // + // This item can be used from rank NosBlue or level 65+. + // + ThisItemCanBeUsedFrom = 2866, + // + // NosMates can be summoned from rank NosBlue or level 65+. + // + NosMatesCanBeSummonedFromRank = 2867, + // + // Defeat all mini-bosses. + // + DefeatAllMiniBosses = 2868, } } diff --git a/test/NosCore.Packets.Benchmark/NosCore.Packets.Benchmark.csproj b/test/NosCore.Packets.Benchmark/NosCore.Packets.Benchmark.csproj index 47eab077..9279c99e 100644 --- a/test/NosCore.Packets.Benchmark/NosCore.Packets.Benchmark.csproj +++ b/test/NosCore.Packets.Benchmark/NosCore.Packets.Benchmark.csproj @@ -10,7 +10,7 @@ - + diff --git a/test/NosCore.Packets.Tests/NosCore.Packets.Tests.csproj b/test/NosCore.Packets.Tests/NosCore.Packets.Tests.csproj index 455e1b8d..3fbd8cb4 100644 --- a/test/NosCore.Packets.Tests/NosCore.Packets.Tests.csproj +++ b/test/NosCore.Packets.Tests/NosCore.Packets.Tests.csproj @@ -9,17 +9,17 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - - + + + +