summaryrefslogtreecommitdiff
path: root/asciifarm/charmaps
diff options
context:
space:
mode:
Diffstat (limited to 'asciifarm/charmaps')
-rw-r--r--asciifarm/charmaps/default.json8
-rw-r--r--asciifarm/charmaps/fullwidth.json12
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{|}~"
}