changeset 477:0e94bc0a103f

Add tails to game.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 21:56:09 +0200
parents 1c05b6c2b971
children 77cfc17ac949
files data/game.json
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data/game.json	Sat Apr 09 21:55:45 2011 +0200
+++ b/data/game.json	Sat Apr 09 21:56:09 2011 +0200
@@ -153,7 +153,15 @@
         "aburage_96": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] },
         "aburage_97": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] },
         "aburage_98": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] },
-        "aburage_99": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] }
+        "aburage_99": { "type": "Aburage", "level": "celestial_plane", "pos": [1, 1] },
+        "tail_shapeshift": { "type": "ShapeshiftTail", "level": "_limbo", "pos": [1, 1] },
+        "tail_fireball": { "type": "FireballTail", "level": "_limbo", "pos": [1, 1] },
+        "tail_sprint": { "type": "SprintTail", "level": "_limbo", "pos": [1, 1] },
+        "tail_invisibility": { "type": "InvisibilityTail", "level": "_limbo", "pos": [1, 1] },
+        "tail_flight": { "type": "FlightTail", "level": "_limbo", "pos": [1, 1] },
+        "tail_shield": { "type": "ShieldTail", "level": "_limbo", "pos": [1, 1] },
+        "tail_steal": { "type": "StealTail", "level": "_limbo", "pos": [1, 1] },
+        "tail_lightning": { "type": "LightningTail", "level": "_limbo", "pos": [1, 1] }
     },
     "npcs": {
         "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start", "facing": null },