X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=adventure.yaml;h=742a4c394124f784180178b122505c96142d6a9a;hp=e137d8cf8afe9455413988a924d1c416d289344c;hb=6a90dcd0172c1a4c56d64a2dab9ebf892bc45afc;hpb=d739c111d76d401ca38ea90c7851bb82ffe9caf1 diff --git a/adventure.yaml b/adventure.yaml index e137d8c..742a4c3 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -356,7 +356,7 @@ hints: penalty: 4 question: 'You''re missing only one other treasure. Do you need help finding it?' hint: |- - Once you''ve found all the other treasures, it is no longer possible to + Once you've found all the other treasures, it is no longer possible to locate the one you''re now missing.' locations: !!omap @@ -1835,6 +1835,8 @@ locations: !!omap {verbs: [DOWN], action: [goto, LOC_LOWROOM]}, {verbs: [UPWAR], action: [goto, LOC_SWCHASM]}, ] + # Following three rooms are where the dragon lives. The code has a + # wired-in assumption that the dragon corpse goes to LOC_SECRET5, - LOC_SECRET4: description: long: 'You are in a secret canyon which exits to the north and east.' @@ -2889,9 +2891,9 @@ arbitrary_messages: !!omap you, curses, and grabs for his axe. - THIS_ACCEPTABLE: 'Is this acceptable?' # This message is not currently used -- ALREADY_OVER: |- - This adventure is already over. To start a new adventure, or to - resume an earlier adventure, please run a fresh copy of the program. +#- ALREADY_OVER: |- +# This adventure is already over. To start a new adventure, or to +# resume an earlier adventure, please run a fresh copy of the program. - OGRE_FULL: 'The ogre doesn''t appear to be hungry.' - OGRE_DODGE: |- The ogre, who despite his bulk is quite agile, easily dodges your @@ -2987,26 +2989,26 @@ arbitrary_messages: !!omap - OFF_SCALE: 'You just went off my scale!!' - RESUME_HELP: 'To resume your Adventure, start a new game and then say "RESUME".' # This message is not currently used -- TABLE_SPACE: |- - Table space used: - %d of %d words of messages %d of %d travel options - %d of %d vocabulary words %d of %d locations - %d of %d objects %d of %d action verbs - %d of %d "random" messages %d of %d "class" messages - %d of %d hints %d of %d turn threshholds' +#- TABLE_SPACE: |- +# Table space used: +# %d of %d words of messages %d of %d travel options +# %d of %d vocabulary words %d of %d locations +# %d of %d objects %d of %d action verbs +# %d of %d "random" messages %d of %d "class" messages +# %d of %d hints %d of %d turn threshholds' - RESUME_ABANDON: 'To resume an earlier Adventure, you must abandon the current one.' - VERSION_SKEW: |- I'm sorry, but that Adventure was begun using Version %d.%d of the save file format, and this program uses Version %d.%d. You must find an instance using that other version in order to resume that Adventure. # This message is not currently used -- SAVE_TAMPERING: |- - A dark fog creeps in to surround you. From somewhere in the fog you - hear a stern voice. "This Adventure has been tampered with! You have - been dabbling in magic, knowing not the havoc you might cause thereby. - Leave at once, before you do irrevocable harm!" The fog thickens, - until at last you can see nothing at all. Your vision then clears, - and you find yourself back in The Real World. +#- SAVE_TAMPERING: |- +# A dark fog creeps in to surround you. From somewhere in the fog you +# hear a stern voice. "This Adventure has been tampered with! You have +# been dabbling in magic, knowing not the havoc you might cause thereby. +# Leave at once, before you do irrevocable harm!" The fog thickens, +# until at last you can see nothing at all. Your vision then clears, +# and you find yourself back in The Real World. - TWIST_TURN: |- Sorry, but the path twisted and turned so much that I can't figure out which way to go to get back. @@ -3402,7 +3404,7 @@ objects: !!omap - 'The troll is nowhere to be seen.' - BEAR: words: ['bear'] - inventory: !!null # bear uses rtext 141 + inventory: !!null locations: LOC_BARRENROOM immovable: true states: [UNTAMED_BEAR, SITTING_BEAR, CONTENTED_BEAR, BEAR_DEAD]