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 "path_out": "server_run/in",
8 "path_in": "server_run/out",
9 "path_worldstate": "server_run/worldstate",
10 "worldstate_read_order": [
11 ["lifepoints", "int"],
13 ["inventory", "lines"],
14 ["avatar_position", "int", 0],
15 ["avatar_position", "int", 1],