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 /asciifarm/charmaps/fullwidth.json | |
| parent | 58ff2935a7c7fa56682f0da03a9c073decb1386c (diff) | |
made relative roomexits and improved maps
Diffstat (limited to 'asciifarm/charmaps/fullwidth.json')
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 12 |
1 files changed, 7 insertions, 5 deletions
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{|}~" } |
