public float calculateATBIncrement(BattleState state) { if (state.getState() == BattleState.State.Idle) return (Time.deltaTime); return 0; }