Something with the grouplist seems to be a bit off on the sorting by name?
https://i.imgur.com/OLmLZwG.png
Printable View
Something with the grouplist seems to be a bit off on the sorting by name?
https://i.imgur.com/OLmLZwG.png
Updates (from Ikael)
- [SW] Combatants can be targeted without need to assign their tokens on map
- [SW] Minor combat tracker layout and functionality updates
- [SW] Fixes to SW Deluxe GM Guide module
- [SW] Fixes to SW Deluxe Player Guide module
- [SW] Skill was not detected if it had hyphen in its name. Fixed.
- [SW] Force against Parry feature did not work. Fixed.
JPG
@celestian,
The grouped list only sorts groups currently, and the group order can be defined and falls back to alphabetical. The items don't sort at all currently. It outputs the records in the order they are defined in the data sources. This allows armor tables to be defined in the order they are printed. Based on this example, I'm thinking I need to add sort ordering options (by name by default; but allow options like sort by ascending AC, then by name, for the armor listing.)
Regards,
JPG
I don't know if this is just me but... the player version of the items list.... I tweaked it and had it only list the "identified" items in those lists.
Just copied the same button template and added _player (button_item_weapons_player, button_item_armor_player) and then added this to the filter for weapon and armor.
It should only filter for that if the ID flag is enabled.Code:if OptionsManager.isOption("MIID", "on") then
table.insert(rList.aFilters, { sDBField = "isidentified", vFilterValue = 1 });
end
Probably could just check for User.isHost instead of 2 templates.
Not sure if this useful but I thought I'd throw it out there. My players would just see a lot of "Gold Ring" for magic rings or "Wand" or "Unidentified items" for non-IDd items.
Also, the grouplists from the npc/items have the shortcuts (unlike the ref manual with a <source>).
Hmm, good point. I'll look at adding that to the built in lists.
Cheers,
JPG
Question, didn't the "eye" for hidden/shown used to be clickable in the combat tracker on effects?
https://i.imgur.com/zGFFSJl.png
This is not specific to 3.3.2 btw.
Maybe I'm thinking of something else but it sure would be useful if the eye wasn't behind the number there so I could toggle the effect hidden or not.
That field is the turn order the effect decrements on, IIRC. To make an effect hidden from the players, change the visibility to GM, like your first line has ("IMMUNE: acid").