X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=server%2Fconfig%2Fworld_data.py;h=ec1e9b15c7d52a24c88b1c99e2a59dec32296a9e;hb=9daa8b8d01b9b2f9295dc51e94ceb524c278fe68;hp=97725a3a1fe2f157d9543d33682b0f0cef4041b0;hpb=2d78939fd39c64a41742a73558708628e38e282d;p=plomrogue 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."""