Subpages should contain non-spoily information of the type currently contained in the on-line game help. Please put spoiler information in the appropriate place in the SpoilerArchive. Thanks.



Introduction

This section describes only item inscriptions. For other inscriptions, please see the in-game spoilers.

Item inscriptions are character sequences and/or text which you add to any item. This text is added before or after the item's name. You cannot affect the item's overall description via inscriptions.

Item inscriptions may be extremely useful or just plain fun. The @ inscriptions allow interaction with macros, and if used cleverly, the # inscription can be used to interact with the automatizer. See the Macros section for more information on macros.

How to inscribe/uninscribe an item

To inscribe an item
Type "{", and select an item in your inventory or equipment. Type your inscription, and hit enter.
To uninscribe an item
Type "}", and select an item in your inventory or equipment. Hit enter. The inscription will be removed. (You can also type "{" again and simply not enter any text; that does the same thing.)

to the top

Regular item inscriptions

All regular item inscriptions appear inside a pair of curly braces '{}' after the item's name and any to-hit, to-dam, AC info. The maximum string length is 55 characters AFAICT.

'.' inscription: Prevent teleportation

An item which causes random teleportation can be prevented from doing so by inscribing it with '.' If you are using more than one inscription, the '.' must come first.

'@' inscription: Shortcut actions

Inscribing an item with '@', a game command, and optionally a number from 0...9 will allow you to shortcut a few keystrokes in some interactions, and can also allow your objects to interact with game macros.

Examples (see also 'combining inscriptions', below):

'!' inscription: Preventing actions

Inscribing an item with '!' plus a game command will cause the game to question you before proceeding, should you attempt to issue that command after selecting that specific item.

Example: 10 Scrolls of Word of Recall {!r}

If you type 'r' in an attempt to read one of those scrolls, you will be prompted with:

You will then need to type y or n to proceed.

Commands frequently used in conjunction with ! inscriptions include k(ill), d(rop), s(ell), r(ead), z(ap), u(se staff), a(im wand), q(uaff), E(at), etc. The wildcard '*' may also be used, which will cause any action to be questioned.

'^' inscription: Preventing actions

Inscribing an item with '^' plus a game command will cause the game to question you before proceeding, should you attempt to issue that command, while wearing the item.

This differs from the '!' inscription in that it affects the player and not the item.

Example: The Helm of Foo {^A}

If you are wearing this helm, and press the 'A'ctivate key, a prompt will come up, asking you if you are sure you wish to carry on. The prompt will be issued before the choice of object selection.

If the helm were instead inscribed with '!A' this prompt would emerge after selecting the helm as the object to be activated, rather than just on the key press.

This is most useful to prevent certain actions such as moving up and down stairs whilst the player is wearing the inscribed item.

'!!' inscription: Recharge notification

Inscribing an item with '!!' will cause the game to notify you when the item is fully recharged.

Example: a Moonstone Rod of Trap Location (75/75) {@z1 !!}

After you've used the rod (which you can do by typing 'z1'), when it recharges fully you will be told 'Your Moonstone Rod of Trap Location is recharged.'

This inscription works on rods as well as any item that needs time to recharge after being activated.

'=' inscription: Automatic actions

An item inscribed with '=' plus a command will automatically trigger that command. It is most commonly used with ammunition and the 'g' command.

Example: 27 Bolts (1d5) (+0,+0) {=g}

If one of these bolts is fired and survives impact, this inscription will cause you to automatically pick it up if you walk over it.

'plain text' inscription: Information

Plain text is often inscribed onto an item to describe what it does, and/or where or how you found it.

Example:

to the top

Combining inscriptions

Inscriptions are most useful when combined. Examples (some of which are overkill):

to the top

Fun inscriptions: renaming items

Fun inscriptions are just that: mostly for fun. They are incompatible with any of the regular inscriptions above.

% inscription: Prefix text to an item name

%<text>

Inscribing an item with "%<text>" will prefix <text> to the item's name. Changing an item's name this way will not change the automatizer's recognition of the base item, though you can set the automatizer to recognize the flag that you have added and react to it. This inscription will not correctly alter definite or indefinite articles associated with the item.

Examples:

  1. %Elven: a Cloak --> a Elven Cloak

  2. %Seeker: an Arrow --> an Seeker Arrow

  3. %moldy: a Ration of Food --> a moldy Ration of Food

# inscriptions: Append text to an item name

#<text>

Inscribing an item with "#<text>" will append a space and then <text> to the item's name. Changing an item's name this way will not change the automatizer's recognition of the base item, though you can set the automatizer to recognize the flag that you have added and react to it. This inscription will not correctly alter definite or indefinite articles associated with the item.

Examples:

  1. #*slay orc* + The Longsword of Ruhan --> The Longsword of Ruhan *slay orc*. This is useful to remember what a randart weapon does or slays without being too cryptic, and is a variant on the plain text inscription above.

  2. #(charging) + The Bottle of Death --> The Bottle of Death (charging). Puzzles people who read your character dump. Can also be used to record which bad junkarts you did activate for the Mathom House, for character dump purposes.

  3. #of PlayerName + The Tome of Time --> The Tome of Time of Zen (if your character name is Zen, that is.) If your Automatizer rule checks for "of Zen", you can prevent your item from never being auto-destroyed. Keep in mind, though, that this method is not a very good one for spellbooks, as most players use other inscriptions such as ! and @ on them. Still, it may come in handy upon occasion.

  4. #named Fred + Foo --> Foo named Fred. While this inscription works on any item, it is most commonly used to name symbiotes. If your symbiote is "a red mold named Fred", then you'll see "your red mold named Fred" doing damage and/or taking damage for you during combat. It's fun.

to the top

Documentation/Item inscriptions (last edited 2008-06-17 14:57:19 by ImpendingDisaster)