Skip to content

Commit

Permalink
Adds a new widget for th structured sidebar with all midsize bodygrap…
Browse files Browse the repository at this point in the history
…hs (i.e. the ones structured uses for "Health + Status" et al) side by side with nothing else, for use with Health + Overmap because I like the way the midsize bodygraphs look and don't want to have to choose just one of them to display (CleverRaven#60244)
  • Loading branch information
foul-fortune-feline authored Aug 19, 2022
1 parent eb2af2a commit d17c11d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/ui/structured/sidebar-structured.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"structured_health_temp_layout",
"structured_health_overmap_layout",
"structured_health_sa_layout",
"structured_all_body_graphs_layout",
"separator",
"structured_all_weariness_text_layout",
"structured_all_weariness_graph_layout",
Expand Down
13 changes: 13 additions & 0 deletions data/json/ui/structured/structured_health_blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@
"structured_health_right_layout"
]
},
{
"id": "structured_all_body_graphs_layout",
"type": "widget",
"copy-from": "structured_health_encumb_layout",
"label": "All Bodygraphs",
"description": "Bodygraphs for bodypart <color_yellow>encumbrance</color>, <color_yellow>hitpoints</color>, <color_yellow>temperature</color>, and <color_yellow>status</color> (bite, etc.).\n\nIntended for use with the <color_yellow>Health + Overmap</color> widget.",
"widgets": [
"structured_body_graph_encumb_layout",
"structured_body_graph_layout",
"structured_body_graph_temp_layout",
"structured_body_graph_status_layout"
]
},
{
"id": "structured_health_tiny_body_graphs_layout",
"type": "widget",
Expand Down

0 comments on commit d17c11d

Please sign in to comment.