Rename internal:directions to .mudpy.movement.*
[mudpy.git] / etc / mudpy.yaml
1 # Copyright (c) 2004-2016 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.
4
5 __control__:
6     default_files: { "account": "account.yaml", "actor": "actor.yaml", "area": "area.yaml", "command": "command.yaml", "internal": "internal.yaml", "menu": "menu.yaml", "other": "other.yaml", "prop": "prop.yaml" }
7     include_dirs: [ "sample" ]
8     include_files: [ "archetype.yaml" ]
9     private_files: [ "account.yaml" ]
10     read_only: yes
11
12 .mudpy.linguistic.actions: { "?": "ask", ",": "begin", "-": "begin", ":": "begin", ";": "begin", "!": "exclaim", "...": "muse", ".": "say" }
13 .mudpy.linguistic.default_punctuation: .
14 .mudpy.linguistic.typos: { "i": "I", "i'd": "I'd", "i'll": "I'll", "i'm": "I'm", "teh": "the", "theyre": "they're", "youre": "you're" }
15
16 #.mudpy.limit.admins: [ admin ]
17 .mudpy.limit.avatars: 7
18 #.mudpy.limit.backups: 10
19 .mudpy.limit.password_tries: 3
20
21 #.mudpy.log.file: mudpy.log
22 .mudpy.log.lines: 1000
23 .mudpy.log.stdout: true
24 #.mudpy.log.syslog: mudpy
25
26 .mudpy.movement.down.enter_term: above
27 .mudpy.movement.down.exit_term: downward
28 .mudpy.movement.down.vector: [0,0,-1]
29 .mudpy.movement.east.enter_term: the west
30 .mudpy.movement.east.exit_term: to the east
31 .mudpy.movement.east.vector: [1,0,0]
32 .mudpy.movement.north.enter_term: the south
33 .mudpy.movement.north.exit_term: to the north
34 .mudpy.movement.north.vector: [0,1,0]
35 .mudpy.movement.south.enter_term: the north
36 .mudpy.movement.south.exit_term: to the south
37 .mudpy.movement.south.vector: [0,-1,0]
38 .mudpy.movement.up.enter_term: below
39 .mudpy.movement.up.exit_term: upward
40 .mudpy.movement.up.vector: [0,0,1]
41 .mudpy.movement.west.enter_term: the east
42 .mudpy.movement.west.exit_term: to the west
43 .mudpy.movement.west.vector: [-1,0,0]
44
45 internal:network:
46     host: ::1
47     #host: 127.0.0.1
48     port: 6669
49
50 internal:process:
51     #daemon: yes
52     #pidfile: mudpy.pid
53
54 internal:storage:
55     default_dir: "data"
56     #root_path: "."
57     search_path: [ "", "etc", "share", "data" ]
58
59 internal:time:
60     definition_d: 24h
61     definition_h: 60mi
62     definition_mi: 10r
63     definition_mo: 28d
64     definition_r: 6
65     definition_w: 7d
66     definition_y: 12mo
67     frequency_log: 6000
68     frequency_save: 600
69     linkdead: { "default": 6000, "entering_account_name": 600, "active": 6048000 }
70     idle: { "default": 5000, "entering_account_name": 500, "active": 5040000 }
71     increment: 0.1