Update to serial 210328
[homeland.git] / src / objects / overworld / campsite.inf
diff --git a/src/objects/overworld/campsite.inf b/src/objects/overworld/campsite.inf
deleted file mode 100644 (file)
index 97ec907..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-! Copyright (C) 2019, 2020 Jason Self <j@jxself.org>
-!
-! This file is free software: you may copy, redistribute and/or 
-! modify it under the terms of the GNU Affero General Public License 
-! as published by the Free Software Foundation, either version 3 of 
-! the License, or (at your option) any later version.
-!
-! This file is distributed in the hope that it will be useful, but
-! WITHOUT ANY WARRANTY; without even the implied warranty of
-! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-! Affero General Public License for more details.
-!
-! You should have received a copy of the GNU Affero General Public
-! License along with this file. If not, see https://gnu.org/licenses/
-
-Object  campsite "Campsite"
-  with  description 
-            "You are at an old campsite set among some low-lying hills 
-            and grassy fields. The sun shines brightly from above, 
-            casting its golden glow in all directions to illuminate 
-            the camping area. The healthy, dark green grass carpets 
-            the field except around an old fire pit. The fire pit 
-            appears to have been used recently and you smell smoke in 
-            the air. It is still intact and there are no ashes. The 
-            hills and grassy fields appears to continue on in all 
-            directions, leading to some trees in the distance in an 
-            area that appears to be heavily wooded.",
-        n_to g59,
-        nw_to g58,
-        ne_to g60,
-        w_to westofcampsite,
-        e_to h70,
-        s_to g79,
-        se_to h80,
-        sw_to h78,
-        before [;
-          Listen:
-            print_ret 
-                "You listen and hear several raspy coughs nearby... 
-                all coming from the log. You also hear chanting from 
-                right behind you but looking around you see no one is 
-                there.";
-        ],
-        u_to 
-            "That's the sky. Not sure how you plan to get there but 
-            maybe you know something I don't.",
-        d_to "That's the ground. Since when are you able to move through it?",
-  has   light;
-
-Object  firepit "firepit" campsite
-  with  name 'fire' 'firepit' 'pit',
-        description 
-            "The fire pit is small and nothing more than an 
-            indentation in the ground. It reeks of old campfires.",
-  has   scenery;
-
-Object  log "log" campsite
-  with  name 'log' 'wood',
-        description 
-            "It's the remnant of a tree trunk uprooted by a storm. 
-            About 6 feet long and 2 feet thick, someone has taken the 
-            time to shape it flat and square for sitting. The log is 
-            dry but heavy for its size and would be difficult to move 
-            without some kind of vehicle. Slightly recessed into the 
-            ground, it's a combination of cinnamon and caramel brown. 
-            Deep scratches and ominous stains mar the surface.",
-  has   supporter enterable static;
-
-Object  diary "diary"
-  with  name 'diary' 'book',
-        description 
-            "The diary is old and worn. The pages are tattered and 
-            yellowed, and most of the writing has faded due to 
-            exposure to the elements over the years. In reviewing the 
-            pages you can make out a single passage: ~The humming... 
-            the humming... I can't make it stop.~",
-  has   ;
-
-Object  lantern "copper lantern" log
-  with  name 'lantern' 'copper',
-        description 
-            "This is an exceptionally beautiful oil lamp. About 
-            eleven inches high, with a base of about 5 inches or so in 
-            diameter and a large, brass-closed hook at the top. The 
-            glass in the lamp has a Fresnel type of design, which is 
-            used to distribute light widely. The words ~Manufactured 
-            By The Frobozz Magic Lantern Company~ are engraved in the 
-            base.",
-        after [;
-          SwitchOn:
-            give lantern light;
-          SwitchOff:
-            give lantern ~light;
-        ],
-  has   switchable;
\ No newline at end of file