1 # Copyright (c) 2004-2014 Jeremy Stanley <fungi@yuggoth.org>. Permission
2 # to use, copy, modify, and distribute this software is granted under
3 # terms provided in the LICENSE file distributed with this software.
6 default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.yaml", "command": "command.yaml", "internal": "internal.mpy", "menu": "menu.yaml", "other": "other.mpy", "prop": "prop.yaml" }
7 include_dirs = "sample"
8 include_files = "archetype.yaml"
9 private_files = "account.mpy"
13 actions = { "?": "ask", ",": "begin", "-": "begin", ":": "begin", ";": "begin", "!": "exclaim", "...": "muse", ".": "say" }
14 default_punctuation = .
15 typos = { "i": "I", "i'd": "I'd", "i'll": "I'll", "i'm": "I'm", "teh": "the", "theyre": "they're", "youre": "you're" }
18 #default_admins = admin
19 #default_backup_count = 10
41 search_path = [ "", "etc", "share", "data" ]
53 linkdead = { "default": 6000, "entering_account_name": 600, "active": 6048000 }
54 idle = { "default": 5000, "entering_account_name": 500, "active": 5040000 }
58 down = { "vector": (0,0,-1), "exit": "downward", "enter": "above" }
59 east = { "vector": (1,0,0), "exit": "to the east", "enter": "the west" }
60 north = { "vector": (0,1,0), "exit": "to the north", "enter": "the south" }
61 south = { "vector": (0,-1,0), "exit": "to the south", "enter": "the north" }
62 up = { "vector": (0,0,1), "exit": "upward", "enter": "below" }
63 west = { "vector": (-1,0,0), "exit": "to the west", "enter": "the east" }