f3ecb3824d042a6885e8e3f12bf164e306a86344
[homeland.git] / src / objects / overworld / g79.inf
1 ! Copyright (C) 2020 Jason Self <j@jxself.org>
2 !
3 ! This file is free software: you may copy, redistribute and/or 
4 ! modify it under the terms of the GNU Affero General Public License 
5 ! as published by the Free Software Foundation, either version 3 of 
6 ! the License, or (at your option) any later version.
7 !
8 ! This file is distributed in the hope that it will be useful, but
9 ! WITHOUT ANY WARRANTY; without even the implied warranty of
10 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 ! Affero General Public License for more details.
12 !
13 ! You should have received a copy of the GNU Affero General Public
14 ! License along with this file. If not, see https://gnu.org/licenses/
15
16 Object  g79 "Small Hill"
17   with  description 
18             "You are on a small hill, and from here it feels as if you 
19             can see for miles around. A garden used to exist here, now 
20             overgrown. Under the foliage are hundreds of stands of 
21             wildflowers, along with yellow hedges. The wind causes a 
22             100-foot-high metal spiral to slowly rotate and make a 
23             low, whistling sound. A rusty metal bench is here, which 
24             faces out over the former garden. There's a dense forest 
25             to the south. The height of this hill makes it possible 
26             to see farmland in the distance with an orchard and 
27             evidence of old animal activity.",
28         n_to campsite,
29         e_to h80,
30         w_to h78,
31         ne_to h70,
32         nw_to westofcampsite,
33         cant_go "The forest is so dense that you'd first need to find 
34                 a machete to be able to continue in that direction.",
35   has   light;
36
37 Object  garden2 "garden" g79
38   with  name 'garden',
39         description
40             "It's an old garden, now overgrown.",
41   has   scenery;
42
43 Object  wildflowers "wildflowers" g79
44   with  name 'wild' 'flower' 'flowers' 'foliage',
45   has   scenery;
46
47 Object  yellowhedges "yellow hedges" g79
48   with  name 'yellow' 'hedge' 'hedges',
49         description
50             "They look like they need trimming but they are doing 
51             their best. The wind is just making them dance a little.",
52   has   scenery pluralname;
53
54 Object  rustymetalbench "rusty metal bench" g79
55   with  name 'metal' 'bench',
56         description
57             "You can't see it very well since it is partly hidden by 
58             some of the overgrowth but it's so rusty that you might 
59             get tetanus just from looking at it.",
60   has   scenery supporter enterable static;
61
62 Object  spiral "100-foot-high metal spiral" g79
63   with  name 'metal' 'spiral',
64         description
65             "It seems so old and rusted that it could fall at any 
66             minute as it slowly rotates in the wind.",
67   has   scenery;