Tutorial: going down and up stairs
Adds the second tutorial level, tut-2.lua
This commit is contained in:
@@ -11,12 +11,12 @@ des.map([[
|
||||
||.|.|.......|......|-.|....|.F.....|.|.......|.....|.....................|
|
||||
||.|.|.......|......||.|-.-----------.-.......|-S----.....................|
|
||||
|-+-S---------..---.||........................|...|.......................|
|
||||
|......| |.-------------------.......|...|.......................|
|
||||
|......| ###### |.........| |..S.......|...|.......................|
|
||||
|----.-| -+- # |.....---.|######+..|.......S...|.......................|
|
||||
|----+----.----+---.|.--|.|.|# ------------...|.......................|
|
||||
|........|.|......|.|...F...|# ........|.....+...|.......................|
|
||||
|.P......-S|......|------.---# .........|.....|...|.......................|
|
||||
|......| |.-------------------.......|...|....--S----............|
|
||||
|......| ###### |.........| |..S.......|...|....|.....|............|
|
||||
|----.-| -+- # |.....---.|######+..|.......S...|....|.....|............|
|
||||
|----+----.----+---.|.--|.|.|# ------------...|....|.....|............|
|
||||
|........|.|......|.|...F...|# ........|.....+...|....|.....|............|
|
||||
|.P......-S|......|------.---# .........|.....|...|....-------............|
|
||||
|..........|......+.|...|.|.S# ..--S-----.....|LLL|.......................|
|
||||
|.W......---......|.|.|.|.|.|# ..|......|.....|LLL|.......................|
|
||||
|....Z.L.S.F......|.|.|.|.---# |......+.....|...|.......................|
|
||||
@@ -237,9 +237,14 @@ des.door({ coord = { 50,16 }, state = "closed" });
|
||||
|
||||
--
|
||||
|
||||
des.engraving({ coord = { 55,9 }, type = "burn", text = "UNDER CONSTRUCTION", degrade = false });
|
||||
des.engraving({ coord = { 58,9 }, type = "burn", text = "Use '" .. nh.eckey("down") .. "' to go down the stairs", degrade = false });
|
||||
des.stair({ dir = "down", coord = { 58,10 } });
|
||||
|
||||
des.trap({ type = "magic portal", coord = { 60,9 }, seen = true });
|
||||
--
|
||||
|
||||
des.engraving({ coord = { 65,3 }, type = "burn", text = "UNDER CONSTRUCTION", degrade = false });
|
||||
|
||||
des.trap({ type = "magic portal", coord = { 66,2 }, seen = true });
|
||||
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user