X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Bot.md;h=21feef451b03de97df7eeca1ba4295cf77d52f7b;hb=19e775a11d31908369f1f1c8e1c230e008739278;hp=1132c034d67e2933dc883f08902761a1934c19f2;hpb=c3b2979ac373829db63d7fdd0c94fe8f78d53a4c;p=xonotic%2Fxonotic.wiki.git diff --git a/Bot.md b/Bot.md index 1132c03..21feef4 100644 --- a/Bot.md +++ b/Bot.md @@ -18,7 +18,7 @@ Pathfinding - A\* based -- Cached nodes ** +- Cached nodes _(applies to both plans)_ - This means that most of map discovery or waypoint creation will be done offline Navigation @@ -38,10 +38,10 @@ Navigation - Never, ever, get stuck in the same place. Wander around if there nothing better to do. -- Able to rocket-jump ** +- Able to rocket-jump _(as a last resource measure, when they're thrown into space void)_ - Plan A - Waypoint based - - Avoid path congestion ** + - Avoid path congestion _(this happens when more than one bot on the same team are traveling over the same path)_ - Filter insanely quick movements (aka shaking)