diff data/game.json @ 244:5bbf90e6a94b

Add minimal support for player death
author Neil Muller <drnlmuller@gmail.com>
date Thu, 07 Apr 2011 18:13:51 +0200
parents e06c54d7701f
children afd9256ad682
line wrap: on
line diff
--- a/data/game.json	Thu Apr 07 16:42:54 2011 +0200
+++ b/data/game.json	Thu Apr 07 18:13:51 2011 +0200
@@ -2,7 +2,8 @@
     "fox": {
         "item": null,
         "tails" : [],
-        "health" : 80
+        "cur_health" : 40,
+        "max_health" : 40
     },
     "missions": {
         "monk_tea": {}