comparison data/game.json @ 289:16ffe6f5dbb8

Add fox.shape (which can be 'fox', 'human' or 'human_with_fan') to game.json. Use fox.shape in state checks in guard.json.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 21:44:39 +0200
parents ddcfc159dc2a
children e22b0e4d52ae
comparison
equal deleted inserted replaced
288:ddcfc159dc2a 289:16ffe6f5dbb8
1 { 1 {
2 "fox": { 2 "fox": {
3 "item": null, 3 "item": null,
4 "tails" : [], 4 "tails" : [],
5 "shape": "fox",
5 "cur_health" : 40, 6 "cur_health" : 40,
6 "max_health" : 40, 7 "max_health" : 40,
7 "level": "temple", 8 "level": "temple",
8 "doorway": "starting" 9 "doorway": "starting"
9 }, 10 },