X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=adventure.yaml;h=c9be988afb3d8705bdc4bc27c78fb4367f91d546;hb=c8cac18f42ab4e5e060d632fcde29c8c74354b53;hp=17d88a954ad3702844967bc3c7703f9eb92e3714;hpb=f37a4135246fef3f10112bf16fda181c31178588;p=open-adventure.git diff --git a/adventure.yaml b/adventure.yaml index 17d88a9..c9be988 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -351,9 +351,21 @@ actions: !!omap - SCORE: message: HUH_MAN words: ['score'] -- GIANTWORDS: +- FEE: message: NOT_KNOWHOW - words: ['fee', 'fie', 'foe', 'foo', 'fum'] + words: ['fee'] +- FIE: + message: NOT_KNOWHOW + words: ['fie'] +- FOE: + message: NOT_KNOWHOW + words: ['foe'] +- FOO: + message: NOT_KNOWHOW + words: ['foo'] +- FUM: + message: NOT_KNOWHOW + words: ['fum'] - BRIEF: message: ON_WHAT words: ['brief'] @@ -2845,7 +2857,6 @@ arbitrary_messages: !!omap - STREAM_WATER: |- You have taken a drink from the stream. The water tastes strongly of minerals, but is not unpleasant. It is extremely cold. -- BOTTLE_EMPTY: 'The bottle of water is now empty.' - RUB_NOGO: |- Rubbing the electric lamp is not particularly rewarding. Anyway, nothing exciting happens. @@ -2871,8 +2882,6 @@ arbitrary_messages: !!omap - NO_CONTAINER: 'You have nothing in which to carry it.' - BOTTLE_FULL: 'Your bottle is already full.' - NO_LIQUID: 'There is nothing here with which to fill the bottle.' -- BOTTLED_WATER: 'Your bottle is now full of water.' -- BOTTLED_OIL: 'Your bottle is now full of oil.' - CANT_FILL: 'You can''t fill that.' - RIDICULOUS_ATTEMPT: 'Don''t be ridiculous!' - RUSTY_DOOR: 'The door is extremely rusty and refuses to open.' @@ -2948,6 +2957,7 @@ arbitrary_messages: !!omap black smoke. - SHELL_IMPERVIOUS: 'The shell is very strong and is impervious to attack.' - START_OVER: 'What''s the matter, can''t you read? Now you''d best start over.' +- WELL_POINTLESS: 'Well, that was remarkably pointless.' - DRAGON_SCALES: 'The axe bounces harmlessly off the dragon''s thick scales.' - NASTY_DRAGON: 'The dragon looks rather nasty. You''d best not try to get by.' - BIRD_BURNT: |- @@ -2966,17 +2976,9 @@ arbitrary_messages: !!omap - TROLL_SATISFIED: 'The troll catches your treasure and scurries away out of sight.' - TROLL_BLOCKS: 'The troll refuses to let you cross.' - BRIDGE_GONE: 'There is no longer any way across the chasm.' -- BRIDGE_COLLAPSE: |- - Just as you reach the other side, the bridge buckles beneath the - weight of the bear, which was still following you around. You - scrabble desperately for support, but as the bridge collapses you - stumble back and fall into the chasm. - BEAR_HANDS: 'With what? Your bare hands? Against *HIS* bear hands??' - BEAR_CONFUSED: 'The bear is confused; he only wants to be your friend.' - ALREADY_DEAD: 'For crying out loud, the poor thing is already dead!' -- BEAR_TAMED: |- - The bear eagerly wolfs down your food, after which he seems to calm - down considerably and even becomes rather friendly. - BEAR_CHAINED: 'The bear is still chained to the wall.' - STILL_LOCKED: 'The chain is still locked.' - CHAIN_UNLOCKED: 'The chain is now unlocked.' @@ -3387,6 +3389,10 @@ objects: !!omap - 'There is a bottle of water here.' - 'There is an empty bottle here.' - 'There is a bottle of oil here.' + changes: + - 'Your bottle is now full of water.' + - 'The bottle of water is now empty.' + - 'Your bottle is now full of oil.' - WATER: words: ['water', 'h2o'] inventory: 'Water in the bottle' @@ -3496,6 +3502,13 @@ objects: !!omap descriptions: - 'A rickety wooden bridge extends across the chasm, vanishing into the\nmist. A notice posted on the bridge reads, "Stop! Pay troll!"' - 'The wreckage of a bridge (and a dead bear) can be seen at the bottom\nof the chasm.' + changes: + - '' + - |- + Just as you reach the other side, the bridge buckles beneath the + weight of the bear, which was still following you around. You + scrabble desperately for support, but as the bridge collapses you + stumble back and fall into the chasm. - TROLL: words: ['troll'] inventory: '*troll' @@ -3534,6 +3547,11 @@ objects: !!omap - 'There is a gentle cave bear sitting placidly in one corner.' - 'There is a contented-looking bear wandering about nearby.' - '' + changes: + - '' + - 'The bear eagerly wolfs down your food, after which he seems to calm\ndown considerably and even becomes rather friendly.' + - '' + - '' - MESSAG: words: ['messa'] inventory: '*message in second maze' @@ -3738,15 +3756,14 @@ objects: !!omap inventory: 'Ming vase' locations: LOC_ORIENTAL treasure: true - states: [VASE_WHOLE, VASE_RESTING, VASE_BROKEN, VASE_DROPS] + states: [VASE_WHOLE, VASE_DROPPED, VASE_BROKEN] descriptions: - 'There is a delicate, precious, ming vase here!' - - 'The vase is now resting, delicately, on a velvet pillow.' - 'The floor is littered with worthless shards of pottery.' - - 'The ming vase drops with a delicate crash.' + - 'The floor is littered with worthless shards of pottery.' changes: - - '' - - '' + - 'The vase is now resting, delicately, on a velvet pillow.' + - 'The ming vase drops with a delicate crash.' - 'You have taken the vase and hurled it delicately to the ground.' - EMERALD: words: ['emera'] @@ -3864,21 +3881,6 @@ specials: !!omap - SPC_0: message: !!null words: !!null -- SPC_1: - message: !!null - words: ['fee'] -- SPC_2: - message: !!null - words: ['fie'] -- SPC_3: - message: !!null - words: ['foe'] -- SPC_4: - message: !!null - words: ['foo'] -- SPC_5: - message: !!null - words: ['fum'] - SPC_13: message: 'You''re quite welcome.' words: ['thank']