diff options
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 61 |
1 files changed, 33 insertions, 28 deletions
diff --git a/config.yaml b/config.yaml index 5c3e3bc..3bcaada 100644 --- a/config.yaml +++ b/config.yaml @@ -1,36 +1,9 @@ game: tick_length: 600 startup_validation: - check_sources: [1001] + root_rooms: [1001] ignore_unreachable: [] -colors: - room_name: "81 bold" - room_number: "240" - room_desc: "252" - direction: "75" - exit_direction: "75" - exit_name: "114" - protected_mob: "off" - mob: "off" - damage: "196" - - xp: "222" - level_up: "226 bold" - item: "223" - player_name: "189" - death: "196 bold" - victory: "83" - miss: "243" - error: "209" - say: "230" - dialog: "117" - broadcast: "215" - fire: "208" - eat_food: "156" - drop_message: "186" - credits_pickup: "220" - telnet: enabled: true port: 4000 @@ -50,3 +23,35 @@ https: port: 8443 cert_file: "" key_file: "" + +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" + + |
