diff data/game.json @ 483:b48c194c4af9

Some haiku and encoding fixes.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 09 Apr 2011 22:05:27 +0200
parents 2f1bafc93177
children 79b8269e5bf8
line wrap: on
line diff
--- a/data/game.json	Sat Apr 09 22:03:42 2011 +0200
+++ b/data/game.json	Sat Apr 09 22:05:27 2011 +0200
@@ -31,7 +31,9 @@
         "all_fishmonger_demons_dead": false,
         "kanedas_agreement_disrupted": false,
         "final_battle_lost": false,
-        "final_battle_won": false
+        "final_battle_won": false,
+        "haiku_wins": 0,
+        "haiku_losses": 0
     },
     "items": {
         "tealeaf": { "type": "TeaLeaf", "level": "temple", "pos": [1, 7] },
@@ -49,11 +51,11 @@
         "salmon": { "type": "Salmon", "level": "_limbo", "pos": [1, 3] },
         "no_mask": { "type": "NoMask", "level": "theatre", "pos": [10, 10], "broken": false },
         "no_costume": { "type": "NoCostume", "level": "theatre", "pos": [13, 10] },
-        "haiku1": { "type": "HaikuScroll", "level": "temple", "pos": [14, 16], "text": "Remaining in it?" },
-        "haiku2": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "The end of autumn." },
-        "haiku3": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "With no leaves to blow." },
-        "haiku4": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "And it passes by." },
-        "haiku5": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "The Galaxy." },
+        "haiku1": { "type": "HaikuScroll", "level": "temple", "pos": [14, 16], "text": "remaining in it?" },
+        "haiku2": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "the end of autumn." },
+        "haiku3": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "with no leaves to blow." },
+        "haiku4": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "and it passes by." },
+        "haiku5": { "type": "HaikuScroll", "level": "_limbo", "pos": [0, 0], "text": "the Galaxy." },
         "aburage_00": { "type": "Aburage", "level": "temple", "pos": [18, 5] },
         "aburage_01": { "type": "Aburage", "level": "temple", "pos": [1, 15] },
         "aburage_02": { "type": "Aburage", "level": "temple", "pos": [5, 4] },