For a bit more clarity, we could add tooltip to both the Deprived and the Filled Slots boxes.
Deprived tooltip could look like: 'Deprived PCs cannot recover HP. If deprived for more than a day, they add a Fatigue to inventory.'
Filled Slots tooltip could look like: 'Filling all ten item slots reduces a PC to 0 HP.'
As both of these are instances of the RowBoxWithLabel component, tooltip option would need to be added to it (similar to e.g. InPlaceEditBox). Open to suggestions on which other tooltips could be added, if any at all.
For a bit more clarity, we could add tooltip to both the
Deprived
and theFilled Slots
boxes.Deprived
tooltip could look like: 'Deprived PCs cannot recover HP. If deprived for more than a day, they add a Fatigue to inventory.'Filled Slots
tooltip could look like: 'Filling all ten item slots reduces a PC to 0 HP.'As both of these are instances of the
RowBoxWithLabel
component, tooltip option would need to be added to it (similar to e.g.InPlaceEditBox
). Open to suggestions on which other tooltips could be added, if any at all.