-
Notifications
You must be signed in to change notification settings - Fork 171
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
Awards use Clusters #852
Comments
Im getting to it. Will create duplicate ribbon and medal images with bronze, silver, and gold stars for multiple awarded awards unless bandildo wants to code the program to array the stars or devices over the ribbons, medals but, making new images will be easier. and also am going to throw my ranks and service stripe images in the misc folder so those will display below the medals. |
what we could do, for multiple awards is have something like: And code it so it will automatically look for _2, _3, etc, depending the previously awards awarded. But then we have to answer these questions:
|
For awards available multiple times you can reduce the number of medals/ribbons in your folder if the program would handle it like this: for each additional wound you start with the wound badge ribbon again until you get gold again and upon recieving the another wound you get another medal (wound medal silver for example) which replaces all Wound medals and ribbons recieved so far. Unfortunatly I have no idea how to code this... |
Closed by #881. |
I discovered that when you assign an award multiple times, it adds the ribbon image multiple times. It should assign the ribbon only on the first instance. I assume you guys don't want to add images for each ribbon with dozens of clusters on them. So, Mekhq could support adding the award more than once in the personnel event log and only once as an image.
The text was updated successfully, but these errors were encountered: