Consider speed when both Aim and Speed are on roughly equal levels #1

Closed
opened 2020-03-02 23:12:16 +00:00 by Lithium · 1 comment
Lithium commented 2020-03-02 23:12:16 +00:00 (Migrated from zxq.co)

As long as aim is > speed, consider the % difference between these 2.

Ratio = Speed / Aim

If Ratio < 0.2, take 10% of speed and use that as full value

If 0.2 < Ratio < 0.5, take 33% of speed and use that as full value

If 0.5 < Ratio < 0.75, take 50% of Speed and use that as full value

if 0.75 < Ratio < 0.85, take 66% of Speed and use that as full value

If 0.85 < Ratio, take 80% of speed and use that as full value

As long as aim is > speed, consider the % difference between these 2. Ratio = Speed / Aim If Ratio < 0.2, take 10% of speed and use that as full value If 0.2 < Ratio < 0.5, take 33% of speed and use that as full value If 0.5 < Ratio < 0.75, take 50% of Speed and use that as full value if 0.75 < Ratio < 0.85, take 66% of Speed and use that as full value If 0.85 < Ratio, take 80% of speed and use that as full value
Lithium commented 2020-03-05 20:51:15 +00:00 (Migrated from zxq.co)

fixed

fixed
Lithium (Migrated from zxq.co) closed this issue 2020-11-26 16:48:44 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Lithium/oppai-ng#1
No description provided.