Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:33:07 +09:30
commit 8ee2fa2937
4 changed files with 79 additions and 0 deletions

16
Config/XUi/controls.xml Normal file
View File

@@ -0,0 +1,16 @@
<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>