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

Annoying sort order on monsters abilities & equipment list #35

Closed
crazyclausewitz opened this issue Jan 16, 2022 · 1 comment
Closed
Labels
enhancement New feature or request good first issue Good for newcomers monster-sheet Related to the monster sheet, but not the inventory tab

Comments

@crazyclausewitz
Copy link

Right now the sort order on the monsters abilities & equipment list is quite annoying:

  • If no attack pattern marker is selected the sort order is completely random (this seems to be the order in which the items were originally added to the list)
  • If attack pattern marker are selected the group items are moved to the end of the list and the order in which abilities and weapons appear is rather random.

Please consider changing the sort order to this:

  • Items with attack pattern selected always go first in the list. In order: green, red, yellow, purple, blue, orange, white
  • Within each group of identical attack patterns, items are sorted: Weapons first, abilities second
  • Within each group of identical item classes (weapons, abilites, armour, items) the items are sorted alphabetically
@freohr freohr added bug Something isn't working monster-sheet Related to the monster sheet, but not the inventory tab enhancement New feature or request good first issue Good for newcomers and removed bug Something isn't working labels Jan 17, 2022
hogwrassler added a commit to hogwrassler/ose that referenced this issue Aug 14, 2022
order rework. sort by attack pattern, then weapons before abilities,
then alphabetical.  Sort inventory and spells alphabetically within groups.
Set ability default attack pattern to transparent, and allow to cycle
 back to transparent attack pattern.
@anthonyronda anthonyronda added this to the 1.6.4 milestone Sep 2, 2022
anthonyronda added a commit that referenced this issue Sep 7, 2022
Issue #35: monster abilities and equipment sort order rework
@anthonyronda anthonyronda removed this from the 1.6.4 milestone Sep 30, 2022
@anthonyronda
Copy link
Member

Fixed in #203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers monster-sheet Related to the monster sheet, but not the inventory tab
Projects
None yet
Development

No branches or pull requests

3 participants