From 5a0bcf5c2a248fc12a2fbfe841b605c6b49ec0e1 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Thu, 24 Dec 2020 18:09:51 -0800 Subject: [PATCH] Update to serial 201027 --- src/homeland.inf | 4 +++- src/objects/intro/sidewalk.inf | 16 +++++++------- src/objects/overworld/campsite.inf | 2 +- src/objects/overworld/g79.inf | 16 +++++++------- src/objects/overworld/grandlibrary.inf | 27 +++++++++++++++++++++++ src/objects/overworld/h76.inf | 28 ++++++++++++++++++++++++ src/objects/overworld/westofcampsite.inf | 3 +-- 7 files changed, 76 insertions(+), 20 deletions(-) create mode 100644 src/objects/overworld/grandlibrary.inf create mode 100644 src/objects/overworld/h76.inf diff --git a/src/homeland.inf b/src/homeland.inf index 83685c6..9239799 100644 --- a/src/homeland.inf +++ b/src/homeland.inf @@ -35,7 +35,7 @@ Constant Headline 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"; @@ -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/grandlibrary.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/h76.inf"; Include "src/objects/globals.inf"; diff --git a/src/objects/intro/sidewalk.inf b/src/objects/intro/sidewalk.inf index b58226b..1fb4f1d 100644 --- a/src/objects/intro/sidewalk.inf +++ b/src/objects/intro/sidewalk.inf @@ -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 - 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 diff --git a/src/objects/overworld/campsite.inf b/src/objects/overworld/campsite.inf index 172c588..97ec907 100644 --- a/src/objects/overworld/campsite.inf +++ b/src/objects/overworld/campsite.inf @@ -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 - base.^", + base.", after [; SwitchOn: give lantern light; diff --git a/src/objects/overworld/g79.inf b/src/objects/overworld/g79.inf index 337e787..f3ecb38 100644 --- a/src/objects/overworld/g79.inf +++ b/src/objects/overworld/g79.inf @@ -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 - now 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 + 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 - 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, @@ -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 - 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 diff --git a/src/objects/overworld/grandlibrary.inf b/src/objects/overworld/grandlibrary.inf new file mode 100644 index 0000000..7b0b7b4 --- /dev/null +++ b/src/objects/overworld/grandlibrary.inf @@ -0,0 +1,27 @@ +! Copyright (C) 2020 Jason Self +! +! 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 index 0000000..aa42615 --- /dev/null +++ b/src/objects/overworld/h76.inf @@ -0,0 +1,28 @@ +! Copyright (C) 2020 Jason Self +! +! 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 diff --git a/src/objects/overworld/westofcampsite.inf b/src/objects/overworld/westofcampsite.inf index d1e1482..670c4ec 100644 --- a/src/objects/overworld/westofcampsite.inf +++ b/src/objects/overworld/westofcampsite.inf @@ -16,8 +16,7 @@ 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 -- 2.31.1