1 # This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
2 # or any later version. For details on its copyright, license, and warranties,
3 # see the file NOTICE in the root directory of the PlomRogue source package.
7 "avatar_position": [-1, -1],
10 "inventory_selection": 0,
16 "QUICK COMMAND OVERVIEW: "
17 "Move through map with 'w', 'e', 's', 'd', 'x', 'c'. "
18 "Pick up things with 'P', drop a thing selected from the inventory with 'D' "
19 "or use it with 'P'. "
20 "Move through inventory selection with 'j' and 'k'. "
21 "Toggle looking around mode with 'l'. "
22 "Scroll 'Things here' window with 'J' and 'K'. "
23 "Let AI decide next move with 'A'. "
26 "'T': Turn; 'H': Health (the higher, the better); "
27 "'S': Satiation (the closer to zero, the better).",
28 "See README file for more help."
30 "map_center": [-1, -1],