comparison data/game.json @ 226:3286f1f32263

Add back more NPCs.
author Simon Cross <hodgestar@gmail.com>
date Thu, 07 Apr 2011 01:35:03 +0200
parents c83f021cc327
children e06c54d7701f
comparison
equal deleted inserted replaced
225:84b6afff51fe 226:3286f1f32263
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 }, 14 },
15 "npcs": { 15 "npcs": {
16 "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" }, 16 "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" } 17 "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 "ichiro": { "type": "Ichiro", "level": "level3", "pos": [11, 3], "dsm": "npcs/ichiro.json", "state": "start" },
20 "kaneda": { "type": "Kaneda", "level": "level4", "pos": [10, 3], "dsm": "npcs/kaneda.json", "state": "start" },
21 "kumiko": { "type": "Kumiko", "level": "level4", "pos": [11, 3], "dsm": "npcs/kumiko.json", "state": "start" },
22 "actor": { "type": "Actor", "level": "level5", "pos": [8, 3], "dsm": "npcs/actor.json", "state": "start" },
23 "sasuke": { "type": "Sasuke", "level": "level5", "pos": [9, 3], "dsm": "npcs/sasuke.json", "state": "start" },
24 "kitsune": { "type": "Kitsune", "level": "level5", "pos": [10, 3], "dsm": "npcs/kitsune.json", "state": "start" }
18 }, 25 },
19 "levels": { 26 "levels": {
20 "temple" : "temple", 27 "temple" : "temple",
21 "level2" : "level2", 28 "level2" : "level2",
22 "level3" : "level3", 29 "level3" : "level3",