diff options
| author | troido <troido@hotmail.com> | 2017-12-27 23:42:03 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2017-12-27 23:42:03 +0100 |
| commit | 045b1d4397256796a7a1b3225c8eccb8c401c1f3 (patch) | |
| tree | c750f0b0e87289dcc6a1f503aa70b967f97319eb | |
| parent | 58ff2935a7c7fa56682f0da03a9c073decb1386c (diff) | |
made relative roomexits and improved maps
| -rw-r--r-- | asciifarm/charmaps/default.json | 8 | ||||
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 12 |
2 files changed, 14 insertions, 6 deletions
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{|}~" } diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index b3ad3de..c67fcc6 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -26,15 +26,17 @@ "troll": ["T",1], "sword": ["/", 7], "club": ["!", 3], + "house": ["^", 3, 1], + "bridge": ["=", 9,3], + "smallbridge": ["=", 3,4], + "entry": ["%", 7], + "fence": ["#", 3], " ": [" ", 7] }, "default": ["?", 7], "charwidth": 2, "healthfull": ["#", 7, 2], "healthemtpy": ["_", 7, 1], - "comment: allcharacters": [ - "!"#$%&'()*+,-./0123456789:;<=>?", - "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_", - "`abcdefghijklmnopqrstuvwxyz{|}~" - ] + "alphabet": + "!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" } |
