diff options
Diffstat (limited to 'docs/tutorial/content1')
| l--------- | docs/tutorial/content1/encyclopediae | 1 | ||||
| -rw-r--r-- | docs/tutorial/content1/maps/island.json | 38 | ||||
| -rw-r--r-- | docs/tutorial/content1/world.json | 4 |
3 files changed, 43 insertions, 0 deletions
diff --git a/docs/tutorial/content1/encyclopediae b/docs/tutorial/content1/encyclopediae new file mode 120000 index 0000000..34b3674 --- /dev/null +++ b/docs/tutorial/content1/encyclopediae @@ -0,0 +1 @@ +../../../content/encyclopediae/
\ No newline at end of file diff --git a/docs/tutorial/content1/maps/island.json b/docs/tutorial/content1/maps/island.json new file mode 100644 index 0000000..3b2f21d --- /dev/null +++ b/docs/tutorial/content1/maps/island.json @@ -0,0 +1,38 @@ +{ + "width": 16, + "height": 16, + "spawn": [8, 8], + "field": [ + "~~~~~~~~~~~~~~~~", + "~~~~~~~~~~~~~~~~", + "~~~~,,,,,,,,~~~~", + "~~~,,,#####,,~~~", + "~~,,,,#+++#,,,~~", + "~~,,,,#+++#,,,~~", + "~~,,,,##D##,,,~~", + "~~,,,,,,.,,,,,~~", + "~~,,T,,,.,,,,,~~", + "~~,,,,,,.,,,,,~~", + "~~,,,T,,.,,,,,~~", + "~~,,,,,,.,,T,,~~", + "~~~,,,,,.,,,,~~~", + "~~~~,,,,.,,,~~~~", + "~~~~~~~~~~~~~~~~", + "~~~~~~~~~~~~~~~~" + ], + "mapping": { + "#": "wall", + ",": "grass", + ".": "ground", + "~": "water", + "b": "bridge", + "+": "floor", + "'": "greengrass", + "T": ["grass", "tree"], + "f": ["grass", "fence"], + "X": "rock", + "^": ["grass", "spiketrap"], + "D": ["ground", "closeddoor"], + " ": [] + } +} diff --git a/docs/tutorial/content1/world.json b/docs/tutorial/content1/world.json new file mode 100644 index 0000000..3a8bc04 --- /dev/null +++ b/docs/tutorial/content1/world.json @@ -0,0 +1,4 @@ +{ + "default_room": "island", + "encyclopediae": ["default_encyclopedia", "crops", "base", "npcs"] +} |
