Feature: Better Chess Rogue Room & Fix Bugs

- The room in chess rogue will be more
- Fix a res bug ( recommend to use Andy's res )
This commit is contained in:
Somebody
2024-07-07 17:15:21 +08:00
parent 91168483a7
commit e514af7678
19 changed files with 1769 additions and 414 deletions

View File

@@ -18,7 +18,8 @@ namespace EggLink.DanhengServer.Data.Config
public int ID { get; set; }
public int SummonUnitID { get; set; }
public bool TriggerBattle { get; set; } = true;
// Here's a conflict between Dimbreath's res and Andy's res ( we recommend to use the one from Andy's res )
public bool TriggerBattle { get; set; } = false;
public List<TaskInfo> OnAttack { get; set; } = [];
public List<TaskInfo> OnBattle { get; set; } = [];