1#
2# Angband-1
3# Copyright (c) 2009 by Patric Mueller
4#
5# NetHack may be freely redistributed.  See license for details.
6#
7LEVEL: "town-1"
8MESSAGE: "You step into the sunlight. You hear the sounds of civilization."
9$place = { (4,6),(4,16),(18,2),(25,10),(40,13),(55,4),(58,12),(71,2),(73,15) }
10SHUFFLE: $place
11ROOM: "ordinary", lit, random, random, (76,17)
12{
13STAIR: $place[0], down
14ENGRAVING: $place[1], mark, "Welcome to the town of Angband!"
15FOUNTAIN: ( 6,12)
16FOUNTAIN: (39, 9)
17FOUNTAIN: (68, 3)
18#
19#       The Shops
20#
21SUBROOM: "armor shop" [66%], lit, (10,4), (5,2)
22{
23ROOMDOOR: false, closed, random, random
24}
25SUBROOM: "pet shop" [66%], lit, (26,4), (6,3)
26{
27ROOMDOOR: false, closed, random, random
28}
29SUBROOM: "tool shop" [66%], lit, (44,2), (3,3)
30{
31ROOMDOOR: false, closed, random, random
32}
33SUBROOM: "candle shop" [66%], lit, (59,6), (2,2)
34{
35ROOMDOOR: false, closed, random, random
36}
37
38SUBROOM: "shop", lit, (16,12), (3,2)
39{
40ROOMDOOR: false, closed, random, random
41}
42SUBROOM: "weapon shop" [66%], lit, (30,13), (3,2)
43{
44ROOMDOOR: false, closed, random, random
45}
46SUBROOM: "music shop" [66%], lit, (48,11), (2,3)
47{
48ROOMDOOR: false, closed, random, random
49}
50SUBROOM: "tin shop" [66%], lit, (65,13), (4,2)
51{
52ROOMDOOR: false, closed, random, random
53}
54#
55#       The Town Watch.
56#
57MONSTER:('@', "watchman"), random, peaceful
58MONSTER:('@', "watchman"), random, peaceful
59MONSTER:('@', "watchman"), random, peaceful
60MONSTER:('@', "watchman"), random, peaceful
61MONSTER:('@', "watch captain"), random, peaceful
62MONSTER:('@', "watch captain"), random, peaceful
63MONSTER:('@', "watch captain"), random, peaceful
64#
65#       Some distracting townspeople
66#
67MONSTER:('@', "mugger"), random, hostile
68MONSTER:('@', "mugger"), random, hostile
69MONSTER:('@', "mugger"), random, hostile
70MONSTER:('@', "mugger"), random, hostile
71MONSTER:('r', "sewer rat"), random, hostile
72MONSTER:('r', "sewer rat"), random, hostile
73MONSTER:('d', "little dog"), random, hostile
74}
75