diff options
Diffstat (limited to 'asciifarm/charmaps/default.json')
| -rw-r--r-- | asciifarm/charmaps/default.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json new file mode 100644 index 0000000..433745d --- /dev/null +++ b/asciifarm/charmaps/default.json @@ -0,0 +1,31 @@ +{ + "mapping":{ + "tree": ["T", 2], + "wall": ["#", 135], + "rock": ["X", 8], + "stone": ["o", 8], + "pebble": ["*", 8], + "player": ["@", 15], + "ground": [".", 3], + "grass1": [",", 2], + "grass2": ["'", 2], + "grass3": ["`", 10], + "water": ["~", 70], + "rabbit": "r", + "floor": "+", + "portal": "$", + "stairdown": ">", + "stairup": "<", + "dummy": "d", + "spikes": "^", + "goblin": "g", + "seed": ":", + "plant": "Y", + "youngplant": "v", + "food": "8", + "troll": "T", + " ": " " + }, + "default": "?", + "charwidth": 1 +} |
