String: item short description; numeric: true if slot occupied. See Equipment Locations.
Directions
dir.north
dir.northeast
dir.east
dir.southeast
dir.south
dir.southwest
dir.west
dir.northwest
dir.up
dir.down
dir.other — teleport/summon
Weather
Value
Meaning
weather.cloudless
Clear sky
weather.cloudy
Cloudy sky
weather.raining
Raining
weather.lightning
Lightning storm
weather.dark
Night
weather.rise
Dawn
weather.light
Daytime
weather.set
Sunset
Classes
Value
Class
class.mag
Mage
class.cle
Cleric
class.thi
Thief
class.war
Warrior
class.pal
Paladin
class.nin
Ninja
class.ran
Ranger
class.tdr
Trader
class.wri
Wright
class.trv
Traveler
class.sup
Supplier
class.smi
Smith
class.alc
Alchemist / Cook
Size
Size values correspond to races. Used in comparisons like
[{size} <= {size.dwarf}].
size.human
size.elf
size.halfelf
size.drow
size.dwarf
size.halfdwarf
size.hobbit
size.bird
size.aarakocra
size.giant
size.ogre
size.halfogre
size.orc
size.kobold
size.minotaur
size.troll
size.hobgoblin
size.insect
size.dragon
size.animal
size.god
size.demon
size.undead
size.harpy
size.bear
size.githyanki
size.elemental
size.bat
size.plant
size.rat
size.vampire
size.werewolf
size.goblin
size.faerie
size.arachnid
size.mindflayer
size.object
size.mist
size.snake
size.worm
size.fish
size.hydra
size.lizard
size.gnome
size.halfkobold
size.merfolk
Positions
Value
String form
Notes
position.dead
dead
—
position.mortal
mortally wounded
—
position.incap
incapacitated
—
position.stunned
stunned
—
position.sleeping
sleeping
—
position.resting
resting
—
position.fighting
fighting
—
position.standing
standing
—
position.flying
true / false
Flying is not a separate position; it is true when standing and affected by flying or a flying race. Must be tested with [{position.flying} == true] or false, not compared to {position}.