diff 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
line wrap: on
line diff
--- a/data/game.json	Thu Apr 07 12:38:45 2011 +0200
+++ b/data/game.json	Thu Apr 07 14:39:50 2011 +0200
@@ -10,7 +10,8 @@
     "items": {
         "tealeaf": { "type": "TeaLeaf", "level": "temple", "pos": [1, 7] },
         "teacup": { "type": "TeaCup", "level": "temple", "pos": [18, 10] },
-        "teapot": { "type": "TeaPot", "level": "temple", "pos": [13, 2] }
+        "teapot": { "type": "TeaPot", "level": "temple", "pos": [13, 2] },
+        "vase": { "type": "Vase", "level": "level2", "pos": [1, 3], "broken": false }
     },
     "npcs": {
         "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" },