Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions src/NosCore.Packets/Enumerations/Game18NConstString.verified.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11737,5 +11737,65 @@ public enum Game18NConstString : short
// A party member's level is too low to continue.
// <summary>
APartyMemberSLevelIs = 2850,
// <summary>
// Destroy all the pillars by attacking them with the opposite element.
// <summary>
DestroyAllThePillarsByAttacking = 2851,
// <summary>
// Dodge the meteors! Try to avoid being hit as far as possible.
// <summary>
DodgeTheMeteorsTryToAvoid = 2852,
// <summary>
// Purify the twisted heroes!
// <summary>
PurifyTheTwistedHeroes = 2853,
// <summary>
// If you fail to purify them, everything is lost.
// <summary>
IfYouFailToPurifyThem = 2854,
// <summary>
// Defeat all mini-bosses. Only the opposite element can deal damage to them.
// <summary>
DefeatAllMiniBossesOnlyThe = 2855,
// <summary>
// Celine, Grand Master of the Petal Knights
// <summary>
CelineGrandMasterOfThePetal = 2856,
// <summary>
// Unequip the amulet first, then you can use the scroll for betting.
// <summary>
UnequipTheAmuletFirstThenYou = 2857,
// <summary>
// The shell engraving can only be applied to champion level equipment.
// <summary>
TheShellEngravingCanOnlyBe = 2861,
// <summary>
// That is someone else's exclusive item. Shell upgrades can only be performed on your own exclusive items.
// <summary>
ThatIsSomeoneElseSExclusive = 2862,
// <summary>
// The shell engraving is complete.
// <summary>
TheShellEngravingIsComplete = 2863,
// <summary>
// The effect stats could not be re-rolled.
// <summary>
TheEffectStatsCouldNotBe = 2864,
// <summary>
// Chat is accessible from rank NosBlue or level 65+.
// <summary>
ChatIsAccessibleFromRankNosBlue = 2865,
// <summary>
// This item can be used from rank NosBlue or level 65+.
// <summary>
ThisItemCanBeUsedFrom = 2866,
// <summary>
// NosMates can be summoned from rank NosBlue or level 65+.
// <summary>
NosMatesCanBeSummonedFromRank = 2867,
// <summary>
// Defeat all mini-bosses.
// <summary>
DefeatAllMiniBosses = 2868,
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions test/NosCore.Packets.Tests/NosCore.Packets.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="10.0.0">
<PackageReference Include="coverlet.collector" Version="10.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="MSTest.TestAdapter" Version="4.2.1" />
<PackageReference Include="MSTest.TestFramework" Version="4.2.1" />
<PackageReference Include="NosCore.ParserInputGenerator" Version="4.0.0" />
<PackageReference Include="Verify.MSTest" Version="31.16.1" />
<PackageReference Include="MSTest.TestAdapter" Version="4.3.3" />
<PackageReference Include="MSTest.TestFramework" Version="4.3.3" />
<PackageReference Include="NosCore.ParserInputGenerator" Version="4.1.0" />
<PackageReference Include="Verify.MSTest" Version="31.28.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading