Asciifarm/asciifarm/charmaps/default.json

32 lines
687 B
JSON
Raw Normal View History

2017-10-15 21:30:31 +00:00
{
"mapping":{
2017-10-26 14:30:53 +00:00
"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],
2017-10-15 21:30:31 +00:00
"rabbit": "r",
"floor": "+",
2017-10-20 22:32:41 +00:00
"portal": "$",
2017-10-16 16:13:15 +00:00
"stairdown": ">",
"stairup": "<",
"dummy": "d",
"spikes": "^",
"goblin": "g",
"seed": ":",
"plant": "Y",
"youngplant": "v",
"food": "8",
"troll": "T",
2017-10-15 21:30:31 +00:00
" ": " "
},
2017-10-24 14:33:17 +00:00
"default": "?",
"charwidth": 1
2017-10-15 21:30:31 +00:00
}