# HG changeset patch # User Simon Cross # Date 1302132903 -7200 # Node ID 3286f1f322637620468811f147808d90cac19ea7 # Parent 84b6afff51feb1dba321cb2655d7009233c037db Add back more NPCs. diff -r 84b6afff51fe -r 3286f1f32263 data/game.json --- a/data/game.json Thu Apr 07 01:34:47 2011 +0200 +++ b/data/game.json Thu Apr 07 01:35:03 2011 +0200 @@ -14,7 +14,14 @@ }, "npcs": { "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" }, - "guard": { "type": "Guard", "level": "level2", "pos": [10, 3], "dsm": "npcs/guard.json", "state": "start" } + "guard": { "type": "Guard", "level": "level2", "pos": [10, 3], "dsm": "npcs/guard.json", "state": "start" }, + "hattori": { "type": "Hattori", "level": "level3", "pos": [10, 3], "dsm": "npcs/hattori.json", "state": "start" }, + "ichiro": { "type": "Ichiro", "level": "level3", "pos": [11, 3], "dsm": "npcs/ichiro.json", "state": "start" }, + "kaneda": { "type": "Kaneda", "level": "level4", "pos": [10, 3], "dsm": "npcs/kaneda.json", "state": "start" }, + "kumiko": { "type": "Kumiko", "level": "level4", "pos": [11, 3], "dsm": "npcs/kumiko.json", "state": "start" }, + "actor": { "type": "Actor", "level": "level5", "pos": [8, 3], "dsm": "npcs/actor.json", "state": "start" }, + "sasuke": { "type": "Sasuke", "level": "level5", "pos": [9, 3], "dsm": "npcs/sasuke.json", "state": "start" }, + "kitsune": { "type": "Kitsune", "level": "level5", "pos": [10, 3], "dsm": "npcs/kitsune.json", "state": "start" } }, "levels": { "temple" : "temple",