Update to serial 201027
authorJason Self <j@jxself.org>
Fri, 25 Dec 2020 02:09:51 +0000 (18:09 -0800)
committerJason Self <j@jxself.org>
Fri, 25 Dec 2020 02:09:51 +0000 (18:09 -0800)
src/homeland.inf
src/objects/intro/sidewalk.inf
src/objects/overworld/campsite.inf
src/objects/overworld/g79.inf
src/objects/overworld/grandlibrary.inf [new file with mode: 0644]
src/objects/overworld/h76.inf [new file with mode: 0644]
src/objects/overworld/westofcampsite.inf

index 83685c698ae42feb411ee9ecdf39fa42f1145daf..9239799e70d900cef07e9c010be5d202e1632df0 100644 (file)
@@ -35,7 +35,7 @@ Constant Headline
 Include "parser";
 Include "verblib";
 Release 0;
 Include "parser";
 Include "verblib";
 Release 0;
-Serial "200614";
+Serial "201027";
 Include "src/objects/intro/kitchen.inf";
 Include "src/objects/intro/livingroom.inf";
 Include "src/objects/intro/bedroom.inf";
 Include "src/objects/intro/kitchen.inf";
 Include "src/objects/intro/livingroom.inf";
 Include "src/objects/intro/bedroom.inf";
@@ -50,6 +50,7 @@ Include "src/objects/overworld/campsite.inf";
 Include "src/objects/overworld/westofcampsite.inf";
 Include "src/objects/overworld/shed.inf";
 Include "src/objects/overworld/house.inf";
 Include "src/objects/overworld/westofcampsite.inf";
 Include "src/objects/overworld/shed.inf";
 Include "src/objects/overworld/house.inf";
+Include "src/objects/overworld/grandlibrary.inf";
 Include "src/objects/overworld/g58.inf";
 Include "src/objects/overworld/g59.inf";
 Include "src/objects/overworld/g60.inf";
 Include "src/objects/overworld/g58.inf";
 Include "src/objects/overworld/g59.inf";
 Include "src/objects/overworld/g60.inf";
@@ -58,6 +59,7 @@ Include "src/objects/overworld/g79.inf";
 Include "src/objects/overworld/h70.inf";
 Include "src/objects/overworld/h78.inf";
 Include "src/objects/overworld/h80.inf";
 Include "src/objects/overworld/h70.inf";
 Include "src/objects/overworld/h78.inf";
 Include "src/objects/overworld/h80.inf";
+Include "src/objects/overworld/h76.inf";
 
 Include "src/objects/globals.inf";
 
 
 Include "src/objects/globals.inf";
 
index b58226b3bc91f84f448c10d99f832bce9e4d3737..1fb4f1d81746b2f4cc01c3b986bb008c06ae716d 100644 (file)
@@ -17,14 +17,14 @@ Object  Sidewalk "Sidewalk"
   with  description 
             "You are standing on the sidewalk in front of your house. 
             The street is normally quiet, but it's been very busy 
   with  description 
             "You are standing on the sidewalk in front of your house. 
             The street is normally quiet, but it's been very busy 
-            today like trying to get through a busy movie theater, 
-            and the sound of the traffic has been particularly 
-            noticeable. The traffic is a good sign of what going on 
-            in the city as a whole today. It is barely cloudy and 
-            already hot this morning. Smaller branches of trees are in 
-            motion from the light wind, which helps to provide some 
-            relief from the heat. Your home is to the west. Your 
-            neighbor's home is to the northwest.",
+            and crowded today, like trying to get through a busy movie 
+            theater, and the sound of the traffic has been 
+            particularly noticeable. The traffic is a good sign of 
+            what's going on in the city as a whole today. It is barely 
+            cloudy and already hot this morning. Smaller branches of 
+            trees are in motion from the light wind, which helps to 
+            provide some relief from the heat. Your home is to the 
+            west. Your neighbor's home is to the northwest.",
         n_to 
             "Some inconsiderate person parked their car on the 
             sidewalk which blocks your path. It might be nice to call 
         n_to 
             "Some inconsiderate person parked their car on the 
             sidewalk which blocks your path. It might be nice to call 
index 172c5881442fb96a6d0dd016f8a7c5243991a3da..97ec9076fe73bcdbab2b7934663c79053b997c73 100644 (file)
@@ -85,7 +85,7 @@ Object  lantern "copper lantern" log
             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 
             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.^",
+            base.",
         after [;
           SwitchOn:
             give lantern light;
         after [;
           SwitchOn:
             give lantern light;
index 337e78776eb3a7b879c038c50af812d0d597711d..f3ecb3824d042a6885e8e3f12bf164e306a86344 100644 (file)
@@ -17,14 +17,14 @@ Object  g79 "Small Hill"
   with  description 
             "You are on a small hill, and from here it feels as if you 
             can see for miles around. A garden used to exist here, now 
   with  description 
             "You are on a small hill, and from here it feels as if you 
             can see for miles around. A garden used to exist here, now 
-            now overgrown. Under the foliage are hundreds of stands 
-            of wildflowers, along with yellow hedges. The wind causes 
-            100-foot-high metal spiral to slowly rotate and make a 
+            overgrown. Under the foliage are hundreds of stands of 
+            wildflowers, along with yellow hedges. The wind causes a 
+            100-foot-high metal spiral to slowly rotate and make a 
             low, whistling sound. A rusty metal bench is here, which 
             faces out over the former garden. There's a dense forest 
             low, whistling sound. A rusty metal bench is here, which 
             faces out over the former garden. There's a dense forest 
-            to the south. The height of this hill makes it possible to 
-            see farmland in the distance with an orchard and evidence 
-            of old animal activity.",
+            to the south. The height of this hill makes it possible 
+            to see farmland in the distance with an orchard and 
+            evidence of old animal activity.",
         n_to campsite,
         e_to h80,
         w_to h78,
         n_to campsite,
         e_to h80,
         w_to h78,
@@ -55,8 +55,8 @@ Object  rustymetalbench "rusty metal bench" g79
   with  name 'metal' 'bench',
         description
             "You can't see it very well since it is partly hidden by 
   with  name 'metal' 'bench',
         description
             "You can't see it very well since it is partly hidden by 
-            some of the overgrowth brush but it's so rusty that you 
-            might get tetanus just from looking at it.",
+            some of the overgrowth but it's so rusty that you might 
+            get tetanus just from looking at it.",
   has   scenery supporter enterable static;
 
 Object  spiral "100-foot-high metal spiral" g79
   has   scenery supporter enterable static;
 
 Object  spiral "100-foot-high metal spiral" g79
diff --git a/src/objects/overworld/grandlibrary.inf b/src/objects/overworld/grandlibrary.inf
new file mode 100644 (file)
index 0000000..7b0b7b4
--- /dev/null
@@ -0,0 +1,27 @@
+! Copyright (C) 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  grandlibrary "Grand Library, Main Lobby"
+  with  description 
+            "The Grand Library, with its high ceiling, has been 
+            abandoned for many years. Despite being heavily looted 
+            there may still be some valuable items left behind. The 
+            walls are lined with empty shelves that seem to reach all 
+            the way to the high ceiling. All of the furniture is 
+            gone, and on the west wall, there is a curtained off 
+            area. This room looks considerably less damaged than any 
+            other part of this building although the dilapidated 
+            condition makes the library quite a dangerous place to 
+            wander around in.";
\ No newline at end of file
diff --git a/src/objects/overworld/h76.inf b/src/objects/overworld/h76.inf
new file mode 100644 (file)
index 0000000..aa42615
--- /dev/null
@@ -0,0 +1,28 @@
+! Copyright (C) 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  h76 "Grassy Meadow"
+  with  description 
+            "You are standing in a grassy meadow on top of a small 
+            hill, which has several little hills surrounding it. The 
+            sun is shining brightly, and the air smells of flowers. 
+            The sky is dark blue and there isn't a cloud in the sky. 
+            There's no wind either. The sun is high enough that you 
+            can see all around you, but not so high as to be 
+            blinding. This place feels quiet and serene; as if you 
+            have stepped into picturesque moment where time seems to 
+            stand still. To the south is the Grand Library.",
+        s_to grandlibrary,
+  has   light;
\ No newline at end of file
index d1e1482ddd8c64f5c4ee6fcbff2dddfc7cc237ce..670c4ecaced0fa923149698947fb9cafa492d1be 100644 (file)
@@ -16,8 +16,7 @@
 Object  westofcampsite "West Of Campsite"
   with  description [;
             print "You're in an area of sweet smelling green ankle 
 Object  westofcampsite "West Of Campsite"
   with  description [;
             print "You're in an area of sweet smelling green ankle 
-high 
-            grassland just east of a forest. Livestock tracks form a 
+            high grass just east of a forest. Livestock tracks form a 
             well-worn path next to a creek, both coming from the 
             northeast, and ending at a small pond. Filled with water 
             lilies, the pond seems quiet and serene. You look to the 
             well-worn path next to a creek, both coming from the 
             northeast, and ending at a small pond. Filled with water 
             lilies, the pond seems quiet and serene. You look to the