Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paragon board location can't be set adjacent to starting board #32

Open
collin-garvey opened this issue May 26, 2023 · 4 comments
Open

Comments

@collin-garvey
Copy link

Scenario:

After exiting the starting board, I place a board above it at position [2]. From this board I exit to the right to position [3]. If this third board has a bottom exit gate, I cannot position a board below position [3] (aka directly to the right of the starting board) to accurately simulate this visually. It seems the board grid locations might need to be expanded to account for this, unless there's something in-game that prevents this positioning.

Screenshot 2023-05-26 115638

@erismo
Copy link

erismo commented May 26, 2023

I came here to post the same problem.
All the other gates work on that board except the one going down toward the Starting board.

Sorcerer Paragon Board Gate Issue

@Lothrik
Copy link
Owner

Lothrik commented May 27, 2023

Unfortunately that's unlikely to change, at least in the immediate future. Allowing pathing down below the starting board would mean I'd need to handle the "origin" board positions in a completely different manner.

In the vast majority of scenarios you can avoid this issue by rotating your boards and aiming your exit gate up instead of down.

@FBrebion
Copy link

One related issue is that once you've attached a Paragon board and it changed its location, and finally decide you don't want to use that board, you can't move it back to the "unused" position (besides the Start board). So you're forced to move it to an away location to not interfere with your active boards.

@Lothrik
Copy link
Owner

Lothrik commented May 27, 2023

One related issue is that once you've attached a Paragon board and it changed its location, and finally decide you don't want to use that board, you can't move it back to the "unused" position (besides the Start board). So you're forced to move it to an away location to not interfere with your active boards.

You can do this by clicking the arrows to reposition and entering 0 (or any other invalid grid location).

I added a note about this to the grid positioning prompt, as this feature has been around for ages but it wasn't exactly obvious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants