Proposal: Navigation
Reached quorum 8 votes to 0. Enacted by Kevan.
Adminned at 12 Aug 2016 17:18:20 UTC
Replace the text of the rule “Sailing” with
As a daily action, a Hunter may set sail on the Golden Archipelago, changing their location to an island whose distance from the island that Hunter is currently on is less than or equal to their ship’s Speed. The distance between two islands is defined as X + Y - min(X,Y)/2, rounded towards zero, where X and Y are the absolute differences between their first and second coordinate, respectively, and min(X,Y) the minimum of X and Y.
If the majority of EVCs on this Proposal contain the word “slowdown”, change all occurences of “min” to “max” and “minimum” to “maximum” in the new text of this rule.
Defining “two diagonal moves count as three moves” more precisely.
Bucky:
Note: So a 1x1 diagonal is distance 1+1 - 1/2, rounded to 1?