Difference between revisions of "Thread:Talk:Polylunar/Guaranteed Hit?/reply"

From Robowiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
  
 
max escape angle never changes for the same bullet power, and bot wdith in radians is roughly 18 / distance. Then, as long as the distance is close enough, random hit rate can be close enough to 1, making a hit guaranteed.
 
max escape angle never changes for the same bullet power, and bot wdith in radians is roughly 18 / distance. Then, as long as the distance is close enough, random hit rate can be close enough to 1, making a hit guaranteed.
 +
 +
note that the actual hit rate formula is harder to calc when edge cases is considered, but the main factors affecting hit rate is still covered.

Revision as of 03:42, 24 July 2018

hit rate of max escape angle based random targeting is roughly bot width in radians / max escape angle

max escape angle never changes for the same bullet power, and bot wdith in radians is roughly 18 / distance. Then, as long as the distance is close enough, random hit rate can be close enough to 1, making a hit guaranteed.

note that the actual hit rate formula is harder to calc when edge cases is considered, but the main factors affecting hit rate is still covered.