comparison data/game.json @ 288:ddcfc159dc2a

Combine 'fox' and 'player' sections in game.json.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 21:23:00 +0200
parents f512e874b2e7
children 16ffe6f5dbb8
comparison
equal deleted inserted replaced
287:f512e874b2e7 288:ddcfc159dc2a
1 { 1 {
2 "fox": { 2 "fox": {
3 "item": null, 3 "item": null,
4 "tails" : [], 4 "tails" : [],
5 "cur_health" : 40, 5 "cur_health" : 40,
6 "max_health" : 40 6 "max_health" : 40,
7 "level": "temple",
8 "doorway": "starting"
7 }, 9 },
8 "missions": { 10 "missions": {
9 "monk_tea": false, 11 "monk_tea": false,
10 "fish_in_room": false, 12 "fish_in_room": false,
11 "kumikos_kimono_torn": false, 13 "kumikos_kimono_torn": false,
38 "tea_house" : "tea_house", 40 "tea_house" : "tea_house",
39 "temple_grounds" : "temple_grounds", 41 "temple_grounds" : "temple_grounds",
40 "temple" : "temple", 42 "temple" : "temple",
41 "theatre" : "theatre", 43 "theatre" : "theatre",
42 "town" : "town" 44 "town" : "town"
43 }, 45 }
44 "player": {"level": "temple", "doorway": "starting"}
45 } 46 }