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/room.json | |
| parent | 3b483c793f0f2c8e76f599f74285f237d5dde00e (diff) | |
templates are not used as {"type": something} anymore
Diffstat (limited to 'content/maps/room.json')
| -rw-r--r-- | content/maps/room.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/maps/room.json b/content/maps/room.json index b13a951..470b200 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -38,13 +38,13 @@ "T": ["grass", "tree"], "f": ["grass", "fence"], "X": "rock", - "*": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "pebble"}, "delay": 1200, "initial_spawn": false}}], - "o": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "stone"}, "delay": 1200, "initial_spawn": false}}], - "%": {"type": "portal", "kwargs": {"destination": "broom", "destpos": "northentry"}}, - "1": {"type": "portal", "kwargs": {"destination": "smallview"}}, + "*": ["grass", {":template": "spawner", "template": {":template": "pebble"}, "delay": 1200, "initial_spawn": false}], + "o": ["grass", {":template": "spawner", "template": {":template": "stone"}, "delay": 1200, "initial_spawn": false}], + "%": {":template": "portal", "destination": "broom", "destpos": "northentry"}, + "1": {":template": "portal", "destination": "smallview"}, "^": ["grass", "spiketrap"], - "d": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "dummy"}, "delay": 100, "initial_spawn": true}}], - "r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat"}, "amount": 3, "clan": "rats", "delay": 200, "initial_spawn": true}}], + "d": ["grass", {":template": "spawner", "template": {":template": "dummy"}, "delay": 100, "initial_spawn": true}], + "r": ["grass", {":template": "spawner", "template": {":template": "rat"}, "amount": 3, "clan": "rats", "delay": 200, "initial_spawn": true}], "D": ["ground", "closeddoor"], "s": ["ground", "sign"], "u": ["ground", "dude"], |
