mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
Refactor Warlock and Warrior configuration files to enhance spell and ability tracking
- Updated spell and ability names for clarity and consistency in Warlock.json and Warrior.json. - Renamed various attributes to include timing indicators (正计时 and 倒计时) for better tracking of spell casting. - Adjusted step values for spells and abilities to maintain proper order after renaming. - Added new attributes for focus spells and their interruptibility in both configuration files. - Ensured all changes maintain compatibility with existing functionality while improving readability.
This commit is contained in:
@@ -10,7 +10,12 @@ internal sealed class ModuleDependencyService
|
||||
ClassStateCatalog.CategoryItem,
|
||||
ClassStateCatalog.CategoryConfig,
|
||||
ClassStateCatalog.CategoryTarget,
|
||||
ClassStateCatalog.CategoryFocus
|
||||
ClassStateCatalog.CategoryFocus,
|
||||
ClassStateCatalog.CategoryBoss1,
|
||||
ClassStateCatalog.CategoryBoss2,
|
||||
ClassStateCatalog.CategoryBoss3,
|
||||
ClassStateCatalog.CategoryBoss4,
|
||||
ClassStateCatalog.CategoryBoss5
|
||||
];
|
||||
|
||||
private readonly string _classDirectory;
|
||||
|
||||
Reference in New Issue
Block a user