Update README.md

This commit is contained in:
2026-05-19 19:53:23 +00:00
parent 1b71c41f6f
commit e6782a0107
+14 -6
View File
@@ -14,13 +14,21 @@ What we patched
A single feature: paging conditionals can refer to **shapeshift forms A single feature: paging conditionals can refer to **shapeshift forms
by name**, not just by numeric stance index. by name**, not just by numeric stance index.
``` This will change Bar 1 into like Bar 5 or Bar 9
[aura:Beetle Form]6;1 -- equivalent to [stance:N]6;1
[form:Beetle Form]6;1 ```
[stance:Beetle Form]6;1 -- non-numeric value also accepted Bar 1
[noform]1;1
[aura:Beetle Form]5;1
[aura:Spider Form]9;1
Bar 2
[noform]2;2
[aura:Beetle Form]7;2
[aura:Spider Form]10;2
[stance:Beetle Form/Wasp Form]9 -- slash-lists work
[noaura:Beetle Form]2 -- negation works
``` ```
Three keywords are accepted equivalently when the value is a non-numeric Three keywords are accepted equivalently when the value is a non-numeric