Skip to content

Commit

Permalink
Merge pull request #2185 from planetarium/v200091-latest-data-update
Browse files Browse the repository at this point in the history
Latest data update. (v200091)
  • Loading branch information
ipdae authored Oct 27, 2023
2 parents aa95dcf + 6d6ff04 commit dd343eb
Show file tree
Hide file tree
Showing 89 changed files with 5,198 additions and 3,196 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ private static void Execute(
var recipe = equipmentItemRecipeSheet.OrderedList!.First(r =>
r.ResultEquipmentId == equipment.Id);
Assert.NotNull(recipe);
Assert.Equal(3, recipe.SubRecipeIds.Count);
Assert.Equal(2, recipe.SubRecipeIds.Count);
Assert.True(equipmentItemSubRecipeSheetV2.TryGetValue(
recipe.SubRecipeIds[1],
out var subRecipe));
Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment10Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace Lib9c.Tests.Action
using System.Collections.Immutable;
using System.Globalization;
using System.Linq;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -16,6 +17,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down Expand Up @@ -46,6 +48,8 @@ public CombinationEquipment10Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);

Expand Down
3 changes: 3 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment11Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace Lib9c.Tests.Action
using System.Globalization;
using System.Linq;
using Bencodex.Types;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand Down Expand Up @@ -49,6 +50,8 @@ public CombinationEquipment11Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);

Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment12Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace Lib9c.Tests.Action
using System.Globalization;
using System.Linq;
using Bencodex.Types;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -21,6 +22,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Nekoyume.TableData.Crystal;
using Serilog;
using Xunit;
Expand Down Expand Up @@ -55,6 +57,8 @@ public CombinationEquipment12Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);

Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment13Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Globalization;
using System.Linq;
using Bencodex.Types;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -17,6 +18,7 @@
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Nekoyume.TableData.Crystal;
using Serilog;
using Xunit;
Expand Down Expand Up @@ -51,6 +53,8 @@ public CombinationEquipment13Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);

Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment14Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Globalization;
using System.Linq;
using Bencodex.Types;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -17,6 +18,7 @@
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Nekoyume.TableData.Crystal;
using Serilog;
using Xunit;
Expand Down Expand Up @@ -51,6 +53,8 @@ public CombinationEquipment14Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);

Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment15Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace Lib9c.Tests.Action
using System.Globalization;
using System.Linq;
using Bencodex.Types;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -17,6 +18,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Nekoyume.TableData.Crystal;
using Serilog;
using Xunit;
Expand Down Expand Up @@ -51,6 +53,8 @@ public CombinationEquipment15Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);

Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment3Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ namespace Lib9c.Tests.Action
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -12,6 +13,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down Expand Up @@ -42,6 +44,8 @@ public CombinationEquipment3Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);
var agentState = new AgentState(_agentAddress);
Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment4Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ namespace Lib9c.Tests.Action
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -12,6 +13,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down Expand Up @@ -42,6 +44,8 @@ public CombinationEquipment4Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);
var agentState = new AgentState(_agentAddress);
Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment5Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ namespace Lib9c.Tests.Action
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -12,6 +13,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down Expand Up @@ -42,6 +44,8 @@ public CombinationEquipment5Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);
var agentState = new AgentState(_agentAddress);
Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment6Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace Lib9c.Tests.Action
using System.Collections.Immutable;
using System.Globalization;
using System.Linq;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -13,6 +14,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down Expand Up @@ -44,6 +46,8 @@ public CombinationEquipment6Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);
var agentState = new AgentState(_agentAddress);
Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment7Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace Lib9c.Tests.Action
using System.Collections.Immutable;
using System.Globalization;
using System.Linq;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -13,6 +14,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down Expand Up @@ -44,6 +46,8 @@ public CombinationEquipment7Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);
var agentState = new AgentState(_agentAddress);
Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment8Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace Lib9c.Tests.Action
using System.Collections.Immutable;
using System.Globalization;
using System.Linq;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -15,6 +16,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down Expand Up @@ -45,6 +47,8 @@ public CombinationEquipment8Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);

Expand Down
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/CombinationEquipment9Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace Lib9c.Tests.Action
using System.Collections.Immutable;
using System.Globalization;
using System.Linq;
using Lib9c.Tests.Fixtures.TableCSV;
using Libplanet.Action;
using Libplanet.Action.State;
using Libplanet.Crypto;
Expand All @@ -15,6 +16,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Serilog;
using Xunit;
using Xunit.Abstractions;
Expand Down Expand Up @@ -45,6 +47,8 @@ public CombinationEquipment9Test(ITestOutputHelper outputHelper)
)
);
var sheets = TableSheetsImporter.ImportSheets();
sheets[nameof(EquipmentItemRecipeSheet)] =
EquipmentItemSheetFixture.EquipmentItemRecipeSheetWithMimisbrunnr;
_random = new TestRandom();
_tableSheets = new TableSheets(sheets);

Expand Down
Loading

0 comments on commit dd343eb

Please sign in to comment.