X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=server%2Fconfig%2Fworld_data.py;h=ec1e9b15c7d52a24c88b1c99e2a59dec32296a9e;hb=5125831a6f58c986b71ac1cbd7125b88d1ad5c87;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."""