【F11窗口】增加 自动回甲缩放系数 展示
parent
b26781135f
commit
d61cf4b1c2
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue