Wishes: Difference between revisions

Jump to navigation Jump to search
302 bytes added ,  16:22, 28 September 2020
m
case sensitivity note
mNo edit summary
m (case sensitivity note)
Line 17: Line 17:


Now it should be possible to wish from the main view.
Now it should be possible to wish from the main view.
== Usage Notes ==
Most wish commands are strictly case-sensitive. Keep that in mind when using any of the wishes below. For example, wishing <code>dismember:Tail</code> will dismember your tail (if you have a tail), but wishing <code>Dismember:Tail</code> will spawn a [[schematics drafter]].
Entering any input that does not exactly match a wish command will perform a lexigraphic search (using a [https://en.wikipedia.org/wiki/Levenshtein_distance Levenshtein distance algorithm]) on object blueprints, mutations, quests, and zones, and attempt the best match it can find.{{Code Reference|namespace=XRL|class=WishSearcher|method=SearchForWish}} Matching on an object blueprint spawns that object; matching on a mutation grants that mutation; matching on a quest begins that quest; and matching on a zone teleports to that zone.


== List of wishes ==
== List of wishes ==


Here wishes are sorted into headings based on what they do. Consider using the table of contents at the beginning of this article to jump to a topic of interest.
Here wishes are sorted into headings based on what they do. Consider using the table of contents at the beginning of this article to jump to a topic of interest.
Entering any input not covered by a more specific wish will perform a lexigraphic search (using a [https://en.wikipedia.org/wiki/Levenshtein_distance Levenshtein distance algorithm]) on object blueprints, mutations, quests, and zones, and attempt the best match it can find.{{Code Reference|namespace=XRL|class=WishSearcher|method=SearchForWish}} Matching on an object blueprint spawns that object; matching on a mutation grants that mutation; matching on a quest begins that quest; and matching on a zone teleports to that zone.


In the names of wishes, <code>&lt;</code> angle brackets <code>&gt;</code> indicate a blank to fill in and <code>[</code> square brackets <code>]</code> indicate an optional part.
In the names of wishes, <code>&lt;</code> angle brackets <code>&gt;</code> indicate a blank to fill in and <code>[</code> square brackets <code>]</code> indicate an optional part.

Navigation menu