Asciifarm/asciifarm/maps/basement.json

63 lines
3.0 KiB
JSON

{
"width": 64,
"height": 32,
"spawn": [30, 20],
"places": {
"stairup": [30, 20]
},
"grid": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ##################### ",
" #...................# ",
" #...................# ",
" #...................# ",
" #...................# ",
" #.........<.........# ",
" #...................# ",
" #...................# ",
" #...................# ",
" #...................# ",
" ##################### ",
" ",
" ",
" ",
" ",
" ",
" "
],
"mapping": {
",": "grass",
"Y": ["grass", "plant"],
"~": "water",
"o": ["grass", "stone"],
"*": ["grass", "pebble"],
"d": ["grass", "dummy"],
"#": "wall",
":": ["ground", "seed"],
".": "ground",
"^": ["spiketrap"],
"r": ["grass", "rabbit"],
"<": {
"type": "roomexit",
"args": ["begin", "stairdown"],
"kwargs": {"sprite": "stairup"}
},
" ": []
}
}