diff options
| author | troido <troido@protonmail.com> | 2020-09-27 17:42:44 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-27 17:42:44 +0200 |
| commit | 09cc0f0e81a339faec191b773b5eca985d15799c (patch) | |
| tree | 26321aadc3981a0836170c14262ca40bd9a43486 /content/maps/begin.json | |
| parent | 3b483c793f0f2c8e76f599f74285f237d5dde00e (diff) | |
templates are not used as {"type": something} anymore
Diffstat (limited to 'content/maps/begin.json')
| -rw-r--r-- | content/maps/begin.json | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/content/maps/begin.json b/content/maps/begin.json index d8f8efe..63d4368 100644 --- a/content/maps/begin.json +++ b/content/maps/begin.json @@ -89,42 +89,33 @@ "~": "water", "=": ["water", "bridge"], "*": ["ground", { - "type": "spawner", - "kwargs": {"template": {"type": "pebble"}, "delay": 600, "initial_spawn": false} + ":template": "spawner", "template": {":template": "pebble"}, "delay": 600, "initial_spawn": false }], "d": ["ground", { - "type": "spawner", - "kwargs": {"template": {"type": "dummy"}, "delay": 600, "initial_spawn": true} + ":template": "spawner", "template": {":template": "dummy"}, "delay": 600, "initial_spawn": true }], "D": ["ground", "opendoor"], "#": "wall", ":": ["ground", { - "type": "spawner", - "kwargs": {"template": {"type": "radishseed"}, "delay": 600, "initial_spawn": false} + ":template": "spawner", "template": {":template": "radishseed"}, "delay": 600, "initial_spawn": false }], ".": "ground", "+": "floor", "X": "rock", "^": ["spiketrap", "ground"], ">": [ - {"type": "portal", "kwargs": {"destination": "basement", "destpos": "stairup"}}, - {"type": "img", "kwargs": {"sprite": "stairdown"}}, + {":template": "portal", "destination": "basement", "destpos": "stairup"}, + {":template": "img", "sprite": "stairdown"}, "floor" ], "C": [ - {"type": "portal", "kwargs": {"destination": "cave", "destpos": "stairup"}}, - {"type": "img", "kwargs": {"sprite": "stairdown"}}, + {":template": "portal", "destination": "cave", "destpos": "stairup"}, + {":template": "img", "sprite": "stairdown"}, "floor" ], - "r": ["grass", {"type": "singleton", "kwargs": {"ent": {"type": "rabbit"}}}], - "3": [{ - "type": "portal", - "kwargs": {"destination": "smallview", "destpos": "begin"} - },"bridge", "water"], - "2": [{ - "type": "portal", - "kwargs": {"destination": "tutorial", "destpos": "tunnelout"} - }, "floor"], + "r": ["grass", {":template": "singleton", "ent": {":template": "rabbit"}}], + "3": [{":template": "portal", "destination": "smallview", "destpos": "begin"}, "bridge", "water"], + "2": [{":template": "portal", "destination": "tutorial", "destpos": "tunnelout"}, "floor"], "E": ["grass", "trader"], " ": [] } |
