Add "The Maze" map by Waterbug (#63)

master
-sniper- (minetest) 2019-12-24 14:30:43 +01:00 committed by ANAND
parent 6f2292aaf1
commit efe93dc455
3 changed files with 53 additions and 0 deletions

53
maze/map.conf Normal file
View File

@ -0,0 +1,53 @@
name = The Maze
author = Waterbug
hint = Look for several rooms with chests
license = CC BY-SA 3.0
rotation = x
r = 61
h = 76
phys_speed = 1.2
initial_stuff = default:sword_stone,default:pick_stone,default:torch 10
team.1 = red
team.1.color = red
team.1.pos = (24,2,48)
team.2 = blue
team.2.color = blue
team.2.pos = (-24,2,-48)
# blue base room
chests.1.n = 10
chests.1.from = (-31,1,-39)
chests.1.to = (-15,1,-55)
# red base room
chests.2.n = 10
chests.2.from = (15,1,39)
chests.2.to = (31,1,55)
# room with trees, blue side
chests.3.n = 25
chests.3.from = (17,14,-17)
chests.3.to = (59,24,-59)
#room with trees, red side
chests.4.n = 25
chests.4.from = (-17,14,17)
chests.4.to = (-59,24,59)
# middle room, red side
chests.5.n = 10
chests.5.from = (7,-11,9)
chests.5.to = (-7,-11,1)
# middle room, blue side
chests.6.n = 10
chests.6.from = (7,-11,-1)
chests.6.to = (-7,-11,-9)
# upper middle room
chests.7.n = 15
chests.7.from = (-9,25,9)
chests.7.to = (9,25,-9)

BIN
maze/map.mts Normal file

Binary file not shown.

BIN
maze/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB