X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=adventure.yaml;h=ab919690f940b1aef411bc4ae0e19b8ff43ad1e5;hb=17840d0e158e47e6dba3d62b4b8cdcf97071d924;hp=18780a3839ac9ee045c1d35df6b4053c78893c32;hpb=aaaf0ac7d263d3b42c3ae8fa64845be8b1cac72a;p=open-adventure.git diff --git a/adventure.yaml b/adventure.yaml index 18780a3..ab91969 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -24,7 +24,7 @@ # long: Long description, always shown on first encounter. # short: Short description. If none, use long description. # maptag: Tag for mapping, not used by the game itself. -# Only used if the "short" property in !!null. +# Only used if the "short" property is !!null. # conditions: A dictionary of attributes # LIT Light # OILY If FLUID flag is on: true for oil, false for water @@ -112,12 +112,14 @@ # message when the message is printed. These sequences are: # %d = an integer # %s = an ASCII string -# %S = The letter 's' or nothing (if a previous %d value is exactly 1) +# %S = the letter 's' or nothing (if a previous %d value is exactly 1) # %V = substitute program version string # # Copyright (c) 2017 by Eric S. Raymond # SPDX-License-Identifier: BSD-2-clause +# Motion names of the form MOT_* are not explicitly referenced in the +# locations YAML, but usually get compiled into generated C. motions: !!omap - MOT_0: words: !!null @@ -2753,7 +2755,7 @@ locations: !!omap You are on a small ledge at the top of a nearly vertical cliff. There is a low crawl leading off to the northeast. short: 'You''re at top of cliff.' - maptag: 'Cliftop' + maptag: 'Clifftop' conditions: {DEEP: true} travel: [ {verbs: [CLIMB, DOWN], action: [goto, LOC_CLIFFACE]}, @@ -3171,6 +3173,7 @@ arbitrary_messages: !!omap To achieve the next higher rating would be a neat trick! Congratulations!! - OFF_SCALE: 'You just went off my scale!!' +- SAVERESUME_DISABLED: 'Save and resume are disabled.' - RESUME_HELP: 'To resume your Adventure, start a new game and then say "RESUME".' # This message is not currently used #- TABLE_SPACE: |- @@ -3185,14 +3188,13 @@ arbitrary_messages: !!omap 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.