feat: update warrior keymap and add priest keymap with new skills and hotkeys

- Modified warrior keymap to change the unit for "拳击" and ensure proper formatting.
- Introduced a new ReservedUnit class to manage reserved units and their display names.
- Added a comprehensive priest keymap with multiple skills and corresponding hotkeys, enhancing gameplay functionality.
This commit is contained in:
waynebian01
2026-07-30 01:32:16 +08:00
parent e8eb687da9
commit e7cdbe6f2a
28 changed files with 2198 additions and 294 deletions

View File

@@ -4,7 +4,7 @@ internal static class ModuleDisplay
{
public static string FormatListItem(ModuleDefinition module)
{
return $"{module.Name} [{FormatMatch(module.Match)}]";
return module.Name;
}
public static string FormatMatch(ModuleMatch match)