mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
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:
@@ -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; } = [];
|
||||
|
||||
Reference in New Issue
Block a user