Files
Not-so-Rogue-like/maps/aquarium.map

81 lines
2.1 KiB
Plaintext

[MAP]
32 32
00000000000000166100000000000000
01155111551101166110111111111110
01666666666111777711166666666610
05666666666261777716266666666650
05664444466111777711166444446650
01664818466101777710166481846610
01664888466111122111166488846610
05664181466266666666266418146650
05664181466111155111166418146650
01664181466105777750166418146610
01664888466105777750166488846610
05664818466111177111166481846650
05664444466266277266266444446650
01666666666111177111166666666610
01166666666111999911166666666110
00116666666116666661166666661100
00011666666666666666666666611000
00001166666666666666666666110000
00000155155116666661155155100000
00000000000016666661000000000000
00000000000011666611000000000000
00000000000001666610000000000000
00000000000001166110000000000000
00000000000000166100000000000000
11555111555111166111155511155511
13333614464417766771446441699991
18883614666417666671466641667791
18883666666666666666666666697791
18883666666666666666666666697791
18883614666417666671466641697791
13333614464417766771446441699991
11555111555111166111155511155511
[PLAYER]
%player = X Y
player = 30 16
[EXITS]
%exit = X Y MAP_NAME MAP_X MAP_Y
exit = 0 15 END 0 0
exit = 0 16 END 0 0
[DOORS]
%door = X Y ID UNLOCKED
door = 1 15 1 0
door = 1 16 1 0
door = 24 15 0 1
door = 24 16 0 1
door = 27 6 0 1
door = 27 12 0 1
door = 27 19 0 1
door = 27 25 0 1
door = 28 6 0 1
door = 28 12 0 1
door = 28 19 0 1
door = 28 25 0 1
door = 31 15 2 0
door = 31 16 2 0
[KEYS]
%key = X Y ID
key = 3 12 1
[PERSONS]
%person = X Y NAME DIALOG_ID
person = 3 19 Cyd 0
person = 9 6 Godot 1
person = 9 15 Juan 2
person = 9 16 Salvo 3
person = 15 5 Jade 4
person = 15 26 Wilco 5
person = 26 5 Mildagrad 6
person = 28 28 Bartender 7
[DIALOGS]
%dialog = ID TEXT
dialog = 0 Hello!
dialog = 1 How did you get in here?!
dialog = 2 Bonjour! I cannot give you the key. I misplaced it.
dialog = 3 Bonjour.
dialog = 4 I think there is someone in that aquarium over there.
dialog = 5 I heard some noises coming from inside the wall!
dialog = 6 This aquarium would be better with some fish in it!
dialog = 7 Welcome to the bar. Would you like something to drink?