(context);
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
+const OffsetDirection = (props, context) => {
+ const { dir } = props;
+ const { data, act } = useBackend(context);
+ return (
+
+
+ );
+};
+
+const PositionAdjuster = (props, context) => {
+ const { act, data } = useBackend(context);
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
+const ScopePosition = (props, context) => {
+ const { dir } = props;
+ const { data, act } = useBackend(context);
+ return (
+
+
+ );
+};
+
+const SecondarySection = (props, context) => {
+ const { data, act } = useBackend(context);
+ return (
+
+
+
+
+
+
+ Recharge
+
+
+
+
+
+ Scope Drift: {data.current_scope_drift}%
+
+
+
+
+
+ Fire Readiness
+
+
+
+ );
+};
+
+export const VultureScope = (props, context) => {
+ const { act, data } = useBackend(context);
+ return (
+
+
+
+
+
+
+ );
+};