mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
添加治疗吸收字段支持,更新屏幕扫描结果结构,调整状态构建逻辑以包含治疗吸收数据,并在模块编辑器中添加相应选项。
This commit is contained in:
@@ -66,7 +66,8 @@ public sealed class ModuleEditorControl : UserControl
|
||||
{
|
||||
"生命值",
|
||||
"职责",
|
||||
"驱散"
|
||||
"驱散",
|
||||
"治疗吸收"
|
||||
};
|
||||
// 条件动态数值"类型"下拉: 决定"数值"可选项的过滤类别, 顺序与界面一致。
|
||||
private static readonly (string Text, ConditionFieldCategory Category)[] AdjustmentTypeOptions =
|
||||
|
||||
Reference in New Issue
Block a user