755ccb1a by Barry

Moved rooms to zones

1 parent 1d912c1b
1 {"mpr": 0.25, "aa": "1d2", "password": "6c76899eb15393064b4f4db94805e5862232920b", "sp": {"fireball": {"desc": "A fireball blasts from your fingertips striking the target", "cost": 5, "dmg": "2d4"}}, "maxhp": 953, "maxsta": 10, "inventory": {"bag": [{"expires": 0, "inventory": {"candle": [{"expires": 0}, {"expires": 0}]}}], "candle": [{"age": 0}, {"age": 0}]}, "aliases": {}, "prompt": "h %hp m %mp s %st> ", "name": "test", "hp": 74, "mp": 10.0, "maxmp": 10, "weapon": "sword", "sta": 10.00000000000004, "room": "Room001", "at": {"kick": {"desc": "You unleash a powerful kick", "cost": 5, "dmg": "2d4"}}, "star": 0.4}
...\ No newline at end of file ...\ No newline at end of file
1 {"name": "test", "password": "6c76899eb15393064b4f4db94805e5862232920b", "room": "town/tavern", "equipment": {"finger": [null, null], "hand": [null, null], "arm": [null, null], "leg": [null, null], "foot": [null, null], "head": null, "neck": null, "back": null, "body": null, "waist": null}, "inventory": {"bag": [{"expires": 0, "inventory": {"shirt": [{"expires": 0}]}}]}, "prompt": "hp %hp mp %mp> ", "aliases": {}, "hp": 100, "mp": 10, "maxhp": 100, "maxmp": 10, "maxsta": 10, "sta": 10, "aa": "1d2", "mpr": 0.25, "star": 0.4, "weapon": null, "sp": {}, "at": {"kick": {"cost": 5, "dmg": "2d4", "desc": "You unleash a powerful kick"}}}
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
11 }] 11 }]
12 }, 12 },
13 "exits": { 13 "exits": {
14 "Tavern": "town/tavern" 14 "tavern": "town/tavern"
15 }, 15 },
16 "title": "Behind the bar" 16 "title": "Behind the bar",
17 "zone": "town",
17 } 18 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -17,9 +17,8 @@ ...@@ -17,9 +17,8 @@
17 }] 17 }]
18 }, 18 },
19 "exits": { 19 "exits": {
20 "behind": "Room001", 20 "behind": "town/room001",
21 "dark": "Dark", 21 "west": "wilderness/outside"
22 "outside": "Outside"
23 }, 22 },
24 "title": "Tavern", 23 "title": "Tavern",
25 "zone":"town" 24 "zone":"town"
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
5 "description": "You are standing outside of a simple tavern made of pressed clay and shale roof. The door becons you to come in and have a drink.", 5 "description": "You are standing outside of a simple tavern made of pressed clay and shale roof. The door becons you to come in and have a drink.",
6 "inventory": {}, 6 "inventory": {},
7 "exits": { 7 "exits": {
8 "Tavern": "town/tavern" 8 "east": "town/tavern"
9 }, 9 },
10 "title": "Outside the Tavern" 10 "title": "Outside the Tavern",
11 "zone": "wilderness"
11 } 12 }
...\ No newline at end of file ...\ No newline at end of file
......