comparison data/game.json @ 394:df2933311711

fixed guard pos and put fan in temple
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 16:34:47 +0200
parents 75dc259b41f5
children a13d541b9e24
comparison
equal deleted inserted replaced
393:1af4a838b595 394:df2933311711
36 "items": { 36 "items": {
37 "tealeaf": { "type": "TeaLeaf", "level": "temple", "pos": [1, 7] }, 37 "tealeaf": { "type": "TeaLeaf", "level": "temple", "pos": [1, 7] },
38 "teacup": { "type": "TeaCup", "level": "temple", "pos": [18, 10] }, 38 "teacup": { "type": "TeaCup", "level": "temple", "pos": [18, 10] },
39 "teapot": { "type": "TeaPot", "level": "temple", "pos": [13, 2], "brewed": false }, 39 "teapot": { "type": "TeaPot", "level": "temple", "pos": [13, 2], "brewed": false },
40 "teacupfull": { "type": "TeaCupFull", "level": "_limbo", "pos": [0, 0] }, 40 "teacupfull": { "type": "TeaCupFull", "level": "_limbo", "pos": [0, 0] },
41 "fan": { "type": "Fan", "level": "temple", "pos": [18, 5] },
41 "vase": { "type": "Vase", "level": "geisha_room", "pos": [1, 3], "broken": false }, 42 "vase": { "type": "Vase", "level": "geisha_room", "pos": [1, 3], "broken": false },
42 "salmon": { "type": "Salmon", "level": "fishmonger_house", "pos": [1, 3] }, 43 "salmon": { "type": "Salmon", "level": "fishmonger_house", "pos": [1, 3] },
43 "haiku1": { "type": "HaikuScroll", "level": "temple", "pos": [14, 16], "text": "Remaining in it?" }, 44 "haiku1": { "type": "HaikuScroll", "level": "temple", "pos": [14, 16], "text": "Remaining in it?" },
44 "haiku2": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "The end of autumn." }, 45 "haiku2": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "The end of autumn." },
45 "haiku3": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "With no leaves to blow." }, 46 "haiku3": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "With no leaves to blow." },
46 "haiku4": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "And it passes by." }, 47 "haiku4": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "And it passes by." },
47 "haiku5": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "The Galaxy." }, 48 "haiku5": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "The Galaxy." },
48 "aburage_001": { "type": "Aburage", "level": "temple", "pos": [12, 2] }, 49 "aburage_00": { "type": "Aburage", "level": "temple", "pos": [12, 2] },
49 "aburage_002": { "type": "Aburage", "level": "temple", "pos": [14, 2] } 50 "aburage_01": { "type": "Aburage", "level": "temple", "pos": [14, 2] }
50 }, 51 },
51 "npcs": { 52 "npcs": {
52 "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" }, 53 "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" },
53 "guard": { "type": "Guard", "level": "temple_grounds", "pos": [10, 3], "dsm": "npcs/guard.json", "state": "start" }, 54 "guard": { "type": "Guard", "level": "temple_grounds", "pos": [5, 11], "dsm": "npcs/guard.json", "state": "start" },
54 "hattori": { "type": "Hattori", "level": "road", "pos": [10, 3], "dsm": "npcs/hattori.json", "state": "start" }, 55 "hattori": { "type": "Hattori", "level": "road", "pos": [10, 3], "dsm": "npcs/hattori.json", "state": "start" },
55 "ichiro": { "type": "Ichiro", "level": "road", "pos": [11, 3], "dsm": "npcs/ichiro.json", "state": "start" }, 56 "ichiro": { "type": "Ichiro", "level": "road", "pos": [11, 3], "dsm": "npcs/ichiro.json", "state": "start" },
56 "kaneda2": { "type": "Kaneda", "level": "tea_house", "pos": [10, 10], "dsm": "npcs/kaneda2.json", "state": "start" }, 57 "kaneda2": { "type": "Kaneda", "level": "tea_house", "pos": [10, 10], "dsm": "npcs/kaneda2.json", "state": "start" },
57 "tetsuo": { "type": "Tetsuo", "level": "tea_house", "pos": [11, 10], "dsm": "npcs/tetsuo.json", "state": "start" }, 58 "tetsuo": { "type": "Tetsuo", "level": "tea_house", "pos": [11, 10], "dsm": "npcs/tetsuo.json", "state": "start" },
58 "kaneda": { "type": "Kaneda", "level": "geisha_house", "pos": [10, 3], "dsm": "npcs/kaneda.json", "state": "start" }, 59 "kaneda": { "type": "Kaneda", "level": "geisha_house", "pos": [10, 3], "dsm": "npcs/kaneda.json", "state": "start" },