diff data/game.json @ 206:e2acf4663065

Move fox properties to the world
author Neil Muller <drnlmuller@gmail.com>
date Wed, 06 Apr 2011 23:19:08 +0200
parents 7a4e7859bc26
children fcc5eca8eaca
line wrap: on
line diff
--- a/data/game.json	Wed Apr 06 23:03:34 2011 +0200
+++ b/data/game.json	Wed Apr 06 23:19:08 2011 +0200
@@ -1,6 +1,8 @@
 {
     "fox": {
-        "item": null
+        "item": null,
+        "tails" : [],
+        "health" : 80
     },
     "missions": {
         "monk_tea": {}
@@ -21,4 +23,4 @@
         "level4" : "level4",
         "level5" : "level5"
     }
-}
\ No newline at end of file
+}