X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=server%2Fconfig%2Fworld_data.py;h=ec1e9b15c7d52a24c88b1c99e2a59dec32296a9e;hp=97725a3a1fe2f157d9543d33682b0f0cef4041b0;hb=8c32a319ac3378e5c07f4d2cc34d671f5efdb1d1;hpb=9b4d5b6840ccb2618362d563ae8beb37b10b9326 diff --git a/server/config/world_data.py b/server/config/world_data.py index 97725a3..ec1e9b1 100644 --- a/server/config/world_data.py +++ b/server/config/world_data.py @@ -13,7 +13,13 @@ world_db = { "PLUGIN": [], "ThingActions": {}, "ThingTypes": {}, - "Things": {} + "Things": {}, + "terrain_names": { + " ": "UNKNOWN", + "X": "TREE", + "~": "SEA", + ".": "EARTH" + } } """Mapping of direction names to internal direction chars."""