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; }

View File

@@ -17,8 +17,6 @@
*
**/
using GrasscutterTools.Game.Props;
using Newtonsoft.Json;
namespace GrasscutterTools.Game.Data.Excels
@@ -27,7 +25,7 @@ namespace GrasscutterTools.Game.Data.Excels
internal class SceneData : GameResource
{
[JsonProperty("type")]
public SceneType SceneType { get; set; }
public string SceneType { get; set; }
[JsonProperty("scriptData")]
public string ScriptData { get; set; }