home · contact · privacy
Enable selecting specific thing for pick-up.
[plomrogue2] / config.json
1 {
2     "switch_to_chat": "t",
3     "switch_to_play": "p",
4     "switch_to_password": "P",
5     "switch_to_annotate": "M",
6     "switch_to_portal": "T",
7     "switch_to_study": "?",
8     "switch_to_edit": "E",
9     "switch_to_write": "m",
10     "switch_to_command_thing": "O",
11     "switch_to_name_thing": "N",
12     "switch_to_admin": "A",
13     "switch_to_control_pw_pw": "C",
14     "switch_to_control_tile_type": "Q",
15     "switch_to_admin_thing_protect": "T",
16     "flatten": "F",
17     "switch_to_take_thing": "z",
18     "drop_thing": "u",
19     "teleport": "p",
20     "door": "D",
21     "consume": "C",
22     "help": "h",
23     "toggle_map_mode": "L",
24     "toggle_tile_draw": "m",
25     "hex_move_upleft": "w",
26     "hex_move_upright": "e",
27     "hex_move_right": "d",
28     "hex_move_downright": "c",
29     "hex_move_downleft": "x",
30     "hex_move_left": "s",
31     "square_move_up": "w",
32     "square_move_left": "a",
33     "square_move_down": "s",
34     "square_move_right": "d"
35 }