X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=adventure.yaml;h=204977596e89c3d83e3232950ca35bb7f8527a2e;hp=0b7bccdbcd51a86516d40760c792816c339f96d7;hb=7bb2cda986e7357547ffff85268c765b53257111;hpb=15c936d240536125649c368e6368eab9be0f0b16 diff --git a/adventure.yaml b/adventure.yaml index 0b7bccd..2049775 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -9,7 +9,7 @@ # motions: Motion words, grouped into synonyms. The 'oldstyle' # attribute, if false, means that single-letter synonyms should be # accepted in oldstyle mode; it defaults to true. - +# # actions: Action words, grouped into synonyms, and their corresponding # default messages. The 'oldstyle' attribute is as for motions. # @@ -62,7 +62,7 @@ # # arbitrary_messages: These are arguments to rspeak(). Some spans of # these messages need to be kept adjacent and ordered (for now), -# though there are no depenencies on actual numbers left. To see +# though there are no dependencies on actual numbers left. To see # which, grep for rspeak() calls containing expressions with # arithmetic. Eventually, these will be pulled out into more # appropriate data structures. Then ordering can be dropped. @@ -112,6 +112,9 @@ # %s = an ASCII string # %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 motions: !!omap - MOT_0: @@ -241,9 +244,9 @@ motions: !!omap words: ['slab', 'slabr'] - XYZZY: words: ['xyzzy'] -- DPRSSN: +- DEPRESSION: words: ['depre'] -- ENTRNC: +- ENTRANCE: words: ['entra'] - PLUGH: words: ['plugh'] @@ -251,23 +254,21 @@ motions: !!omap words: ['secre'] - CAVE: words: ['cave'] -- MOT_68: - words: !!null -- MOT_69: +- CROSS: words: ['cross'] - BEDQUILT: words: ['bedqu'] - PLOVER: words: ['plove'] -- FORWARD2: +- ORIENTAL: words: ['orien'] -- FORWARD3: +- CAVERN: words: ['caver'] -- FORWARD4: +- SHELLROOM: words: ['shell'] -- FORWARD5: +- RESERVOIR: words: ['reser'] -- FORWARD6: +- OFFICE: words: ['main', 'offic'] hints: @@ -604,7 +605,7 @@ locations: !!omap description: long: |- The crack is far too small for you to follow. At its widest it is - barely wide enough to admit your foot.' + barely wide enough to admit your foot. short: !!null conditions: {DEEP: true} travel: [ @@ -3012,6 +3013,8 @@ arbitrary_messages: !!omap - GO_UNNEEDED: |- You don't have to say "go" every time; just specify a direction or, if it's nearby, name the place to which you wish to move. +- NUMERIC_REQUIRED: + This command requires a numeric argument. classes: - threshold: 0 @@ -3875,18 +3878,24 @@ actions: !!omap - PART: message: *nothing_happens words: ['z''zzz'] +- SEED: + message: 'Seed set to %d' + words: ['seed'] +- WASTE: + message: 'Game limit is now %d' + words: ['waste'] - ACT_UNKNOWN: message: *huh_man words: !!null - -specials: !!omap -- SPC_THANKYOU: +- THANKYOU: message: 'You''re quite welcome.' words: ['thank'] -- SPC_INVALIDMAGIC: + noaction: true +- INVALIDMAGIC: message: 'Good try, but that is an old worn-out magic word.' words: ['sesam', 'opens', 'abra', 'abrac', 'shaza', 'hocus', 'pocus'] -- SPC_HELP: + noaction: true +- HELP: message: |- I know of places, actions, and things. Most of my vocabulary describes places and is used to move you there. To move, try words @@ -3918,10 +3927,12 @@ specials: !!omap though the direction that takes you back might not be the reverse of what got you here. Good luck, and have fun! words: ['help', '?'] -- SPC_NO: + noaction: true +- NO: message: *ok_man words: ['no'] -- SPC_TREE: + noaction: true +- TREE: message: |- The trees of the forest are large hardwood oak and maple, with an occasional grove of pine or spruce. There is quite a bit of under- @@ -3930,27 +3941,33 @@ specials: !!omap all the leaves, but travel is quite easy if you detour around the spruce and berry bushes. words: ['tree', 'trees'] -- SPC_DIG: + noaction: true +- DIG: message: |- Digging without a shovel is quite impractical. Even with a shovel progress is unlikely. words: ['dig', 'excav'] -- SPC_LOST: + noaction: true +- LOST: message: 'I''m as confused as you are.' words: ['lost'] -- SPC_MIST: + noaction: true +- MIST: message: |- Mist is a white vapor, usually water, seen from time to time in caverns. It can be found anywhere but is frequently a sign of a deep pit leading down to water.' words: ['mist'] -- SPC_FBOMB: + noaction: true +- FBOMB: message: 'Watch it!' words: ['fuck'] -- SPC_STOP: + noaction: true +- STOP: message: 'I don''t know the word "stop". Use "quit" if you want to give up.' words: ['stop'] -- SPC_INFO: + noaction: true +- INFO: message: |- For a summary of the most recent changes to the game, say "news". If you want to end your adventure early, say "quit". To suspend your @@ -3974,16 +3991,20 @@ specials: !!omap save time, you may specify "brief", which tells me never to repeat the full description of a place unless you explicitly ask me to. words: ['info', 'infor'] -- SPC_SWIM: + noaction: true +- SWIM: message: *not_knowhow words: ['swim'] -- SPC_WIZARD: + noaction: true +- WIZARD: message: 'Wizards are not to be disturbed by such as you.' words: ['wizar'] -- SPC_YES: + noaction: true +- "YES": message: 'Guess again.' words: ['yes'] -- SPC_NEWS: + noaction: true +- NEWS: message: |- Open Adventure is an author-approved open-source release of Version 2.5 with, as yet, no gameplay changes. @@ -3995,11 +4016,13 @@ specials: !!omap while first), but it now costs you a few points each time you save the game. Saved games are now stored in much smaller files than before. words: ['news'] -- SPC_VERSION: + noaction: true +- ACT_VERSION: message: |- There is a puff of orange smoke; within it, fiery runes spell out: \tOpen Adventure %V - http://www.catb.org/esr/open-adventure/ words: ['versi'] + noaction: true # end