Object campsite "Campsite"
with description
- "You are at an old campsite set among some low-lying
- hills. Healthy, dark green grass carpets the ground
- except around an old fire pit.",
+ "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.",
w_to westofcampsite,
before [;
Listen:
Object log "log" campsite
with name 'log' 'wood',
description
- "It's the remnant of a tree uprooted by a storm. Someone
- has taken the time to shape it flat and square for
- sitting. Slightly recessed into the ground, it's a
- combination of cinnamon and caramel brown. Deep scratches
- and ominous stains mar the surface.",
+ "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"
-! Copyright (C) 2019 Jason Self <j@jxself.org>
+! 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
Object westofcampsite "West Of Campsite"
with description
- "You're in an area of flat grassland just east of a
- forest. There is a circle of dead grass near recent
- livestock tracks in some mud. A flock of birds fly
- overhead and disappear into the forest.",
+ "You're in an area of sweet smelling green ankle high
+ grassland just east of a forest. Livestock tracks form a
+ well-worn path coming from the northeast, ending at a
+ small pond. Filled with water lilies, the pond seems
+ quiet and serene. You look to forest edge and see a clear
+ path east and northeast leading deep into the forest. On
+ both sides there is dense undergrowth with only small
+ paths through it. The trees are ancient with thick vines
+ hanging from them and across the path. All other
+ directions take you to low-lying hills and grassy fields.
+ A flock of birds fly overhead and disappear into the
+ forest.",
before [;
Listen:
print_ret
- "You hear strange whispers but looking around see no
- one.^";
+ "You hear strange unintelligible whispers but looking
+ around see no one.^";
],
e_to campsite,
- cant_go
- "That area has not yet been implemented in this game.",
- has light;
\ No newline at end of file
+ has light;
+
+Object pond "pond" westofcampsite
+ with name 'pond' 'water',
+ description
+ "Filled with water lilies, the pond seems quiet
+ and serene.",
+ before [;
+ ThrownAt:
+ "Probably not a good idea. You might need that.";
+ Taste, Drink:
+ print_ret "The water tastes dirty.";
+ Touch:
+ print_ret "You touch the water, creating ripples.";
+ Take, Pull, Push, PushDir, Turn:
+ print_ret
+ "I'm not sure how
+ you'd do that with a pond.";
+ Blow:
+ print_ret "You huff and you puff but nothing happens.";
+ Burn:
+ print_ret "One can burn water?";
+ Buy:
+ print_ret "The pond is not for sale.";
+ JumpOver:
+ print_ret "The pond is too large to jump over.";
+ ],
+ has scenery;
+
+Object livestocktracks "livestock tracks" westofcampsite
+ with name 'livestock' 'track' 'tracks',
+ found_in westofcampsite,
+ has scenery;
+
+Object vines "vines" westofcampsite
+ with name 'vine' 'vines',
+ has scenery;
\ No newline at end of file