From e6782a010712b2a581b2bb487640d3487cd42791 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Tue, 19 May 2026 19:53:23 +0000 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d73eefe..2d3b79e 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,21 @@ What we patched A single feature: paging conditionals can refer to **shapeshift forms by name**, not just by numeric stance index. -``` -[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 +This will change Bar 1 into like Bar 5 or Bar 9 + +``` +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