diff options
Diffstat (limited to 'db/areas/hospital.json')
-rw-r--r-- | db/areas/hospital.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/db/areas/hospital.json b/db/areas/hospital.json new file mode 100644 index 0000000..0617d78 --- /dev/null +++ b/db/areas/hospital.json @@ -0,0 +1,20 @@ +{ + "locations": { + "hospital": { + "type": "healingCenter", + "price": 30 + } + }, + + "connections": { + "candy-town": { + "conditions": [] + }, + + "hospital-floor-1": { + "conditions": [] + } + }, + + "modules/tuxemon.slug": "hospital" +} |