From d0af7d2ef8179140196d531939e66cf46aaa42cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kecskem=C3=A9ty=20Oliv=C3=A9r?= <Kecskeméty Olivér> Date: Tue, 10 May 2016 18:18:24 +0200 Subject: [PATCH] some maps --- core/maps/map01.txt | 14 +++++++++++++ core/maps/map02.txt | 23 ++++++++++++++++++++++ core/maps/map03.txt | 48 +++++++++++++++++++++++++++++++++++++++++++++ core/maps/map04.txt | 6 ++++++ 4 files changed, 91 insertions(+) create mode 100644 core/maps/map01.txt create mode 100644 core/maps/map02.txt create mode 100644 core/maps/map03.txt create mode 100644 core/maps/map04.txt diff --git a/core/maps/map01.txt b/core/maps/map01.txt new file mode 100644 index 0000000..03cd736 --- /dev/null +++ b/core/maps/map01.txt @@ -0,0 +1,14 @@ +create map 6 4 +create colonel 5 2 +create jaffa 4 0 +create ravine 2 0 +create ravine 2 1 +create ravine 2 2 +create ravine 2 3 +create gate 1 2 +create wall 0 0 +create wall 0 1 +create wall 0 2 +create wall 0 3 +create zpm 3 1 +create zpm 4 3 \ No newline at end of file diff --git a/core/maps/map02.txt b/core/maps/map02.txt new file mode 100644 index 0000000..6c1ef1b --- /dev/null +++ b/core/maps/map02.txt @@ -0,0 +1,23 @@ +create map 4 7 +create colonel 3 0 +create jaffa 0 0 +create box 1 0 +create zpm 1 1 +create ravine 0 2 +create ravine 1 2 +create ravine 2 2 +create ravine 3 2 +create zpm 0 3 +create zpm 2 3 +create door 1 4 3 3 1 +create gate 1 5 +create wall 0 4 +create wall 0 5 +create wall 0 6 +create wall 2 4 +create wall 2 5 +create wall 2 6 +create wall 3 4 +create wall 3 5 +create wall 3 6 +create wall 1 6 \ No newline at end of file diff --git a/core/maps/map03.txt b/core/maps/map03.txt new file mode 100644 index 0000000..860f328 --- /dev/null +++ b/core/maps/map03.txt @@ -0,0 +1,48 @@ +create map 7 8 +create wall 0 0 +create wall 1 0 +create wall 2 0 +create wall 3 0 +create wall 4 0 +create wall 5 0 +create wall 6 0 +create wall 0 1 +create colonel 1 1 +create door 2 5 2 1 1 +create wall 3 1 +create door 4 5 4 1 1 +create jaffa 5 1 +create wall 6 1 +create wall 0 2 +create wall 2 2 +create wall 3 2 +create wall 4 2 +create wall 6 2 +create wall 0 3 +create ravine 1 3 +create wall 2 3 +create gate 3 3 +create wall 4 3 +create wall 6 3 +create wall 0 4 +create wall 2 4 +create zpm 3 4 +create wall 4 4 +create ravine 5 4 +create wall 6 4 +create wall 0 5 +create box 1 5 +create box 5 5 +create wall 6 5 +create wall 0 6 +create wall 6 2 +create zpm 6 3 +create wall 6 4 +create wall 6 6 +create wall 0 7 +create wall 1 7 +create wall 2 7 +create wall 3 7 +create wall 4 7 +create wall 5 7 +create wall 6 7 \ No newline at end of file diff --git a/core/maps/map04.txt b/core/maps/map04.txt new file mode 100644 index 0000000..26185f5 --- /dev/null +++ b/core/maps/map04.txt @@ -0,0 +1,6 @@ +create map 2 7 +create colonel 1 0 +create zpm 0 2 +create gate 1 3 +create zpm 1 5 +create jaffa 0 6 \ No newline at end of file -- GitLab