X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fobjects%2Foverworld%2Fh70.inf;fp=src%2Fobjects%2Foverworld%2Fh70.inf;h=6c31306ebfb95a08d798f097f311f14a8f815305;hb=8e901ad1b03d15990a7dc03701f40d56ed9189c6;hp=0000000000000000000000000000000000000000;hpb=55f9933c918b23a40f027b319827824fb6cf976d;p=homeland.git diff --git a/src/objects/overworld/h70.inf b/src/objects/overworld/h70.inf new file mode 100644 index 0000000..6c31306 --- /dev/null +++ b/src/objects/overworld/h70.inf @@ -0,0 +1,79 @@ +! 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 h70 "Grassy Meadow" + with description [; + print + "The sun shines brightly in a cloudless sky of a + brilliant blue. You feel the sun's rays creating a + pleasant warmth. A soft breeze comes from the south, + bringing a delicate clean-smelling spring fragrance. + It smells very inviting. The grass feels warm and safe + as it moves slightly in rhythm with the breeze. The + grass feels slightly moist. This area seems very + peaceful. A high ridge to the east appears + unclimbable. Perched high up on the ridge is a single + tan and maroon building. There are words carved into a + large stone block to turn it into a distinct ~no + trespassing~ sign."; + if (h70 hasnt visited) + print + " The only sound is the cry from a small pink and + blue bird as it scuttles about on the ground. + Startled at your approach, it flies away."; + new_line; + ], + n_to g60, + s_to h80, + e_to + "The ridge is so steep that you'd first need to find + climbing equipment to be able to continue in that + direction.", + up_to + "The ridge is so steep that you'd first need to find + climbing equipment to be able to continue in that + direction.", + w_to campsite, + nw_to g59, + sw_to g79, + has light; + +Object tanmaroonbuilding "tan and maroon building" h70 + with name 'tan' 'maroon' 'building', + description + "The tan and maroon building appears to be very solidly + constructed. The roof is steeply pitched. The windows are + very narrow and deep set yet still reveal someone walking + around inside.", +before [; + Enter: + print_ret + "The tan and maroon building is so far up the high + ridge that you'd first need to find climbing equipment + to be able to do that."; +], + has scenery; + +Object largestoneblock "large stone block" h70 + with name 'large' 'stone' 'block', + description + "There are words carved into a large stone block that + read: ~No Trespassing!~.", + before [; + Take, Pull, Push, PushDir, Turn: + print_ret + "You're unable. The large stone block is too heavy."; +], + has scenery;