【F11窗口】增加 自动回甲缩放系数 展示

main
刘涛 2026-05-27 14:48:57 +08:00
parent b26781135f
commit d61cf4b1c2
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ namespace FightDebug
_ShowLabel("移动速度:", unit.fightData.moveSpeed + "");
_ShowLabel("基础移动速度:", unit.fightData.baseMoveSpeed + "");
_ShowLabel("士气恢复缩放系数:", unit.fightData.moraleRecoverScale.ToString("F2") + "x");
_ShowLabel("自动回甲缩放系数:", unit.fightData.autoRecoverShieldScale.ToString("F2") + "x");
_ShowAvoidBuffIds();
_ShowDodgeValue();
_ShowInvestigateInfo();