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

Some units starting with all command options selected #9

Closed
shaner11 opened this issue Jul 19, 2024 · 1 comment · Fixed by #12
Closed

Some units starting with all command options selected #9

shaner11 opened this issue Jul 19, 2024 · 1 comment · Fixed by #12
Labels
bug Something isn't working

Comments

@shaner11
Copy link

Describe the bug
When some units are added to the roster, all models in the unit have every command option selected causing the list to be illegal until deselecting all but one option. This does not happen for all units, but I have found two that cause it so far.

To Reproduce
Add with a unit of plague drones (maggotkin) or Clanrats (Skaven) to a roster.

Screenshots
Screenshot 2024-07-19 165402

Device and data (please complete the following information):
New Recruit on both Android and Desktop

Additional context
Clanrats also have fewer models in the unit than required when added (see screenshot)

@shaner11 shaner11 added the bug Something isn't working label Jul 19, 2024
@shaner11
Copy link
Author

shaner11 commented Jul 19, 2024

Updade

Upon further investigation this issue has been caused by incorrect 'Default Amount' settings on the various users. In the case of the plague drones the default amount for all of the command model options was simply 1.

For an even more exaggerated version of the issue, add a unit of Blood Warriors to a Khorne list and you'll get this.
Screenshot 2024-07-19 191822

This is caused by the Goreglaive option being set to a default amount of 0,1 which is applying 1 Goreglaive to all but the first stack:
Screenshot 2024-07-19 192002

Champion is marked as 1, so it is added to all stacks:
Screenshot 2024-07-19 192113

Standard bearer is set to 0,1 causing the same spread as the Goreglaive
Screenshot 2024-07-19 192223

I tested some changes and setting the default amounts as follows gave a legal loadout:

  • Blood Warrior: 1,1,1,7
  • Goreaxe: 1,1,0,1
  • Goreglaive: 0,0,1,0
  • Champion: 1,0,0,0
  • Standard Bearer: 0,1,0,0
    Screenshot 2024-07-19 201248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant