||.|.|.......|....|.......................................................|
||.|.|.......|....|.......................................................|
|-+-S-------------|.......................................................|
-|......| |.......................................................|
-|......| ###### |.......................................................|
-|----.-| -+- # |.....-----.............................................|
-|----+----.----+---.....|...|.............................................|
-|........|.|......|.....F...|.............................................|
+|......| |----------.............................................|
+|......| ###### |.........|.............................................|
+|----.-| -+- # |.....---.|.............................................|
+|----+----.----+---.|.--|.|.|.............................................|
+|........|.|......|.|...F...|.............................................|
|.P......-S|......|------.---.............................................|
|..........|......+.|...|.---.............................................|
|.W......---......|.|.|.|.+...............................................|
des.engraving({ coord = { 2,5 }, type = "engrave", text = "Open the door by moving into it", degrade = false });
des.door({ coord = { 2,6 }, state = "closed" });
+des.engraving({ coord = { 2,7 }, type = "engrave", text = "Close the door with '" .. nh.eckey("close") .. "'", degrade = false });
+
+
--
des.engraving({ coord = { 4,5 }, type = "engrave", text = "You can leave the tutorial via the magic portal.", degrade = false });
local armor = (u.role == "Monk") and "leather gloves" or "leather armor";
-des.object({ id = armor, spe = 0, buc = "not-cursed", coord = { 19,14} });
+des.object({ id = armor, spe = 0, buc = "cursed", coord = { 19,14} });
des.engraving({ coord = { 19,15 }, type = "engrave", text = "Wear armor with '" .. nh.eckey("wear") .. "'", degrade = false });
des.engraving({ coord = { 24,16 }, type = "engrave", text = "Now you know the very basics. You can leave the tutorial via the magic portal.", degrade = false });
+des.engraving({ coord = { 26,16 }, type = "engrave", text = "Step into this portal to leave the tutorial", degrade = false });
des.trap({ type = "magic portal", coord = { 27,16 }, seen = true });
--
--
+des.engraving({ coord = { 27,9 }, type = "engrave", text = "Take off armor with '" .. nh.eckey("takeoff") .. "'", degrade = false });
+
+--
+
+des.object({ class = "?", id = "remove curse", buc = "blessed", coord = {23,11} })
+des.engraving({ coord = { 22,11 }, type = "engrave", text = "Some items have shuffled descriptions, different each game", degrade = false });
+des.engraving({ coord = { 23,11 }, type = "engrave", text = "Pick up this scroll, read it with '" .. nh.eckey("read") .. "', and try to remove the armor again", degrade = false });
+
+--
+
+des.engraving({ coord = { 19,10 }, type = "engrave", text = "Another magic portal, a way to leave this tutorial", degrade = false });
+des.trap({ type = "magic portal", coord = { 19,11 }, seen = true });
+
+--
+
des.door({ coord = { 26,14 }, state = "locked" });
des.engraving({ coord = { 27,14 }, type = "burn", text = "UNDER CONSTRUCTION", degrade = false });