Update all resources to 6.1

Update version to v1.18.0
This commit is contained in:
2025-11-03 18:03:11 +08:00
parent 3f678992d6
commit 2dccec3070
65 changed files with 29556 additions and 24587 deletions

View File

@@ -33,8 +33,7 @@ namespace GrasscutterTools.Game.Data.Excels
[JsonProperty("itemType"), JsonConverter(typeof(StringEnumConverter))]
public ItemType ItemType { get; set; }
[JsonProperty("materialType"), JsonConverter(typeof(StringEnumConverter))]
public MaterialType MaterialType { get; set; }
public string MaterialType { get; set; }
[JsonProperty("itemUse")]
public List<ItemUseData> ItemUse { get; set; }