mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
perf: allow some avatars create an extra summon unit
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
using EggLink.DanhengServer.Data.Config.SummonUnit;
|
||||
using EggLink.DanhengServer.Enums.Avatar;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Converters;
|
||||
|
||||
namespace EggLink.DanhengServer.Data.Excel;
|
||||
|
||||
@@ -7,6 +10,9 @@ public class SummonUnitDataExcel : ExcelResource
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public string JsonPath { get; set; } = "";
|
||||
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public SummonUnitUniqueGroupEnum UniqueGroup { get; set; }
|
||||
public bool DestroyOnEnterBattle { get; set; }
|
||||
public bool RemoveMazeBuffOnDestroy { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user