X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=adventure.yaml;h=9fda115df7be1b69b891f18cf042f6c3d9c3d05a;hb=1e8c3a4a1dae68a13596ed8e1e82500e869695da;hp=85a70bceff5b5f6952bf54812bcb59738ca15d12;hpb=8dd70624d1cd04db7001563608aa8fbe8660d82b;p=open-adventure.git diff --git a/adventure.yaml b/adventure.yaml index 85a70bc..9fda115 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -35,7 +35,8 @@ # The optional hints field is a list of YAML references to hints # that may be available at this location. (This is why locations # has to follow hints.) The "sound" attribute, if present, is s -# label for a location sound. +# label for a location sound. If there is a "loud" attribute and +# it is true, object sounds are drowned out at this location. # # arbitrary_messages: These are arguments to rspeak(). Some spans of # these messages need to be kept adjacent and ordered (for now). @@ -829,6 +830,7 @@ locations: !!omap conditions: {NOARRR: true, LIT: true, DEEP: true} hints: [*jade] sound: TOTAL_ROAR + loud: true - LOC_BOULDERS2: description: long: 'You are in a small chamber filled with large boulders. The walls are\nvery warm, causing the air in the room to be almost stifling from the\nheat. The only exit is a crawl heading west, through which is coming\na low rumbling.' @@ -1064,6 +1066,7 @@ locations: !!omap short: 'You''re at bottom of reservoir.' conditions: {FLUID: true, DEEP: true} sound: TOTAL_ROAR + loud: true - LOC_RESNORTH: description: long: 'You are at the northern edge of the reservoir. A northwest passage\nleads sharply up from here.'