X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=adventure.yaml;h=81cc864d26e9f1a9af6bc2e3e806a50d609640e0;hp=c339e0f36977629cd7b34f023e3db9bb3d740007;hb=22613f06fa25ba42d5b265c759cb2ab1a1961688;hpb=c3a71f6db6781e40a9e75bb1107c901d791aab04 diff --git a/adventure.yaml b/adventure.yaml index c339e0f..81cc864 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -1,6 +1,6 @@ # This YAML file gets processed into a collection of data structure and # variable initializers describing Colossal Cave. It replaces an ad-hoc -# text database shipped with Adventure versions up to 2.6. The format +# text database shipped with Adventure versions up to 2.5. The format # change enabled a lot of use of symbolic names where there were previously # inscrutable numeric literals. # @@ -33,7 +33,7 @@ # If the inventory desription begins with "*" the object is dungeon # furniture that cannot be taken or carried. # -# obituaries: Death messages abd reincarnation queries. Order is +# obituaries: Death messages and reincarnation queries. Order is # significant, they're used in succession as the player racks up # deaths. # @@ -43,6 +43,10 @@ # message number (section 6) of the question, and the message # number of the hint. These values are stashed in the "hints" # array. +# +# These correspond to sections 1, 2, 5, 6, 10, 11, and 14 in the old +# adventure.text format. Sections 3, 4, 7, 8, and 9 haven't moved yet. +# Section 12 was obsolete. locations: !!omap - LOC_NOWHERE: @@ -1611,3 +1615,5 @@ hints: penalty: 4 question: MISSING_ONE hint: NO_LOCATE + +# end