User Tools

Site Tools


prepare

Spell lists are the feature that allows you to prepare spells in bulk and store lists of preparations for various purposes. If you have multiple preparing classes, each CLASS requires its own spell list. You can not have lists of the same name even in different classes. Syntax as follows:

Note: For spontaneous casters the SPELL will be the level of the spell, including the word level, e.g. level 3.

prepare add LISTNAME CLASS SPELL
Will add SPELL of caster CLASS to preparation list named LISTNAME

prepare remove LISTNAME CLASS SPELL
Will remove SPELL of caster CLASS to preparation list named LISTNAME

prepare prepare LISTNAME CLASSNAME
Will begin preparation of list LISTNAME for given CLASSNAME. When you'll begin preparation all your currently memorized spells in CLASSNAME will be overwritten by those in LISTNAME, even if LISTNAME has unused spell slots.

prepare check LISTNAME CLASSNAME
Will check whether any spell in your LISTNAME got moved, removed or changed and remove it from the list if so, freeing spell slots.

prepare delete LISTNAME CLASSNAME
Will delete list LISTNAME for given CLASSNAME

prepare display LISTNAME CLASSNAME
Will show you a list LISTNAME for given CLASSNAME

prepare list
Will show you a list of names for all prepare lists

prepare copy LISTNAME CLASS to LISTNAME2 CLASS2
Will copy your list LISTNAME of CLASS to LISTNAME2 of class CLASS2

EXAMPLES

For example, as a mage you might want to have two lists, one named “combat” and another named “buff”. On the first one you store your combat spells, 2 scorchers and 2 magic missile, on the second armor, resist energy and darkness.

First, we create combat list:

prepare add combat mage scorcher
prepare add combat mage scorcher
prepare add combat mage magic missile
prepare add combat mage magic missile

Then we create buff list:

prepare add buff mage armor
prepare add buff mage resist energy
prepare add buff mage darkness

Now, to prepare first list you can type prepare prepare combat mage, and to prepare second list you type prepare prepare buff mage

prepare.txt · Last modified: 2024/04/22 14:04 by titania