blob: c0a94dfba18fbf1ef89214c6cf08b62885e72f3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
tick_length: 600
starting_room: 1001
startup_validation:
root_rooms: [1001]
ignore_unreachable: []
game_constants:
shop_default_restock: 1000
tls:
cert_file: ""
key_file: ""
telnet:
enabled: true
port: 4000
telnet_tls:
enabled: true
port: 4001
http:
enabled: true
port: 8000
https:
enabled: false
port: 8443
admin_http:
enabled: false
port: 8080
admin_https:
enabled: true
port: 8081
default_colors:
room_name: "51 bold"
room_number: "F0"
room_desc: "FC"
direction: "4B"
exit_direction: "4B"
exit_name: "72"
protected_mob: "off"
mob: "off"
damage: "C4"
xp: "DE"
level_up: "E2 bold"
item: "DF"
player_name: "BD"
death: "C4 bold"
victory: "53"
miss: "F3"
error: "D1"
say: "E6"
dialog: "75"
broadcast: "D7"
fire: "D0"
eat_food: "9C"
drop_message: "BA"
credits_pickup: "DC"
map_at: "0F"
map_blocked: "C4"
|