Dwarf Shop Etc

Defined the location of the Dwarf shop on Volcano Dungeon 5.
Defined two signs in town as decorations.
Removed the top and bottom tiles of the Joja Mart shop counter so that Accessible Tiles auto pathing won't navigate to the south / north end of the counter, as those tiles will only let you interact with them from the right.
master
Bartholomue 2022-10-25 06:31:35 -05:00 committed by Mohammad Shoaib
parent e1a19ae0c8
commit ac2a384d84
1 changed files with 19 additions and 2 deletions

View File

@ -1323,7 +1323,7 @@
}, },
"Shop Counter": { "Shop Counter": {
"x": [10], "x": [10],
"y": [23, 24, 25, 26], "y": [24, 25],
"type": "interactable" "type": "interactable"
}, },
"Salt": { "Salt": {
@ -2655,7 +2655,7 @@
"Sewer": { "Sewer": {
"x": [34, 35], "x": [34, 35],
"y": [95, 96], "y": [95, 96],
"type": "interactable" "type": "door"
}, },
"Ice Cream Stand": { "Ice Cream Stand": {
"x": [88], "x": [88],
@ -2667,6 +2667,16 @@
"y": [79], "y": [79],
"type": "interactable" "type": "interactable"
}, },
"Clinic Sign": {
"x": [37],
"y": [56],
"type": "decoration"
},
"General Store Sign": {
"x": [45],
"y": [56],
"type": "decoration"
},
"Faded Gravestone": { "Faded Gravestone": {
"x": [42], "x": [42],
"y": [85], "y": [85],
@ -2898,6 +2908,13 @@
"type": "door" "type": "door"
} }
}, },
"volcanodungeon5": {
"Dwarf Shop": {
"x": [36],
"y": [30],
"type": "interactable"
}
},
"witchhut": { "witchhut": {
"Exit": { "Exit": {
"x": [7], "x": [7],