670c4ecaced0fa923149698947fb9cafa492d1be
[homeland.git] / src / objects / overworld / westofcampsite.inf
1 ! Copyright (C) 2019, 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  westofcampsite "West Of Campsite"
17   with  description [;
18             print "You're in an area of sweet smelling green ankle 
19             high grass just east of a forest. Livestock tracks form a 
20             well-worn path next to a creek, both coming from the 
21             northeast, and ending at a small pond. Filled with water 
22             lilies, the pond seems quiet and serene. You look to the 
23             forest edge and see a clear path east and northeast 
24             leading deep into the forest. On both sides there is 
25             dense undergrowth with only a small path through it. The 
26             trees are ancient with thick vines hanging from them and 
27             across the path. All other directions take you to 
28             low-lying hills and grassy fields.";
29             if (westofcampsite hasnt visited)
30                 print
31                     " A flock of birds fly overhead and disappear into 
32                     the forest.";
33             new_line;
34         ],
35         before [;
36           Listen:
37             print_ret 
38                 "You hear strange unintelligible whispers but looking 
39                 around see no one.^";
40         ],
41         e_to campsite,
42   has   light;
43
44 Object  pond "pond" westofcampsite
45   with  name 'pond' 'water',
46         description 
47             "Filled with water lilies, the pond seems quiet 
48             and serene.",
49         before [;
50           ThrownAt:
51             "Probably not a good idea. You might need that.";
52           Taste, Drink:
53             print_ret "The water tastes dirty.";
54           Touch:
55             print_ret "You touch the water, creating ripples.";
56           Take, Pull, Push, PushDir, Turn:
57             print_ret 
58                 "I'm not sure how 
59                 you'd do that with a pond.";
60           Blow:
61             print_ret "You huff and you puff but nothing happens.";
62           Burn:
63             print_ret "One can burn water?";
64           Buy:
65             print_ret "The pond is not for sale.";
66           JumpOver:
67             print_ret "The pond is too large to jump over.";
68         ],
69   has   scenery;
70
71 Object  vines "vines" westofcampsite
72   with  name 'vine' 'vines',
73   has   scenery;