X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=adventure.yaml;h=489bf706ea63f3cd5fe30167af2b92515679da77;hp=b8778a75ab9b48cd988b255b391ac1d11c7a4527;hb=39cc166979588a4b3c435aaea6abafa238dfc076;hpb=ad24add3c0ccbb807b4d4a86fe7e3ae68492c62c diff --git a/adventure.yaml b/adventure.yaml index b8778a7..489bf70 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -204,9 +204,9 @@ motions: !!omap words: ['east', 'e'] - WEST: words: ['west', 'w'] -- MOT_45: +- NORTH: words: ['north', 'n'] -- MOT_46: +- SOUTH: words: ['south', 's'] - NE: words: ['ne'] @@ -1835,6 +1835,8 @@ locations: !!omap {verbs: [DOWN], action: [goto, LOC_LOWROOM]}, {verbs: [UPWAR], action: [goto, LOC_SWCHASM]}, ] + # Following three rooms are where the dragon lives. The code has a + # wired-in assumption that the dragon corpse goes to LOC_SECRET5, - LOC_SECRET4: description: long: 'You are in a secret canyon which exits to the north and east.' @@ -3402,7 +3404,7 @@ objects: !!omap - 'The troll is nowhere to be seen.' - BEAR: words: ['bear'] - inventory: !!null # bear uses rtext 141 + inventory: !!null locations: LOC_BARRENROOM immovable: true states: [UNTAMED_BEAR, SITTING_BEAR, CONTENTED_BEAR, BEAR_DEAD]