Update README.md
This commit is contained in:
parent
1b71c41f6f
commit
e6782a0107
1 changed files with 14 additions and 6 deletions
20
README.md
20
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue