Convert hardcoded display text widgets to conditional clauses #55076
Labels
[C++]
Changes (can be) made in C++. Previously named `Code`
Info / User Interface
Game - player communication, menus, etc.
[JSON]
Changes (can be) made in JSON
Is your feature request related to a problem? Please describe.
Now that dseguin's incredibly awesome conditional clause widgets are merged (#54693), we can JSONize a bunch of the
xx_text
widget variables that were carried over from the old hard-coded sidebar panel system.Solution you would like.
Replace these
widget_var
implementations with widgets using conditional "clauses":activity_text
JSONify activity text widget #55138body_temp_text
JSONify body temp widgets #55361fatigue_text
JSONify fatigue widget #55364health_text
JSONify health text widget #55320hunger_text
JSONify thirst & hunger widgets #55118lighting_text
JSONify moon & lighting widgets #55175moon_phase_text
JSONify moon & lighting widgets #55175move_mode_letter
JSONify movement mode widgets #55143move_mode_text
JSONify movement mode widgets #55143rad_badge_text
Jsonify radiation widget #55079thirst_text
JSONify thirst & hunger widgets #55118weariness_text
JSONify weariness text widget #55081weather_text
(wapcaplet)weight_text
JSONify weight text widget #55111Describe alternatives you have considered.
No response
Additional context
These
widget_var
s were already converted to conditional clauses in #54693:bp_status_text
bp_status_sym_text
bp_status_legend_text
The text was updated successfully, but these errors were encountered: