comparison data/game.json @ 531:5f1058593462

Remove all tails by default
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 00:18:36 +0200
parents f6bd04e5a414
children 89f7ea0f4b0e
comparison
equal deleted inserted replaced
530:f6bd04e5a414 531:5f1058593462
1 { 1 {
2 "fox": { 2 "fox": {
3 "item": null, 3 "item": null,
4 "tails" : [ 4 "tails" : [],
5 "shapeshift",
6 "fireball",
7 "sprint",
8 "invisibility",
9 "flight",
10 "shield",
11 "steal",
12 "lightning"
13 ],
14 "shape": "fox", 5 "shape": "fox",
15 "cur_health" : 40, 6 "cur_health" : 40,
16 "max_health" : 40, 7 "max_health" : 40,
17 "level": "temple", 8 "level": "temple",
18 "doorway": "starting", 9 "doorway": "starting",