2 default_files = { "account": "account", "actor": "actor", "command": "command", "internal": "internal", "location": "location", "menu": "menu", "other": "other", "prop": "prop" }
3 include_files = [ "archetype", "example/index" ]
4 private_files = account
8 capitalize_words = [ "i", "i'd", "i'll", "i'm" ]
9 default_punctuation = .
11 punctuation_begin = [ ",", "-", ":", ";" ]
12 punctuation_exclaim = !
13 punctuation_muse = ...
17 default_admins = admin
44 down = { "vector": (0,0,-1), "exit": "downward", "enter": "above" }
45 east = { "vector": (1,0,0), "exit": "to the east", "enter": "the west" }
46 north = { "vector": (0,1,0), "exit": "to the north", "enter": "the south" }
47 south = { "vector": (0,-1,0), "exit": "to the south", "enter": "the north" }
48 up = { "vector": (0,0,1), "exit": "upward", "enter": "below" }
49 west = { "vector": (-1,0,0), "exit": "to the west", "enter": "the east" }