Files
7d2dXG/Mods/TYW-HighVisText/Config/XUi/controls.xml
Nathaniel Cosford e06f2bd282 Add All Mods
2025-05-29 23:33:28 +09:30

16 lines
1.2 KiB
XML

<configs>
<setattribute xpath="/controls//label[@name='timer' or @name='stackValue' or @name='durabilityValue']" name="effect">outline</setattribute>
<setattribute xpath="/controls//label[@name='timer' or @name='stackValue' or @name='durabilityValue']" name="effect_color">[black]</setattribute>
<setattribute xpath="/controls//label[@name='timer' or @name='stackValue' or @name='durabilityValue']" name="effect_distance">1,1</setattribute>
<setattribute xpath="/controls//rect[@controller='DialogResponseEntry']/label[@name='Text']" name="effect">outline</setattribute>
<setattribute xpath="/controls//rect[@controller='DialogResponseEntry']/label[@name='Text']" name="effect_color">[black]</setattribute>
<setattribute xpath="/controls//rect[@controller='DialogResponseEntry']/label[@name='Text']" name="effect_distance">1,1</setattribute>
<setattribute xpath="/controls/quest_objective_tracker_entry//label" name="effect">outline</setattribute>
<setattribute xpath="/controls/quest_objective_tracker_entry//label" name="effect_color">[black]</setattribute>
<setattribute xpath="/controls/quest_objective_tracker_entry//label" name="effect_distance">1,1</setattribute>
</configs>