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

Battle movement text is different #89

Open
ccmaster001 opened this issue May 20, 2024 · 1 comment
Open

Battle movement text is different #89

ccmaster001 opened this issue May 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ccmaster001
Copy link

Ship movment is at least named different then is stars.
Stars
0,5 - 2,5

image

@sirgwain sirgwain added the enhancement New feature or request label May 20, 2024
@sirgwain
Copy link
Owner

sirgwain commented Jun 1, 2024

Yeah, I should document it better. I always found the movement super confusing in Stars!. I implemented it the same, but it's basically like this:

Ship movement is stored as movement points divided over 4 round blocks, of which there are 4 of
those per battle (i.e. 16 rounds). A token's movement point is divided among the 4 round block, with movements being added in this order:

1, 3, 2, 4

A ship with 3 movement will move in the 1st, 3rd, and 2nd round, but not the fourth.

movement/4 1 2 3 4
2 1 0 1 0
3 1 1 0 1
4 1 1 1 1
5 2 1 1 1
6 2 1 2 1
7 2 2 1 2
8 2 2 2 2
9 3 2 2 2
10 3 2 3 2

@sirgwain sirgwain changed the title Ship movment is different Battle movement text is different Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants