Advanced information for the hero's path #3386
LeHerosInconnu
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Advanced information for the hero's path.
Sometimes it would be useful to determine if the hero has enough movement to perform several actions in a row for the current turn or to determine how many turns will be needed to perform several actions.
This would make it possible to do so.
Picture 1.

(1) One click to the destination shows the path, another click the hero moves to the destination.
Picture 2.

(1) One click to the destination shows the path.
(2) Move the mouse cursor over another destination shows if the hero can reach the other destination in the same turn. The attack mouse cursor displays the number "1" to show this. If the hero cannot reach the second destination in the same turn, the attack mouse cursor displays the number "2" (or "3" etc. accordingly).
So, in this case, the hero can attack the orcs and can attack the nomades in the same turn.
Picture 3.

(1) One click to the destination shows the path.
(3) Move the mouse cursor over another destination shows if the hero can reach the other destination in the same turn. The horse mouse cursor displays the number "1" to show this. If the hero cannot reach the second destination in the same turn, the horse mouse cursor displays the number "2" (or "3" etc. accordingly).
So, in this case, the hero can attack the orcs and can move to the shrine in the same turn.
Picture 4.

A pathfinding option is activated.
Press the "F1" keyboard once to activate this mode. Press again the "F1" keyboard to exit this mode. The mouse wheel button (or the central mouse button) can also activate/exit this mode.
In this mode, it's possible to add multiple following destinations.
(1) One click to the first destination shows the path. A green cross with the number "1" shows the first destination.
(2) Another click to the second destination adds arrows and a second green cross with the number "2".
(3) Another click to the third destination adds arrows and a third green cross with the number "3".
The attack mouse cursor displays the number "1" to show that the hero can reach the third destination in the same turn (the arrows and crosses color changes when necessary if the hero can not reach the selected destinations in the same turn).
So, in this case, the hero can attack the rogues, move to the mine and attack the nomades in the same turn.
(4) The letter "C" is displayed on the movement button (horse) to indicate the "Control Path" is activated.
This is just a forecast path, the player must exit the "Control Path" mode to move the hero.
Beta Was this translation helpful? Give feedback.
All reactions