Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
XuaTheGrate committed Oct 20, 2019
1 parent f557516 commit 61d2f33
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions maps/qimranut.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"areas": [
{
"name": "Floor 1",
"desc": "The main floor of the dungeon. Fairly empty.",
"encounters": ["Arsene", "Pixie", "Mandrake"],
"interactions": [
{"name": "L Door", "command": "Left Hall", "type": 0},
{"name": "R Door", "command": "Right Hall", "type": 0}
],
"treasurecount": 3
},
{
"name": "Left Hall",
"desc": "Hall to the left of the first floor.",
"encounters": ["Arsene", "Pixie", "Mandrake", "Jack-o'-Lantern"],
"interactions": [
{"name": "Chest", "command": "Dia", "type": 1, "locked": false, "id": 0},
{"name": "L Door", "command": "Floor 1", "type": 0}
],
"treasurecount": 2
},
{
"name": "Right Hall",
"desc": "Hall to the right of the first floor.",
"encounters": ["Arsene", "Pixie", "Mandrake", "Agathion"],
"interactions": [
{"name": "R Door", "command": "Floor 1", "type": 0},
{"name": "Chest", "command": "Mazio", "type": 1, "locked": true, "id": 1}
],
"treasurecount": 1
}
]
}

0 comments on commit 61d2f33

Please sign in to comment.