comparison data/game.json @ 237:e06c54d7701f

Add vase to demonstrate item state testing in dialogues.
author Simon Cross <hodgestar@gmail.com>
date Thu, 07 Apr 2011 14:39:50 +0200
parents 3286f1f32263
children 5bbf90e6a94b
comparison
equal deleted inserted replaced
236:9528c6fc7f75 237:e06c54d7701f
8 "monk_tea": {} 8 "monk_tea": {}
9 }, 9 },
10 "items": { 10 "items": {
11 "tealeaf": { "type": "TeaLeaf", "level": "temple", "pos": [1, 7] }, 11 "tealeaf": { "type": "TeaLeaf", "level": "temple", "pos": [1, 7] },
12 "teacup": { "type": "TeaCup", "level": "temple", "pos": [18, 10] }, 12 "teacup": { "type": "TeaCup", "level": "temple", "pos": [18, 10] },
13 "teapot": { "type": "TeaPot", "level": "temple", "pos": [13, 2] } 13 "teapot": { "type": "TeaPot", "level": "temple", "pos": [13, 2] },
14 "vase": { "type": "Vase", "level": "level2", "pos": [1, 3], "broken": false }
14 }, 15 },
15 "npcs": { 16 "npcs": {
16 "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" }, 17 "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" },
17 "guard": { "type": "Guard", "level": "level2", "pos": [10, 3], "dsm": "npcs/guard.json", "state": "start" }, 18 "guard": { "type": "Guard", "level": "level2", "pos": [10, 3], "dsm": "npcs/guard.json", "state": "start" },
18 "hattori": { "type": "Hattori", "level": "level3", "pos": [10, 3], "dsm": "npcs/hattori.json", "state": "start" }, 19 "hattori": { "type": "Hattori", "level": "level3", "pos": [10, 3], "dsm": "npcs/hattori.json", "state": "start" },