diff options
| author | troido <troido@protonmail.com> | 2020-03-03 18:06:02 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-03 18:06:02 +0100 |
| commit | 986c82723cf9a4adada02287309999f4ebbf94e3 (patch) | |
| tree | acc26dfd3cb604c959d16f4291db2f6f21d242f9 /content/maps | |
| parent | 9954b5cbaab27aaffcafa8723dcd5d1c99fa811f (diff) | |
randomise attack damage
Diffstat (limited to 'content/maps')
| -rw-r--r-- | content/maps/room.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/content/maps/room.json b/content/maps/room.json index 6806ddd..fe99559 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -3,14 +3,14 @@ "height": 23, "spawn": [5, 15], "field": [ - " XXXXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXXX", - " ,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X", - " ,,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X", - " ,,,,,,,,,,r,,~~~~,,,,,,,,,,,,,,,,,,,,X", - " bbbb..,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", - " ,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", - " ,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", - " ,,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", + "~~~~~XXXXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXXX", + "~~~~~,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X", + "~~~~,,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X", + "~~~~,,,,,,,,,,r,,~~~~,,,,,,,,,,,,,,,,,,,,X", + "~bbbb..,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", + "~~~~,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", + "~~~,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", + "~~,,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", "X,,,,,.,,,,,,,,,,,~~~~,,,,,,T,,,,,,,,,,,,X", "X,,,,,.,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,X", "X,^,,,.,,,,,,,,,,,,~~~,,,,,T,,,,######,,,X", |
