From 045b1d4397256796a7a1b3225c8eccb8c401c1f3 Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 27 Dec 2017 23:42:03 +0100 Subject: made relative roomexits and improved maps --- asciifarm/charmaps/default.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'asciifarm/charmaps/default.json') diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index 4436537..d881313 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -26,10 +26,16 @@ "troll": ["T",1], "sword": ["/",7], "club": ["!", 3], + "house": ["^", 3, 1], + "bridge": ["=", 9,3], + "smallbridge": ["=", 3,4], + "entry": ["%", 7], + "fence": ["#", 3], " ": [" ", 7] }, "default": ["?", 7], "charwidth": 1, "healthfull": ["#", 7, 2], - "healthempty": ["_", 7, 1] + "healthempty": ["_", 7, 1], + "alphabet": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" } -- cgit