Update regex for matching weights

This commit is contained in:
2025-10-13 16:34:01 -05:00
parent 079ab65b68
commit 2016fe21ca
2 changed files with 1 additions and 347 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ OPTIONS=menucolors,menu_objsyms
{% set valuable_item = "yellow" %}
{% set bag_kaboom = "magenta" %}
{% set equipped = "(being worn|\(wielded|weapon in|tethered to|lit\)|\(on (left|right)|at the ready|in quiver)" %}
{% set weight_end = "(\s+\{\d+\})?$" %}
{% set weight_end = "(\s+(\{[0-9]+\}|\([0-9]+ aum\)))?$" %}
### Item Status (BUC/worn)
MENUCOLOR=""={{ unknown_buc }}
MENUCOLOR="gold pieces?"={{ valuable_item }}